/*
 * Natural Bikinis Apple-inspired storefront refresh
 * Structural inspiration only: quiet hierarchy, product-first photography,
 * generous spacing, precise controls, and restrained motion.
 */

:root {
  --apple-bg: #f5f5f7;
  --apple-surface: #ffffff;
  --apple-ink: #1d1d1f;
  --apple-secondary: #6e6e73;
  --apple-hairline: rgba(29, 29, 31, 0.12);
  --apple-accent: #087b73;
  --apple-accent-hover: #05665f;
  --apple-dark: #0a0a0a;
  --apple-card-radius: 28px;
  --apple-control-radius: 999px;
  --apple-page-padding: max(22px, calc((100vw - 1280px) / 2));
  --apple-soft-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
  color-scheme: light;
}

html {
  background: var(--apple-bg);
  scroll-behavior: smooth;
}

body {
  background: var(--apple-bg);
  color: var(--apple-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", Inter, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  letter-spacing: -0.012em;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
strong {
  letter-spacing: -0.04em;
}

h1,
h2,
h3 {
  font-weight: 650;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.button {
  border-radius: var(--apple-control-radius);
  font-weight: 650;
  min-height: 46px;
  padding-left: 22px;
  padding-right: 22px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--apple-accent);
  border-color: var(--apple-accent);
  color: #fff;
}

.button.primary:hover {
  background: var(--apple-accent-hover);
  border-color: var(--apple-accent-hover);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(8, 123, 115, 0.36);
  outline-offset: 3px;
}

.magicads {
  background: var(--apple-surface);
}

.promo-strip {
  background: var(--apple-dark);
  color: rgba(255, 255, 255, 0.92);
  gap: 8px 24px;
  min-height: 36px;
  padding: 8px var(--apple-page-padding);
}

.promo-strip span,
.promo-strip a {
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}

.promo-strip a {
  border-bottom: 0;
  color: #8edbd3;
}

.promo-strip a:hover {
  color: #fff;
}

.site-header {
  align-items: center;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(251, 251, 253, 0.82);
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow: none;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 var(--apple-page-padding);
}

.brand {
  color: var(--apple-ink);
  font-size: 17px;
  font-weight: 680;
  gap: 9px;
  letter-spacing: -0.025em;
}

.brand::before {
  background: var(--apple-accent);
  height: 8px;
  width: 8px;
}

.site-header nav {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 2px;
  overflow: visible;
  padding: 0;
}

.site-header nav a {
  border: 0;
  border-radius: var(--apple-control-radius);
  color: #424245;
  font-size: 12px;
  font-weight: 520;
  min-height: 36px;
  padding: 10px 13px;
  text-transform: none;
}

.site-header nav a:hover {
  background: rgba(29, 29, 31, 0.055);
  border: 0;
  box-shadow: none;
  color: var(--apple-ink);
}

.site-header nav a[href="/cart"] {
  background: var(--apple-accent);
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
}

.site-header nav a[href="/cart"]:hover {
  background: var(--apple-accent-hover);
  color: #fff;
}

.mobile-more,
.product-detail-mobile-media {
  display: none;
}

.campaign-hero {
  align-items: end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 38%, rgba(0, 0, 0, 0.76) 100%),
    url("/assets/generated/cotton-bikini-model-terrace.webp") center / cover no-repeat,
    #222;
  color: #fff;
  justify-items: center;
  min-height: clamp(650px, calc(88svh - 90px), 860px);
  padding: clamp(88px, 10vw, 150px) var(--apple-page-padding) clamp(54px, 7vw, 86px);
  text-align: center;
}

.campaign-hero .hero-content {
  margin: 0 auto;
  max-width: 940px;
}

.campaign-hero h1 {
  font-size: clamp(58px, 7.5vw, 104px);
  letter-spacing: -0.065em;
  line-height: 0.93;
  margin-left: auto;
  margin-right: auto;
  max-width: 13ch;
}

.campaign-hero .eyebrow {
  color: #b4eee8;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.campaign-hero .lede {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 430;
  line-height: 1.43;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}

.campaign-hero .proof-row {
  justify-content: center;
  margin-top: 24px;
}

.campaign-hero .proof-row span {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(20, 20, 22, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: 580;
  padding: 8px 13px;
}

.campaign-hero .actions {
  justify-content: center;
  margin-top: 28px;
}

.campaign-hero .button.primary {
  background: #fff;
  border-color: #fff;
  color: var(--apple-ink);
}

.campaign-hero .button.primary:hover {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.86);
}

.campaign-hero .inline-action {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.campaign-hero .inline-action::after {
  content: "  ›";
}

.hero-buy-note {
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  font-weight: 480;
  line-height: 1.45;
  margin: 18px auto 0;
  max-width: 660px;
}

.shop-rail {
  background: var(--apple-bg);
  border: 0;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(74px, 8vw, 112px) 0;
}

.shop-rail-heading {
  margin: 0;
  max-width: 900px;
  padding: 0 var(--apple-page-padding);
}

.shop-rail-heading .eyebrow {
  color: var(--apple-accent);
  font-weight: 650;
  margin: 0;
  text-transform: none;
}

.shop-rail-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
}

.shop-rail-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 4px var(--apple-page-padding) 28px;
  scroll-padding-inline: var(--apple-page-padding);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.shop-rail-track::-webkit-scrollbar {
  display: none;
}

.shop-rail .shop-rail-track a {
  background: var(--apple-surface);
  border: 0;
  border-radius: var(--apple-card-radius);
  box-shadow: var(--apple-soft-shadow);
  flex: 0 0 clamp(260px, 23vw, 340px);
  gap: 5px;
  min-height: 500px;
  padding: 0 0 20px;
  scroll-snap-align: start;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.shop-rail .shop-rail-track a:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}

.shop-rail .shop-rail-track img {
  aspect-ratio: 4 / 5;
  border-radius: var(--apple-card-radius) var(--apple-card-radius) 0 0;
}

.shop-rail .shop-rail-track a:hover img {
  transform: scale(1.018);
}

.shop-rail .shop-rail-track span,
.shop-rail .shop-rail-track strong,
.shop-rail .shop-rail-track em {
  margin-left: 20px;
  margin-right: 20px;
}

.shop-rail .shop-rail-track span {
  color: var(--apple-accent);
  font-size: 12px;
  font-weight: 650;
  margin-top: 17px;
  text-transform: none;
}

.shop-rail .shop-rail-track strong {
  font-size: 23px;
  font-weight: 650;
  line-height: 1.07;
}

.shop-rail .shop-rail-track em {
  color: var(--apple-secondary);
  font-size: 14px;
  font-weight: 480;
  margin-bottom: 0;
}

.shop-paths {
  background: var(--apple-bg);
  color: var(--apple-ink);
  gap: 40px;
  grid-template-columns: minmax(0, 1fr);
  padding: 10px var(--apple-page-padding) clamp(86px, 9vw, 128px);
  text-align: center;
}

.shop-paths .section-heading {
  margin: 0 auto;
  max-width: 820px;
}

.shop-paths .section-heading p:not(.eyebrow) {
  color: var(--apple-secondary);
  margin-left: auto;
  margin-right: auto;
}

.shop-paths .eyebrow {
  color: var(--apple-accent);
  text-transform: none;
}

.shop-paths h2,
.set-builder h2,
.fit-finder h2,
.shop-heading h2,
.checkout-intro h2 {
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.97;
}

.path-grid {
  gap: 18px;
  margin: 0 auto;
  max-width: 1280px;
}

.path-grid a {
  background: var(--apple-surface);
  border: 0;
  border-radius: 24px;
  box-shadow: var(--apple-soft-shadow);
  color: var(--apple-ink);
  min-height: 240px;
  padding: 26px;
  text-align: left;
  transition:
    box-shadow 200ms ease,
    transform 200ms ease;
}

.path-grid a:hover {
  background: var(--apple-surface);
  border-color: transparent;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.path-grid span {
  color: var(--apple-accent);
  font-weight: 650;
  text-transform: none;
}

.path-grid strong {
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 650;
}

.path-grid em {
  color: var(--apple-secondary);
  font-weight: 480;
}

.set-builder {
  background: var(--apple-surface);
  gap: 42px;
  padding: clamp(86px, 9vw, 128px) var(--apple-page-padding);
}

.set-builder .section-heading {
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
}

.set-builder .section-heading p:not(.eyebrow) {
  color: var(--apple-secondary);
  margin: 0 auto;
  max-width: 660px;
}

.set-builder .eyebrow {
  color: var(--apple-accent);
  text-transform: none;
}

.set-grid {
  gap: 22px;
  margin: 0 auto;
  max-width: 1280px;
}

.set-grid article {
  background: var(--apple-bg);
  border: 0;
  border-radius: var(--apple-card-radius);
  gap: 13px;
  overflow: hidden;
  padding: 14px 14px 24px;
}

.set-images {
  gap: 9px;
}

.set-images img {
  border-radius: 18px;
}

.set-grid span,
.set-grid strong,
.set-grid p,
.set-grid .button {
  margin-left: 8px;
  margin-right: 8px;
}

.set-grid span {
  color: var(--apple-accent);
  font-weight: 650;
  text-transform: none;
}

.set-grid strong {
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 650;
}

.set-grid p {
  color: var(--apple-secondary);
}

.set-grid .button {
  background: var(--apple-surface);
  border-color: transparent;
  color: var(--apple-accent);
}

.fit-finder {
  background: var(--apple-dark);
  border: 0;
  color: #f5f5f7;
  gap: 42px;
  padding: clamp(88px, 9vw, 132px) var(--apple-page-padding);
}

.fit-finder .section-heading {
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.fit-finder .section-heading p:not(.eyebrow) {
  color: #a1a1a6;
  margin: 0 auto;
  max-width: 720px;
}

.fit-finder .eyebrow,
.finder-grid span {
  color: #8edbd3;
  text-transform: none;
}

.finder-grid {
  gap: 18px;
  margin: 0 auto;
  max-width: 1280px;
}

.finder-grid article {
  background: #1d1d1f;
  border: 0;
  border-radius: 24px;
  min-height: 330px;
  padding: 26px;
}

.finder-grid strong {
  color: #f5f5f7;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 650;
}

.finder-grid p {
  color: #a1a1a6;
}

.finder-meta em {
  background: #2c2c2e;
  border: 0;
  color: #d2d2d7;
  font-weight: 540;
}

.finder-grid .button {
  background: #f5f5f7;
  border-color: #f5f5f7;
  color: var(--apple-ink);
}

.products {
  background: var(--apple-bg);
  gap: 42px;
  padding: clamp(88px, 9vw, 132px) var(--apple-page-padding);
}

.shop-heading {
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.shop-heading p {
  color: var(--apple-secondary);
  margin: 0 auto;
  max-width: 700px;
}

.shop-heading .eyebrow {
  color: var(--apple-accent);
  text-transform: none;
}

.catalog-product-grid {
  gap: 24px;
  margin: 0 auto;
  max-width: 1280px;
}

@media (min-width: 1100px) {
  .catalog-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-product-grid .product {
    grid-column: auto;
  }
}

.product {
  background: var(--apple-surface);
  border: 0;
  border-radius: var(--apple-card-radius);
  box-shadow: none;
  gap: 16px;
  overflow: hidden;
  padding: 16px 16px 24px;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.product:hover {
  box-shadow: var(--apple-soft-shadow);
  transform: translateY(-2px);
}

.product.featured,
.product.route-selected {
  border: 0;
  box-shadow: 0 0 0 2px rgba(8, 123, 115, 0.32);
}

.product-media {
  gap: 9px;
}

.product img,
.product-media img {
  border-radius: 18px;
  box-shadow: none;
}

.product-media figcaption {
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}

.product-media figcaption span {
  background: var(--apple-bg);
  border: 0;
  color: var(--apple-secondary);
  padding: 5px 9px;
}

.product-media figcaption span::before {
  background: var(--apple-accent);
  height: 5px;
  width: 5px;
}

.product .tag {
  color: var(--apple-accent);
  font-weight: 650;
  text-transform: none;
}

.product h3 {
  font-size: clamp(25px, 2.1vw, 31px);
  font-weight: 650;
  line-height: 1.03;
}

.product p {
  color: var(--apple-secondary);
}

.price-line {
  color: var(--apple-ink) !important;
  font-size: 24px;
  font-weight: 650;
}

.price-line span {
  color: var(--apple-secondary);
  font-weight: 540;
  text-transform: none;
}

.fact-row span {
  background: var(--apple-bg);
  border: 0;
  color: #515154;
  font-weight: 560;
}

.color-chip,
.size-row button {
  border-color: var(--apple-hairline);
  box-shadow: none;
  font-weight: 560;
  min-height: 36px;
}

.color-chip[aria-pressed="true"],
.size-row button[aria-pressed="true"] {
  border-color: var(--apple-accent);
  box-shadow: 0 0 0 2px rgba(8, 123, 115, 0.14);
}

.product-card-actions {
  gap: 9px;
}

.product-link {
  background: var(--apple-bg);
  border-color: transparent;
  color: var(--apple-accent);
}

.checkout-section.refined-checkout {
  align-items: start;
  background: var(--apple-surface);
  display: grid;
  gap: clamp(44px, 7vw, 94px);
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  padding: clamp(88px, 9vw, 132px) var(--apple-page-padding);
}

.checkout-intro {
  align-content: start;
  display: grid;
  gap: 16px;
  position: sticky;
  top: 92px;
}

.checkout-intro .eyebrow {
  color: var(--apple-accent);
  margin: 0;
  text-transform: none;
}

.checkout-intro p:not(.eyebrow) {
  color: var(--apple-secondary);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  max-width: 500px;
}

.checkout-points {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.checkout-points span {
  align-items: center;
  color: #515154;
  display: flex;
  font-size: 14px;
  font-weight: 560;
  gap: 10px;
}

.checkout-points span::before {
  background: var(--apple-accent);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.refined-checkout form {
  background: var(--apple-bg);
  border: 0;
  border-radius: var(--apple-card-radius);
  box-shadow: none;
  padding: clamp(22px, 3.2vw, 40px);
}

label {
  color: #3a3a3c;
  font-weight: 600;
}

input,
select,
textarea {
  background: var(--apple-surface);
  border: 1px solid var(--apple-hairline);
  border-radius: 12px;
  min-height: 48px;
}

.selected-product-preview,
.cart-summary,
.order-summary {
  border-radius: 16px;
}

.selected-product-preview img {
  height: auto;
}

.commerce-route-page .checkout-section.refined-checkout,
.product-detail-page .checkout-section.refined-checkout {
  grid-template-columns: minmax(0, 1fr);
}

.commerce-route-page .checkout-intro,
.product-detail-page .checkout-intro {
  display: none;
}

.commerce-route-intro {
  background: var(--apple-dark);
  padding-left: var(--apple-page-padding);
  padding-right: var(--apple-page-padding);
  text-align: center;
}

.commerce-route-intro h1,
.commerce-route-intro .lede {
  margin-left: auto;
  margin-right: auto;
}

.commerce-route-intro .proof-row {
  justify-content: center;
}

.product-detail-hero {
  background: var(--apple-bg);
  border-bottom: 0;
  padding-left: var(--apple-page-padding);
  padding-right: var(--apple-page-padding);
}

.product-detail-gallery figure {
  border: 0;
  border-radius: var(--apple-card-radius);
  box-shadow: none;
}

.product-detail-gallery figcaption {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(29, 29, 31, 0.62);
  border-radius: var(--apple-control-radius);
  text-transform: none;
}

.product-detail-purchase h1 {
  font-weight: 650;
  letter-spacing: -0.055em;
}

.product-detail-price {
  font-weight: 650;
}

.product-detail-price span {
  font-weight: 540;
  text-transform: none;
}

.product-detail-facts span {
  background: var(--apple-surface);
  border: 0;
  color: var(--apple-secondary);
  font-weight: 560;
}

.consent-row {
  align-items: start;
  background: #eff8f6;
  border: 1px solid rgba(8, 123, 115, 0.2);
  border-radius: 16px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 16px;
}

.consent-row input {
  height: 20px;
  margin: 1px 0 0;
  width: 20px;
}

.consent-row span {
  color: #3a4441;
  font-size: 13px;
  line-height: 1.5;
}

.product-detail-story {
  background: var(--apple-dark);
  padding-left: var(--apple-page-padding);
  padding-right: var(--apple-page-padding);
}

.product-detail-notes article {
  background: #1d1d1f;
  border: 0;
  border-radius: 24px;
}

.related-products-section {
  background: var(--apple-bg);
  padding-left: var(--apple-page-padding);
  padding-right: var(--apple-page-padding);
}

.related-product {
  border: 0;
  border-radius: var(--apple-card-radius);
  box-shadow: none;
}

.related-product:hover {
  box-shadow: var(--apple-soft-shadow);
}

.related-product img {
  border-radius: var(--apple-card-radius) var(--apple-card-radius) 0 0;
}

.page-hero,
.faq-hero {
  background: var(--apple-surface);
  border-bottom: 0;
  padding-left: var(--apple-page-padding);
  padding-right: var(--apple-page-padding);
}

.page-hero h1,
.faq-hero h1 {
  font-weight: 650;
  letter-spacing: -0.055em;
}

.page-panel,
.test-card,
.caution-card,
.measure-card,
.fit-card,
.faq-list,
.contact-card,
.response-card,
.result-card,
.policy-card {
  border-color: var(--apple-hairline);
  border-radius: 24px;
  box-shadow: none;
}

footer {
  background: var(--apple-bg);
  border-top: 1px solid var(--apple-hairline);
  color: var(--apple-secondary);
  font-size: 12px;
  padding: 30px var(--apple-page-padding);
}

footer span {
  color: var(--apple-ink);
  font-weight: 650;
}

@media (min-width: 821px) and (max-width: 1099px) {
  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-grid,
  .finder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --apple-card-radius: 24px;
    --apple-page-padding: 20px;
  }

  [id] {
    scroll-margin-top: 96px;
  }

  .promo-strip {
    gap: 14px;
    justify-content: flex-start;
    min-height: 36px;
    overflow-x: auto;
    padding: 8px 16px;
    scrollbar-width: none;
  }

  .promo-strip::-webkit-scrollbar {
    display: none;
  }

  .promo-strip span:nth-of-type(2),
  .promo-strip a:nth-of-type(2) {
    display: none;
  }

  .site-header {
    gap: 10px;
    min-height: 54px;
    padding: 0 14px;
  }

  .brand {
    font-size: 16px;
  }

  .site-header nav {
    gap: 0;
    justify-content: flex-end;
    min-width: 0;
  }

  .site-header nav a {
    min-height: 38px;
    padding: 10px 9px;
  }

  .site-header nav a:nth-child(3),
  .site-header nav a:nth-child(5) {
    display: none;
  }

  .site-header nav a[href="/cart"] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .site-header nav .mobile-more {
    display: block;
    position: relative;
  }

  .mobile-more summary {
    border-radius: var(--apple-control-radius);
    color: #424245;
    cursor: pointer;
    font-size: 12px;
    font-weight: 520;
    list-style: none;
    min-height: 38px;
    padding: 11px 8px;
  }

  .mobile-more summary::-webkit-details-marker {
    display: none;
  }

  .mobile-more summary::after {
    content: "⌄";
    margin-left: 3px;
  }

  .mobile-more[open] summary {
    background: rgba(29, 29, 31, 0.055);
  }

  .mobile-more-links {
    background: rgba(251, 251, 253, 0.98);
    border: 1px solid rgba(29, 29, 31, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    display: grid;
    min-width: 156px;
    padding: 6px;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    z-index: 30;
  }

  .site-header nav .mobile-more-links a {
    display: flex;
    font-size: 13px;
    min-height: 42px;
    padding: 12px;
  }

  .campaign-hero {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 32%, rgba(0, 0, 0, 0.82) 100%),
      url("/assets/generated/cotton-bikini-model-terrace.webp") 58% center / cover no-repeat,
      #222;
    min-height: calc(100svh - 90px);
    padding: 78px 20px 40px;
  }

  .campaign-hero h1 {
    font-size: clamp(46px, 13vw, 62px);
    max-width: 8.5ch;
  }

  .campaign-hero .eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .campaign-hero .lede {
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.42;
    margin-top: 17px;
  }

  .campaign-hero .proof-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .campaign-hero .proof-row span {
    min-width: 0;
    padding: 8px 7px;
    text-align: center;
  }

  .campaign-hero .actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .campaign-hero .actions .button,
  .campaign-hero .inline-action {
    width: 100%;
  }

  .campaign-hero .inline-action {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    padding-top: 0;
  }

  .hero-buy-note {
    background: rgba(0, 0, 0, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-top: 14px;
    padding: 10px 12px;
  }

  .shop-rail {
    gap: 22px;
    padding: 64px 0 58px;
  }

  .shop-rail-heading h2,
  .shop-paths h2,
  .set-builder h2,
  .fit-finder h2,
  .shop-heading h2,
  .checkout-intro h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .shop-rail-track {
    gap: 14px;
    padding-bottom: 22px;
  }

  .shop-rail .shop-rail-track a {
    flex-basis: min(82vw, 330px);
    min-height: 480px;
  }

  .shop-paths {
    gap: 28px;
    padding-bottom: 76px;
  }

  .path-grid {
    display: flex;
    gap: 14px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    padding: 4px 20px 24px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .path-grid::-webkit-scrollbar {
    display: none;
  }

  .path-grid a {
    flex: 0 0 min(80vw, 300px);
    min-height: 230px;
    scroll-snap-align: start;
  }

  .set-builder,
  .fit-finder,
  .products,
  .checkout-section.refined-checkout {
    padding-bottom: 78px;
    padding-top: 78px;
  }

  .set-grid,
  .finder-grid {
    display: flex;
    gap: 14px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    padding: 4px 20px 24px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .set-grid::-webkit-scrollbar,
  .finder-grid::-webkit-scrollbar {
    display: none;
  }

  .set-grid article,
  .finder-grid article {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
  }

  .finder-grid article {
    min-height: 320px;
  }

  .catalog-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product {
    border-radius: var(--apple-card-radius);
    padding: 13px 13px 22px;
  }

  .product-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card-actions .button {
    font-size: 13px;
    min-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .checkout-section.refined-checkout {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-intro {
    position: static;
  }

  .refined-checkout form {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  .product-detail-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-detail-purchase {
    order: -1;
  }

  .product-detail-mobile-media {
    background: #e9eeea;
    border-radius: 20px;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  .product-detail-mobile-media img {
    display: block;
    height: clamp(250px, 72vw, 330px);
    object-fit: cover;
    width: 100%;
  }

  .product-detail-mobile-media figcaption {
    align-items: center;
    background: rgba(29, 29, 31, 0.66);
    bottom: 10px;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 650;
    justify-content: space-between;
    left: 10px;
    padding: 7px 9px;
    position: absolute;
    right: 10px;
  }

  .product-detail-gallery .product-detail-primary-image {
    display: none;
  }

  .product-detail-gallery img {
    min-height: 0;
  }

  .magicads {
    background: #f5f5f7;
    border-bottom: 1px solid rgba(29, 29, 31, 0.08);
    margin: 0 auto;
    max-height: 44px;
    width: 100%;
  }

  .magicads iframe,
  .magicads img {
    max-height: 44px;
    object-fit: cover;
  }

  footer {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  footer span,
  footer a:last-child {
    grid-column: 1 / -1;
  }
}

/* 2026 Apple polish: simpler hierarchy, quieter controls, and a clearer bag flow. */
.promo-strip {
  gap: 10px 22px;
  justify-content: center;
  min-height: 34px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.promo-strip span,
.promo-strip a {
  white-space: nowrap;
}

.promo-strip span + span::before {
  color: rgba(255, 255, 255, 0.36);
  content: "•";
  margin-right: 22px;
}

.site-header {
  min-height: 50px;
}

.campaign-hero {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.76) 100%),
    url("/assets/generated/cotton-bikini-model-terrace.webp") center / cover no-repeat,
    #222;
  min-height: clamp(620px, calc(92svh - 118px), 820px);
  padding-bottom: clamp(54px, 7vw, 84px);
  padding-top: clamp(74px, 8vw, 112px);
}

.campaign-hero .hero-content {
  display: grid;
  justify-items: center;
  max-width: 880px;
}

.campaign-hero h1 {
  font-size: clamp(58px, 7.2vw, 98px);
  line-height: 0.94;
  margin: 0;
  max-width: 11.5ch;
}

.hero-price-line {
  color: #fff;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 590;
  letter-spacing: -0.025em;
  margin: 20px 0 0;
}

.campaign-hero .lede {
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.42;
  margin: 10px auto 0;
  max-width: 620px;
}

.campaign-hero .actions {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 26px;
}

.campaign-hero .actions .button {
  min-width: 104px;
}

.campaign-hero .inline-action {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.review-path {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(20, 20, 22, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 30px auto 0;
  max-width: 560px;
  padding: 0;
  width: 100%;
}

.review-path li {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 9px;
  justify-content: center;
  min-height: 62px;
  padding: 12px 14px;
}

.review-path li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.review-path span {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #b4eee8;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 28px;
}

.review-path strong {
  color: #fff;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.shop-rail,
.fit-finder,
.products,
.checkout-section.refined-checkout {
  scroll-margin-top: 84px;
}

.shop-heading,
.shop-rail-heading > div:first-child {
  max-width: 820px;
}

.shop-heading p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 560px;
}

.catalog-product-grid .product {
  border-radius: 24px;
  padding: 12px 12px 22px;
}

.catalog-product-grid .product > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 4px 8px 0;
}

.catalog-product-grid .product-media {
  margin-bottom: 4px;
}

.product-media figcaption {
  gap: 8px 14px;
  padding: 0 4px;
}

.product-media figcaption span {
  background: transparent;
  color: var(--apple-secondary);
  padding: 2px 0;
}

.product h3 {
  margin-top: 3px;
}

.product .fact-row {
  gap: 6px 10px;
}

.product .fact-row span {
  background: transparent;
  border: 0;
  color: var(--apple-secondary);
  padding: 0;
}

.product .fact-row span:not(:last-child)::after {
  color: #b2b2b6;
  content: " ·";
}

.product .colorway-row.compact {
  margin-top: 16px;
}

.product .size-row {
  margin-top: 9px;
}

.product-card-actions {
  align-items: center;
  display: grid;
  gap: 8px 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  padding-top: 20px;
}

.product-card-actions .product-button {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.product-card-actions .product-link {
  background: transparent;
  grid-column: 2;
  grid-row: 1;
  min-height: 44px;
  padding-left: 4px;
  padding-right: 4px;
}

.product-card-actions .product-link::after {
  content: " ›";
}

.checkout-intro {
  gap: 18px;
}

.checkout-points {
  counter-reset: checkout-step;
  gap: 0;
  margin-top: 14px;
}

.checkout-points span {
  border-top: 1px solid var(--apple-hairline);
  counter-increment: checkout-step;
  min-height: 54px;
  padding: 12px 0;
}

.checkout-points span:last-child {
  border-bottom: 1px solid var(--apple-hairline);
}

.checkout-points span::before {
  align-items: center;
  background: var(--apple-ink);
  color: #fff;
  content: counter(checkout-step);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 650;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.product-picker-heading {
  border-bottom: 1px solid var(--apple-hairline);
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
}

.product-picker-heading span {
  color: var(--apple-accent);
  font-size: 12px;
  font-weight: 650;
}

.product-picker-heading strong {
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 650;
}

.product-picker-options {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selected-product-preview {
  background: var(--apple-surface);
  border: 0;
  border-radius: 20px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 14px;
}

.selected-product-preview img {
  border-radius: 14px;
}

.selected-product-preview span {
  color: var(--apple-accent);
  font-weight: 650;
  text-transform: none;
}

.selected-product-preview strong {
  font-size: 20px;
}

.cart-add-button {
  background: var(--apple-ink);
  border-color: var(--apple-ink);
  color: #fff;
}

.cart-add-button:hover {
  background: #343437;
  border-color: #343437;
}

.commerce-route-intro {
  padding-bottom: clamp(54px, 7vw, 82px);
  padding-top: clamp(68px, 8vw, 104px);
}

.commerce-route-intro h1 {
  font-size: clamp(54px, 7.2vw, 92px);
  line-height: 0.94;
  max-width: 780px;
}

.commerce-route-intro .lede {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  max-width: 650px;
}

.commerce-route-intro .review-path {
  margin-top: 30px;
}

.commerce-route-page .refined-checkout form {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

@media (hover: hover) {
  .product-card-actions .product-link:hover {
    background: transparent;
    color: var(--apple-accent-hover);
    transform: none;
  }
}

@media (max-width: 820px) {
  .promo-strip {
    gap: 14px;
    justify-content: flex-start;
  }

  .promo-strip span + span::before {
    content: none;
  }

  .site-header {
    min-height: 54px;
  }

  .campaign-hero {
    align-items: center;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.26) 42%, rgba(0, 0, 0, 0.84) 100%),
      url("/assets/generated/cotton-bikini-model-terrace.webp") 58% center / cover no-repeat,
      #222;
    min-height: calc(100svh - 134px);
    padding: 48px 20px 30px;
  }

  .campaign-hero h1 {
    font-size: clamp(46px, 12.8vw, 58px);
    max-width: 8.8ch;
  }

  .hero-price-line {
    font-size: 19px;
    margin-top: 16px;
  }

  .campaign-hero .lede {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8px;
    max-width: 340px;
  }

  .campaign-hero .actions {
    display: flex;
    gap: 18px;
    margin-top: 22px;
    width: auto;
  }

  .campaign-hero .actions .button,
  .campaign-hero .inline-action {
    width: auto;
  }

  .campaign-hero .actions .button {
    min-width: 112px;
  }

  .review-path {
    margin-top: 24px;
    max-width: 350px;
  }

  .review-path li {
    flex-direction: column;
    gap: 6px;
    min-height: 72px;
    padding: 10px 5px;
  }

  .review-path span {
    height: 24px;
    width: 24px;
  }

  .review-path strong {
    font-size: 11px;
  }

  .shop-rail-heading h2,
  .shop-paths h2,
  .set-builder h2,
  .fit-finder h2,
  .shop-heading h2,
  .checkout-intro h2 {
    font-size: clamp(38px, 10.5vw, 48px);
  }

  .products {
    gap: 34px;
  }

  .shop-heading p {
    font-size: 16px;
  }

  .catalog-product-grid .product {
    padding: 10px 10px 20px;
  }

  .catalog-product-grid .product > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card-actions {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-card-actions .product-link {
    font-size: 13px;
    min-width: 0;
  }

  .checkout-section.refined-checkout {
    gap: 34px;
  }

  .refined-checkout form {
    border-radius: 24px;
    padding: 18px;
  }

  .product-picker-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .selected-product-preview {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 12px;
  }

  .selected-product-preview strong {
    font-size: 17px;
  }

  .commerce-route-intro {
    padding: 54px 20px 48px;
  }

  .commerce-route-intro h1 {
    font-size: clamp(48px, 13vw, 62px);
  }

  .commerce-route-intro .lede {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Storewide conversion, accessibility, and interaction polish. */
[hidden] {
  display: none !important;
}

.skip-link {
  background: var(--apple-ink);
  border-radius: 0 0 12px 12px;
  color: #fff;
  font-weight: 650;
  left: 18px;
  padding: 12px 16px;
  position: fixed;
  text-decoration: none;
  top: 0;
  transform: translateY(-120%);
  transition: transform 160ms ease;
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header nav a,
footer a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.promo-strip a {
  align-items: center;
  display: inline-flex;
  min-height: 24px;
}

.product-breadcrumb a {
  align-items: center;
  display: inline-flex;
  min-height: 24px;
}

.bag-link {
  gap: 7px;
}

.bag-count {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--apple-accent);
  display: inline-flex;
  font-size: 11px;
  font-weight: 720;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 5px;
}

.bag-toast {
  align-items: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(29, 29, 31, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  color: #fff;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  max-width: min(430px, calc(100vw - 32px));
  padding: 14px 16px;
  position: fixed;
  right: 18px;
  top: 72px;
  z-index: 100;
}

.bag-toast span {
  font-size: 13px;
  font-weight: 560;
  line-height: 1.4;
}

.bag-toast a {
  color: #8edbd3;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
  align-items: center;
  display: inline-flex;
}

.mobile-bag-cta {
  display: none;
}

.cart-match {
  align-items: center;
  background: linear-gradient(135deg, #f1f8f5 0%, #e8f2ee 100%);
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  padding: 14px;
}

.cart-match > img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 12px;
  object-fit: cover;
  width: 72px;
}

.cart-match-copy {
  display: grid;
  gap: 4px;
}

.cart-match-copy > span,
.cart-match-controls label > span {
  color: var(--apple-accent);
  font-size: 11px;
  font-weight: 720;
  text-transform: uppercase;
}

.cart-match-copy > strong {
  font-size: 16px;
}

.cart-match-copy > p {
  color: var(--apple-secondary);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.cart-match-controls {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(112px, auto) auto;
}

.cart-match-controls label {
  display: grid;
  gap: 5px;
}

.cart-match-controls select,
.cart-match-controls .button {
  min-height: 44px;
}

.cart-match-controls .button {
  justify-content: center;
  white-space: nowrap;
}

.shop-rail-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.shop-rail-heading > div:first-child {
  max-width: 900px;
}

.rail-hint {
  color: var(--apple-secondary);
  font-size: 14px;
  margin: 14px 0 0;
}

.rail-hint a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--apple-accent);
  display: inline-flex;
  font-weight: 620;
  min-height: 24px;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: static;
  text-underline-offset: 3px;
  width: auto;
}

.rail-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding-bottom: 6px;
}

.rail-controls button {
  align-items: center;
  background: #e8e8ed;
  border: 0;
  border-radius: 50%;
  color: var(--apple-ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  padding: 0 0 3px;
  width: 44px;
}

.shop-rail-track:focus-visible {
  border-radius: var(--apple-card-radius);
  outline: 3px solid rgba(8, 123, 115, 0.36);
  outline-offset: -3px;
}

.collection-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto -14px;
  max-width: 1280px;
  width: 100%;
}

.collection-filters {
  background: #e8e8ed;
  border-radius: var(--apple-control-radius);
  display: inline-flex;
  gap: 3px;
  padding: 4px;
}

.collection-filters button {
  background: transparent;
  border: 0;
  border-radius: var(--apple-control-radius);
  color: #515154;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 620;
  min-height: 44px;
  padding: 0 17px;
}

.collection-filters button[aria-pressed="true"] {
  background: var(--apple-surface);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: var(--apple-ink);
}

.collection-filters span {
  color: var(--apple-secondary);
  font-size: 11px;
  margin-left: 3px;
}

#collection-result-count {
  color: var(--apple-secondary);
  font-size: 13px;
  margin: 0;
}

.catalog-product-grid .product[hidden] {
  display: none;
}

.color-chip,
.size-row button {
  min-height: 44px;
  min-width: 44px;
  padding: 8px 12px;
}

.product-detail-option-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.product-detail-option-heading a {
  color: var(--apple-accent);
  font-size: 13px;
  font-weight: 620;
  min-height: 44px;
  align-items: center;
  display: inline-flex;
}

.cart-empty-link {
  color: var(--apple-accent);
  font-size: 14px;
  font-weight: 650;
  min-height: 44px;
  align-items: center;
  display: inline-flex;
  justify-self: start;
}

.cart-item {
  grid-template-columns: 58px minmax(0, 1fr) auto;
}

.cart-item img {
  grid-row: 1 / 3;
  width: 58px;
}

.cart-item > em {
  grid-column: 3;
  grid-row: 1;
}

.cart-item .cart-quantity {
  align-items: center;
  display: flex;
  gap: 4px;
  grid-column: 2;
  grid-row: 2;
}

.cart-quantity button {
  align-items: center;
  background: var(--apple-surface);
  border: 1px solid var(--apple-hairline);
  border-radius: 50%;
  color: var(--apple-ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.cart-quantity strong {
  font-size: 14px;
  min-width: 30px;
  text-align: center;
}

.cart-quantity button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.cart-remove {
  grid-column: 3;
  grid-row: 2;
  min-height: 44px;
  padding: 0 8px;
}

.checkout-form-heading {
  border-top: 1px solid var(--apple-hairline);
  display: grid;
  gap: 4px;
  margin-top: 6px;
  padding-top: 22px;
}

.checkout-form-heading span {
  color: var(--apple-accent);
  font-size: 12px;
  font-weight: 650;
}

.checkout-form-heading strong {
  font-size: 21px;
}

.checkout-trust {
  background: var(--apple-surface);
  border: 1px solid var(--apple-hairline);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  padding: 16px;
}

.checkout-trust p {
  color: var(--apple-secondary);
  font-size: 13px;
  margin: 0;
}

.checkout-trust a {
  color: var(--apple-accent);
}

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

.policy-steps article {
  background: var(--apple-dark);
  border-radius: 22px;
  color: #f5f5f7;
  display: grid;
  gap: 8px;
  padding: 22px;
}

.policy-steps span {
  color: #8edbd3;
  font-size: 12px;
  font-weight: 650;
}

.policy-steps strong {
  font-size: 21px;
}

.policy-steps p {
  color: #c7c7cc;
  font-size: 14px;
  margin: 0;
}

.product-detail-page .checkout-section {
  display: none;
}

@media (min-width: 1100px) {
  .catalog-product-grid .product:last-child:not([hidden]) {
    grid-column: 2;
  }

  .product-detail-purchase {
    position: sticky;
    top: 84px;
  }
}

@media (max-width: 820px) {
  body.mobile-bag-cta-visible {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .mobile-bag-cta {
    align-items: center;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(20, 27, 24, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    bottom: max(10px, env(safe-area-inset-bottom));
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
    color: #fff;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    left: 12px;
    min-height: 64px;
    padding: 10px 16px;
    position: fixed;
    right: 12px;
    text-decoration: none;
    z-index: 90;
  }

  .mobile-bag-cta > span:first-child {
    display: grid;
    gap: 2px;
  }

  .mobile-bag-cta small {
    color: #8edbd3;
    font-size: 10px;
    font-weight: 720;
    text-transform: uppercase;
  }

  .mobile-bag-cta strong,
  .mobile-bag-cta > span:last-child {
    font-size: 15px;
    font-weight: 680;
  }

  .mobile-bag-cta > span:last-child {
    white-space: nowrap;
  }

  body.mobile-bag-cta-visible .product-detail-actions {
    bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .site-header nav a {
    min-height: 44px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .bag-toast {
    left: 16px;
    right: 16px;
    top: 64px;
  }

  .shop-rail-heading {
    align-items: start;
    gap: 16px;
  }

  .rail-controls {
    display: none;
  }

  .collection-toolbar {
    align-items: flex-start;
    display: grid;
    gap: 10px;
  }

  .collection-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .collection-filters button {
    padding: 0 9px;
  }

  .finder-grid article {
    min-height: 260px;
  }

  .policy-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .cart-item {
    grid-template-columns: 58px minmax(0, 1fr) auto;
  }

  .cart-match {
    align-items: start;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .cart-match > img {
    width: 64px;
  }

  .cart-match-controls {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    width: 100%;
  }

  .cart-match-controls .button {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
  }

  .cart-item img {
    grid-column: 1;
  }

  .cart-item > div:not(.cart-quantity) {
    grid-column: 2 / -1;
  }

  .cart-item > em {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .cart-item .cart-quantity {
    grid-column: 2;
    grid-row: 3;
  }

  .cart-remove {
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
  }

  .product-detail-actions {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--apple-hairline);
    border-radius: 18px;
    bottom: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    padding: 8px;
    position: sticky;
    z-index: 5;
  }
}
