.products-hero {
  padding: 32px 0 0;
}
.products-hero h1 {
  font-size: 24px;
  line-height: 1.3;
}
.products-hero p {
  margin-top: 8px;
  color: var(--label-soft);
}

.products-nav {
  margin-top: 16px;
}

.products-list {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .products-carousel {
    --carousel-slide-size: 33.333%;
  }
}

.products-slide {
  display: flex;
  padding-right: 12px;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--border-line-normal);
  border-radius: var(--rounded-xl);
  background: var(--background-elevated-normal);
}
.product-card__body {
  flex: 1;
}
.product-card__option {
  margin: 0;
  font-size: 13px;
  color: var(--brand-blue-normal);
}
.product-card__name {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.3;
}
.product-card__price {
  margin-top: 12px;
  font-size: 14px;
  color: var(--label-soft);
}
.product-card__price strong {
  font-size: 20px;
  color: var(--label-normal);
}
.product-card__perks {
  margin-top: 12px;
  padding-left: 18px;
  color: var(--label-normal);
  font-size: 14px;
  line-height: 1.7;
}
.product-card__compare {
  margin-top: 16px;
}

.products-status {
  margin-top: 16px;
  min-height: 22px;
  color: var(--brand-blue-normal);
  font-size: 14px;
}

.products-section {
  margin-top: 56px;
}
.products-section > h2,
.products-section > .contents > h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}
.products-section > h2 + *,
.products-section > .contents + * {
  margin-top: 16px;
}
.products-section:last-child {
  padding-bottom: 56px;
}
.products-section .tabs__panel p + p,
.products-section .tabs__panel p + ul,
.products-section .tabs__panel ul + p {
  margin-top: 16px;
}

.products-section .tabs__panel ul,
.modal-demo-section ul {
  padding-left: 18px;
}

.products-form {
  max-width: 480px;
}
.products-form > * + * {
  margin-top: 20px;
}
.products-form__actions {
  margin-top: 28px;
}
.products-form__actions .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .products-form__actions .btn {
    width: auto;
  }
}

.products-notes {
  padding-left: 18px;
  color: var(--label-soft);
  font-size: 14px;
  line-height: 1.7;
}
.products-notes + .products-notes__actions {
  margin-top: 20px;
}

.products-notes__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modal-demo-section {
  margin-top: 24px;
}
.modal-demo-section > h3 {
  font-size: 16px;
}
.modal-demo-section > h3 + p,
.modal-demo-section > p + p,
.modal-demo-section > p + ul {
  margin-top: 8px;
}