.vs-shop-page,
.vs-product-page {
  width: 100%;
  background:
    radial-gradient(circle at 9% 2%, rgba(201, 150, 79, .12), transparent 34rem),
    linear-gradient(180deg, #fffaf2, #f4f1ea 42%, #fffdf7);
}

.vs-shop-hero,
.vs-shop-section,
.vs-product-sales-hero,
.vs-product-section,
.vs-product-notices {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: var(--vs-page-pad);
  padding-right: var(--vs-page-pad);
}

.vs-shop-hero,
.vs-product-sales-hero {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: stretch;
  padding-top: clamp(34px, 5vw, 72px);
  padding-bottom: clamp(30px, 5vw, 64px);
}

.vs-shop-hero-copy,
.vs-product-sales-copy,
.vs-product-sales-card,
.vs-shop-hero-product,
.vs-product-value-box,
.vs-product-delivery-card,
.vs-product-fit,
.vs-product-steps > div,
.vs-product-close,
.vs-product-close-card,
.vs-product-faq details,
.vs-shop-guide,
.vs-shop-guide-grid > div {
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .78);
  box-shadow: 0 16px 42px rgba(47, 39, 35, .08);
}

.vs-shop-hero-copy,
.vs-product-sales-copy {
  padding: clamp(24px, 4vw, 44px);
}

.vs-shop-hero h1,
.vs-shop-section h2,
.vs-product-sales-hero h1,
.vs-product-section h2 {
  color: var(--vs-brown);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.vs-shop-hero h1,
.vs-product-sales-hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  font-size: clamp(43px, 6vw, 82px);
  line-height: .96;
}

.vs-shop-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.vs-shop-proof-row span,
.vs-shop-card-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--vs-line);
  border-radius: 999px;
  background: rgba(255, 250, 242, .78);
  color: var(--vs-muted);
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 850;
}

.vs-shop-proof-row .vs-icon,
.vs-shop-card-tags .vs-icon {
  width: 17px;
  height: 17px;
  color: var(--vs-tea);
}

.vs-shop-hero-product {
  position: relative;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  color: #fffaf2;
  text-decoration: none;
}

.vs-shop-hero-product img,
.vs-product-sales-card > img,
.vs-shop-card-media img,
.vs-product-related-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vs-shop-hero-product::after,
.vs-product-sales-card::after,
.vs-shop-card-media::after,
.vs-product-related-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 32, 27, .04), rgba(23, 32, 27, .78));
}

.vs-shop-hero-product > *:not(img),
.vs-product-sales-card > div,
.vs-shop-card-media span,
.vs-product-related-card span,
.vs-product-related-card strong,
.vs-product-related-card small {
  position: relative;
  z-index: 1;
}

.vs-shop-hero-badge,
.vs-shop-card-media span,
.vs-product-related-card span {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 250, 242, .92);
  color: var(--vs-brown);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-shop-hero-product strong {
  max-width: 420px;
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.vs-shop-hero-product small {
  max-width: 420px;
  margin-top: 10px;
  color: rgba(255, 250, 242, .82);
  font-size: 16px;
  line-height: 1.42;
}

.vs-shop-section,
.vs-product-section {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.vs-shop-section-head,
.vs-product-section-head {
  max-width: 840px;
  margin-bottom: 22px;
}

.vs-shop-section h2,
.vs-product-section h2 {
  margin: 8px 0 10px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.04;
}

.vs-shop-section p,
.vs-product-section p,
.vs-product-value-box p,
.vs-product-sales-card p {
  color: var(--vs-muted);
  line-height: 1.5;
}

.vs-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vs-shop-card {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 12px 34px rgba(47, 39, 35, .08);
}

.vs-shop-card-media {
  position: relative;
  min-height: 300px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.vs-shop-card-media span {
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.vs-shop-card-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.vs-shop-card h2 {
  margin: 0;
  color: var(--vs-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.04;
}

.vs-shop-card p {
  margin: 0;
}

.vs-shop-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.vs-shop-card-buy {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.vs-shop-card-buy strong {
  color: var(--vs-brown);
  font-size: 24px;
}

.vs-shop-card-buy .vs-button {
  text-align: center;
}

.vs-shop-card-details {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  color: var(--vs-red);
  font-weight: 900;
  text-decoration: none;
}

.vs-shop-card-details .vs-icon {
  width: 16px;
  height: 16px;
}

.vs-shop-guide {
  display: grid;
  grid-template-columns: minmax(0, .6fr) minmax(0, 1fr);
  gap: 18px;
}

.vs-shop-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vs-shop-guide-grid > div {
  padding: 18px;
}

.vs-shop-guide-grid strong {
  display: block;
  color: var(--vs-brown);
  font-size: 18px;
}

.vs-product-notices {
  padding-top: 16px;
}

.vs-product-sales-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fffaf2;
}

.vs-product-sales-card > div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 250, 242, .16);
  border-radius: 8px;
  background: rgba(17, 24, 20, .78);
  padding: 18px;
  backdrop-filter: blur(16px);
}

.vs-product-sales-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e3c99d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-product-sales-card strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.vs-product-sales-card p {
  margin: 10px 0 0;
  color: rgba(255, 250, 242, .82);
}

.vs-product-value-box {
  max-width: 640px;
  margin-top: 20px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(227, 201, 157, .2), rgba(255, 253, 247, .9));
}

.vs-product-value-box span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--vs-red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vs-product-value-box p {
  margin: 8px 0 0;
}

.vs-product-buy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.vs-product-buy-row strong {
  color: var(--vs-brown);
  font-size: 32px;
}

.vs-product-delivery-grid,
.vs-product-steps,
.vs-product-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vs-product-delivery-card,
.vs-product-steps > div {
  padding: 20px;
}

.vs-product-delivery-card .vs-icon {
  width: 28px;
  height: 28px;
  color: var(--vs-tea);
}

.vs-product-fit,
.vs-product-close {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1fr);
  gap: 20px;
  padding: clamp(22px, 4vw, 34px);
}

.vs-product-fit-list {
  display: grid;
  gap: 10px;
}

.vs-product-fit-list p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
}

.vs-product-fit-list .vs-icon {
  width: 21px;
  height: 21px;
  color: var(--vs-tea);
}

.vs-product-fit-panel {
  padding-top: clamp(24px, 4vw, 42px);
  padding-bottom: clamp(24px, 4vw, 42px);
}

.vs-product-fit-panel .vs-product-section-head {
  max-width: 760px;
  margin-bottom: 16px;
}

.vs-product-fit-panel .vs-product-section-head h2 {
  max-width: 680px;
}

.vs-product-fit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vs-product-fit-cards > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .82);
  padding: 18px;
  box-shadow: 0 12px 30px rgba(47, 39, 35, .06);
}

.vs-product-fit-cards .vs-icon {
  width: 24px;
  height: 24px;
  color: var(--vs-tea);
}

.vs-product-fit-cards p {
  margin: 0;
  color: var(--vs-brown);
  font-weight: 750;
}

.vs-product-steps > div span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vs-brown);
  color: #fffaf2;
  font-weight: 950;
}

.vs-product-close {
  align-items: center;
  background: #14221c;
  color: #fffaf2;
}

.vs-product-close h2,
.vs-product-close .vs-kicker {
  color: #fffaf2;
}

.vs-product-close p {
  color: rgba(255, 250, 242, .74);
}

.vs-product-close-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 250, 242, .08);
  border-color: rgba(255, 250, 242, .14);
}

.vs-product-close-card strong {
  font-size: 34px;
}

.vs-product-close-card span {
  color: rgba(255, 250, 242, .78);
}

.vs-product-action-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
  gap: clamp(16px, 3vw, 30px);
  align-items: center;
  background: #14221c;
  color: #fffaf2;
  padding-top: clamp(24px, 4vw, 42px);
  padding-bottom: clamp(24px, 4vw, 42px);
}

.vs-product-action-copy h2 {
  max-width: 760px;
  margin: 8px 0 10px;
  color: #fffaf2;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.vs-product-action-copy .vs-kicker {
  color: #e3c99d;
}

.vs-product-action-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 250, 242, .74);
}

.vs-product-action-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 250, 242, .16);
  border-radius: 8px;
  background: rgba(255, 250, 242, .08);
  padding: 18px;
}

.vs-product-action-card strong {
  color: #fffaf2;
  font-size: 34px;
  line-height: 1;
}

.vs-product-action-card span {
  color: rgba(255, 250, 242, .78);
}

.vs-product-faq {
  display: grid;
  gap: 10px;
}

.vs-product-faq details {
  padding: 18px 20px;
}

.vs-product-faq summary {
  color: var(--vs-brown);
  cursor: pointer;
  font-weight: 950;
}

.vs-product-faq p {
  margin: 10px 0 0;
}

.vs-product-related-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  padding: 18px;
  color: #fffaf2;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(47, 39, 35, .12);
}

.vs-product-related-card strong {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.04;
}

.vs-product-related-card small {
  margin-top: 8px;
  color: #e3c99d;
  font-size: 18px;
  font-weight: 950;
}

.vs-product-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--vs-red);
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .vs-shop-hero,
  .vs-product-sales-hero,
  .vs-shop-guide,
  .vs-product-fit,
  .vs-product-close,
  .vs-product-action-strip {
    grid-template-columns: 1fr;
  }

  .vs-shop-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .vs-shop-hero,
  .vs-product-sales-hero {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .vs-shop-hero-copy,
  .vs-product-sales-copy {
    padding: 20px 14px;
  }

  .vs-shop-hero h1,
  .vs-product-sales-hero h1 {
    font-size: 39px;
    line-height: .98;
  }

  .vs-shop-hero-product,
  .vs-product-sales-card {
    min-height: 390px;
  }

  .vs-shop-proof-row {
    gap: 7px;
  }

  .vs-shop-proof-row span,
  .vs-shop-card-tags span {
    padding: 7px 9px;
    font-size: 12px;
  }

  .vs-shop-card {
    grid-template-columns: 1fr;
  }

  .vs-shop-card-media {
    min-height: 260px;
    aspect-ratio: 16 / 10;
  }

  .vs-shop-card-body {
    padding: 16px;
  }

  .vs-shop-card h2 {
    font-size: 27px;
  }

  .vs-shop-card-buy {
    grid-template-columns: 1fr;
  }

  .vs-shop-card-buy strong {
    font-size: 27px;
  }

  .vs-shop-card-details {
    width: 100%;
    justify-content: center;
    min-height: 40px;
  }

  .vs-shop-guide-grid,
  .vs-product-delivery-grid,
  .vs-product-steps,
  .vs-product-related-grid,
  .vs-product-fit-cards {
    grid-template-columns: 1fr;
  }

  .vs-product-buy-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vs-product-buy-row .vs-button,
  .vs-product-close-card .vs-button,
  .vs-product-action-card .vs-button {
    width: 100%;
    text-align: center;
  }

  .vs-product-sales-card > div {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .vs-product-fit,
  .vs-product-close,
  .vs-product-action-strip {
    padding: 18px;
  }

  .vs-product-fit-cards > div {
    padding: 15px;
  }

  .vs-product-action-copy h2 {
    font-size: 30px;
  }
}
