.pages-body {
  min-width: 320px;
  background: var(--page);
  visibility: hidden;
}

.pages-body.pages-ready { visibility: visible; }

.pages-header { box-shadow: 0 1px 0 rgba(17, 24, 39, .04); }
.pages-header .purchases-link { white-space: nowrap; }
.pages-header .cart-button { text-decoration: none; }
.pages-header .categories-popover { min-width: 620px; }

.pages-breadcrumbs,
.page-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  color: #6b7280;
  font-size: 12px;
}

.page-breadcrumbs svg { width: 14px !important; height: 14px !important; }
.page-breadcrumbs a:hover { color: var(--brand); }

.page-hero {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(100deg, #006bff, #0d57e6 68%, #5f22d3);
  isolation: isolate;
}

.page-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: none;
}

.page-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(0deg, rgba(17, 24, 39, .46), transparent);
}

.page-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 380px;
}

.page-hero-copy { max-width: 610px; padding-block: 54px; }
.page-hero-simple,
.page-hero-simple .page-hero-inner { min-height: 310px; }
.page-hero-simple .page-hero-copy { max-width: 820px; }
.page-eyebrow,
.page-kicker {
  display: inline-flex;
  color: #bda6ff;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 720px;
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

.page-hero p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
  line-height: 1.55;
}

.page-primary-cta,
.page-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 17px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 550;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease), color var(--ease);
}

.page-primary-cta {
  margin-top: 24px;
  color: #fff;
  background: linear-gradient(110deg, #006bff 0%, #0d57e6 68%, #6a4dff 100%);
  box-shadow: 0 8px 20px rgba(0, 84, 220, .24), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.page-primary-cta:hover { color: #fff; background: linear-gradient(110deg, #0d57e6, #5f22d3); box-shadow: 0 10px 24px rgba(0, 84, 220, .28); transform: translateY(-2px); }
.page-primary-cta svg,
.page-secondary-cta svg,
.page-inline-link svg { width: 16px !important; height: 16px !important; }

.page-hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.page-hero-tags span { padding: 5px 9px; color: rgba(255, 255, 255, .78); border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(255, 255, 255, .08); font-size: 12px; }

.page-hero-orbit {
  position: absolute;
  right: 8%;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(189, 166, 255, .42);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(157, 92, 255, .05), 0 0 0 60px rgba(157, 92, 255, .04), inset 0 0 55px rgba(157, 92, 255, .14);
  transform: rotate(-22deg);
}

.page-hero-orbit::before,
.page-hero-orbit::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #a865ff;
  box-shadow: 0 0 26px #a865ff;
}

.page-hero-orbit::before { top: 14%; right: 4%; width: 9px; height: 9px; }
.page-hero-orbit::after { bottom: 11%; left: 5%; width: 6px; height: 6px; background: #ffad45; box-shadow: 0 0 20px #ffad45; }

.page-hero-index::before,
.page-hero-business::before { background-image: none; }
.page-hero-editorial .page-hero-orbit { border-color: rgba(255, 173, 69, .4); }

.page-section { padding-block: 46px; }
.page-section + .page-section { padding-top: 4px; }
.page-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
 .page-section-heading h2,
.page-trust-band h2,
.page-map-copy h2,
.page-stock-panel h2,
.page-business-intro h2,
 .page-editorial-panel h2 { margin: 7px 0 8px; color: #242424; font-size: clamp(24px, 3vw, 36px); font-weight: 670; letter-spacing: -.035em; line-height: 1.05; text-wrap: balance; }
.page-section-heading p,
.page-trust-band p,
.page-map-copy p,
.page-stock-panel p,
.page-business-intro p,
.page-editorial-panel p { max-width: 670px; margin: 0; color: #687282; font-size: 15px; }

.page-filter-pills { display: flex; gap: 5px; max-width: 100%; padding: 4px; overflow-x: auto; border: 1px solid #e5ddff; border-radius: 999px; background: #f5f1ff; scrollbar-width: none; }
.page-filter-pills::-webkit-scrollbar { display: none; }
.page-filter-pills button { min-height: 34px; padding: 6px 14px; color: #604990; border: 0; border-radius: 999px; background: transparent; box-shadow: none; font-size: 12px; font-weight: 800; white-space: nowrap; }
.page-filter-pills button.is-active,
.page-filter-pills button:hover { color: #fff; background: linear-gradient(135deg, #8b43ff, #6d28d9 60%, #953cff); }

.page-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.page-product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #e9e1ff; border-radius: 14px; background: #fff; box-shadow: 0 5px 16px rgba(57, 25, 105, .06); transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease); }
.page-product-card:hover { border-color: #cdb4ff; box-shadow: 0 14px 28px rgba(87, 38, 168, .13); transform: translateY(-3px); }
.page-product-image { display: grid; place-items: center; height: 225px; padding: 20px; background: linear-gradient(145deg, #fbf9ff, #f1edff); }
.page-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.page-product-body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.page-product-brand { color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.page-product-title-link { color: inherit; }
.page-product-title-link:hover { color: var(--brand); }
.page-product-card h3 { min-height: 44px; margin: 8px 0 5px; color: #20232b; font-size: 17px; line-height: 1.25; }
.page-product-card p { min-height: 42px; margin: 0; color: #77808d; font-size: 12px; line-height: 1.45; }
.page-official-card { position: relative; min-height: 520px; border-color: #edf1f7; border-radius: 12px; box-shadow: 0 7px 18px rgba(0, 62, 160, .06); }
.page-official-card:hover { border-color: #a8c8ff; box-shadow: 0 14px 28px rgba(0, 107, 255, .13); }
.page-official-card .page-card-badges { position: absolute; z-index: 2; top: 14px; left: 14px; display: flex; flex-wrap: wrap; gap: 5px; max-width: calc(100% - 56px); }
.page-card-badge { display: inline-flex; align-items: center; min-height: 23px; padding: 4px 10px; color: #fff; border-radius: 999px; font-size: 12px; font-weight: 900; line-height: 1; box-shadow: 0 4px 10px rgba(0, 70, 180, .16); }
.page-card-discount { background: linear-gradient(135deg, #ffb347, #ef632b); }
.page-card-offer { background: linear-gradient(135deg, #6a4dff, #5f22d3); }
.page-card-new { background: #27b75c; }
.page-card-wishlist { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; place-items: center; width: 31px; height: 31px; padding: 0; color: var(--brand); border: 1px solid #e2e8f3; border-radius: 50%; background: #fff; box-shadow: none; font-size: 17px; cursor: pointer; }
.page-card-wishlist:hover { color: #fff; background: var(--brand); }
.page-official-card .page-product-image { height: 230px; padding: 24px 22px 10px; overflow: hidden; background: #fff; }
.page-official-card .page-product-image img { min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; mix-blend-mode: multiply; }
.page-official-card .page-product-body { padding: 14px 18px 17px; }
.page-official-card .page-product-brand { margin-bottom: 3px; color: #666; font-size: 12px; text-transform: uppercase; }
.page-official-card .page-product-title-link h3 { min-height: 42px; margin: 0 0 6px; color: #4f5561; font-size: 17px; font-weight: 600; line-height: 1.28; }
.page-official-card .page-product-body > p { min-height: 18px; margin: 0 0 4px; color: #777f8b; font-size: 12px; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.page-card-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; min-height: 33px; }
.page-card-price-row del { color: #8a93a2; font-size: 12px; font-style: italic; }
.page-card-price-row strong { color: var(--brand); font-size: 24px; letter-spacing: -.035em; }
.page-card-price-row span { color: #2d7b2e; font-size: 12px; font-weight: 900; white-space: nowrap; }
.page-card-stock { margin-top: 3px; color: #238b45; font-size: 12px; font-weight: 850; }
.page-card-fulfillment { display: grid; gap: 7px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e6ebf2; color: #677180; font-size: 12px; }
.page-card-fulfillment span { display: block; }
.page-card-fulfillment b { color: #2a78df; }
.page-card-add { display: inline-flex; align-items: center; justify-content: center; gap: 7px; width: 100%; min-height: 40px; margin-top: auto; padding: 9px 12px; color: #fff; border: 0; border-radius: 6px; background: linear-gradient(110deg, #006bff 0%, #0d57e6 68%, #6a4dff 100%); box-shadow: 0 6px 14px rgba(0, 84, 220, .2); font-size: 12px; font-weight: 850; cursor: pointer; }
.page-card-add:hover { background: linear-gradient(110deg, #0d57e6, #5f22d3); }
.page-card-add.is-added { background: #16884e; }
.page-card-add svg { width: 16px !important; height: 16px !important; }
.page-pdp-recommendations .product-card .product-image-link { display: grid; place-items: center; height: 190px; overflow: hidden; }
.page-pdp-recommendations .product-card .product-photo { width: auto; max-width: 82%; height: auto; max-height: 150px; padding-top: 0; object-fit: contain; }
.page-product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid #f0edf5; }
.page-product-footer strong { color: var(--brand); font-size: 17px; }
.page-inline-link { display: inline-flex; align-items: center; gap: 4px; color: #5e5fe0; font-size: 12px; font-weight: 800; }
.page-inline-link:hover { color: var(--brand); }
.page-section-action { display: flex; justify-content: center; padding-top: 25px; }
.page-secondary-cta { color: var(--brand); border: 1px solid #d9caff; background: #fbf9ff; }
.page-secondary-cta:hover { color: #fff; border-color: var(--brand); background: var(--brand); }

.page-store-campaigns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-block: 26px 4px; }
.page-store-campaign-card { position: relative; display: flex; min-height: 142px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 20px; color: #fff; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--store-card-color), #111827); box-shadow: 0 10px 22px rgba(17, 24, 39, .12); cursor: pointer; text-align: left; transition: transform var(--ease), box-shadow var(--ease); }
.page-store-campaign-card::after { position: absolute; top: -50px; right: -26px; width: 150px; height: 150px; content: ""; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 20px rgba(255,255,255,.05), 0 0 0 44px rgba(255,255,255,.035); }
.page-store-campaign-card:hover { box-shadow: 0 15px 28px rgba(17, 24, 39, .2); transform: translateY(-3px); }
.page-store-campaign-card span { color: #dfd5ff; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.page-store-campaign-card strong { max-width: 210px; margin: 7px 0 12px; font-size: 20px; line-height: 1.05; }
.page-store-campaign-card small { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; }
.page-store-campaign-card svg { width: 15px !important; height: 15px !important; }
.page-store-shell { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; padding-block: 38px 48px; }
.page-store-sidebar { align-self: start; position: sticky; top: 20px; padding: 17px; border: 1px solid #e8e0f7; border-radius: 12px; background: #fff; box-shadow: 0 6px 18px rgba(57, 25, 105, .05); }
.page-store-sidebar-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid #eeeaf4; }
.page-store-clear { padding: 0; color: var(--brand); border: 0; background: transparent; box-shadow: none; font-size: 12px; font-weight: 850; cursor: pointer; }
.page-store-filter-group { display: grid; gap: 3px; padding-block: 16px; border-bottom: 1px solid #f0edf5; }
.page-store-filter-group:last-child { border-bottom: 0; padding-bottom: 2px; }
.page-store-filter-group > strong,
.page-store-filter-group label strong { margin-bottom: 6px; color: #2b2f38; font-size: 12px; }
.page-store-filter-group button { padding: 6px 8px; color: #6c7280; border: 0; border-radius: 5px; background: transparent; box-shadow: none; font-size: 12px; text-align: left; cursor: pointer; }
.page-store-filter-group button:hover,
.page-store-filter-group button.is-active { color: var(--brand); background: #f5f1ff; font-weight: 850; }
.page-store-filter-group select,
.page-store-sort select { width: 100%; min-height: 34px; margin-top: 6px; padding: 0 9px; color: #454b57; border: 1px solid #ded8e9; border-radius: 5px; background: #fff; font-size: 12px; }
.page-store-main { min-width: 0; }
.page-store-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.page-store-toolbar h2 { margin: 6px 0 5px; color: #242424; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.04em; line-height: 1; }
.page-store-toolbar p { margin: 0; color: #7a818d; font-size: 12px; }
.page-store-toolbar p strong { color: var(--brand); }
.page-store-sort { min-width: 160px; color: #717987; font-size: 12px; font-weight: 800; }
.page-store-sort select { margin-top: 7px; }
.page-store-mobile-filters { display: none; }
.page-store-grid .page-product-card { border-radius: 10px; }
.page-store-trust { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding: 22px 26px; border-radius: 12px; background: #111827; }
.page-store-trust div { display: grid; gap: 5px; }
.page-store-trust span { color: #bda6ff; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.page-store-trust strong { color: #fff; font-size: 18px; }
.page-store-trust .page-secondary-cta { flex: 0 0 auto; color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.page-store-trust .page-secondary-cta:hover { border-color: #fff; background: var(--brand); }

.page-collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.page-collection-card { position: relative; display: flex; min-height: 210px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 23px; color: #fff; border-radius: 14px; isolation: isolate; }
.page-collection-card::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: linear-gradient(0deg, rgba(17, 24, 39, .92), rgba(17, 24, 39, .08) 75%), var(--collection-image); background-position: center; background-size: cover; transition: transform .35s ease; }
.page-collection-card::after { position: absolute; z-index: -1; inset: auto 0 0; height: 4px; content: ""; background: linear-gradient(90deg, #a865ff, #ffad45); }
.page-collection-card:hover::before { transform: scale(1.04); }
.page-collection-card span { color: #d5c8ff; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.page-collection-card strong { max-width: 230px; margin: 6px 0 12px; font-size: 23px; line-height: 1.05; }
.page-collection-card small { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 800; }
.page-collection-card small svg { width: 15px !important; height: 15px !important; }
.page-trust-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 10px; padding: 30px; border: 1px solid #e6dcff; border-radius: 14px; background: linear-gradient(135deg, #fff, #f6f2ff); }
.page-trust-band .page-primary-cta { flex: 0 0 auto; margin-top: 0; }

.page-editorial-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.page-editorial-panel { padding: 28px; border: 1px solid #e8defd; border-radius: 14px; background: #fff; box-shadow: var(--shadow-1); }
.page-editorial-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.page-editorial-points article { padding: 20px; border-radius: 12px; background: #111827; }
.page-editorial-points span { display: inline-grid; place-items: center; width: 31px; height: 31px; color: #fff; border-radius: 50%; background: var(--brand); font-size: 12px; font-weight: 850; }
.page-editorial-points h3 { margin: 38px 0 8px; color: #fff; font-size: 17px; line-height: 1.12; }
.page-editorial-points p { margin: 0; color: #aeb5c1; font-size: 12px; line-height: 1.45; }

.page-contact-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.page-contact-grid article { min-height: 218px; padding: 20px; border: 1px solid #e7ddff; border-radius: 12px; background: #fff; }
.page-contact-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; color: #fff; border-radius: 12px; background: linear-gradient(135deg, #006bff, #6d28d9); box-shadow: 0 7px 16px rgba(51, 73, 215, .2); }
.page-contact-icon svg { width: 25px !important; height: 25px !important; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.page-contact-grid h3 { margin: 0 0 7px; color: #242424; font-size: 16px; }
.page-contact-grid p { min-height: 60px; margin: 0 0 13px; color: #737b88; font-size: 12px; line-height: 1.45; }
.page-contact-grid a { display: inline-flex; align-items: center; gap: 4px; color: var(--brand); font-size: 12px; font-weight: 850; }
.page-contact-grid a svg { width: 14px !important; height: 14px !important; }

.page-map-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; }
.page-map-card { min-height: 380px; overflow: hidden; border: 1px solid #e6dcff; border-radius: 14px; background: #eee; }
.page-map-card img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.page-map-card iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; }
.page-map-copy { padding: 24px 0; }
.page-delivery-coverage-list { display: grid; gap: 8px; padding: 16px; border: 1px solid #e4ddf4; border-radius: 10px; background: #fbf9ff; color: #4b5563; font-size: 14px; }
.page-delivery-coverage-list strong { color: #111827; }
.page-single-store { display: grid; gap: 6px; margin-top: 22px; padding: 17px; border: 1px solid #e8e1f5; border-radius: 9px; background: #fff; }
.page-single-store strong { color: #242424; font-size: 16px; }
.page-single-store span { color: #515968; font-size: 14px; line-height: 1.45; }
.page-single-store small { color: #737b88; font-size: 12px; }
.page-choice-list { display: grid; gap: 7px; margin: 22px 0 4px; }
.page-choice-list button { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px; color: #343844; border: 1px solid #e8e1f5; border-radius: 7px; background: #fff; box-shadow: none; font-size: 13px; text-align: left; }
.page-choice-list button:hover { color: var(--brand); border-color: #cdb4ff; background: #fbf9ff; }
.page-choice-list button.is-selected { color: var(--brand); border-color: var(--brand); background: #f5f1ff; box-shadow: inset 3px 0 0 var(--brand); }
.page-choice-list svg { width: 16px !important; height: 16px !important; }
.page-choice-status { min-height: 18px; margin: 10px 0 0 !important; color: var(--brand) !important; font-size: 12px !important; }

.page-stock-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 34px; align-items: center; padding: 34px; border-radius: 15px; background: linear-gradient(135deg, #111827, #2c1a52); }
.page-stock-panel h2 { color: #fff; }
.page-stock-panel p { color: #c3c9d4; }
.page-stock-form { padding: 20px; border-radius: 10px; background: #fff; }
.page-stock-form label { display: block; margin-bottom: 8px; color: #343844; font-size: 12px; font-weight: 800; }
.page-stock-form > div { display: flex; gap: 6px; }
.page-stock-form input { min-width: 0; flex: 1; height: 42px; padding: 0 12px; border: 1px solid #ddd6ea; border-radius: 5px; color: #242424; font-size: 12px; }
.page-stock-form button { min-height: 42px; padding-inline: 14px; border-radius: 5px; font-size: 12px; font-weight: 850; }
.page-form-note { min-height: 18px; margin: 10px 0 0 !important; color: var(--brand) !important; font-size: 12px !important; }

.page-business-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 25px; }
.page-business-intro .page-primary-cta { flex: 0 0 auto; margin-top: 0; }
.page-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.page-step-grid article { padding: 24px; border: 1px solid #e6dcff; border-radius: 12px; background: #fff; }
.page-step-number { color: var(--brand); font-size: 31px; font-weight: 900; letter-spacing: -.06em; }
.page-step-grid h3 { margin: 20px 0 8px; color: #242424; font-size: 18px; }
.page-step-grid p { margin: 0; color: #737b88; font-size: 13px; line-height: 1.5; }

.page-pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; padding-block: 20px 38px; }
.page-pdp-gallery-panel { min-width: 0; }
.page-pdp-gallery { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: start; }
.page-pdp-thumbnails { display: grid; gap: 9px; }
.page-pdp-thumbnail { display: grid; place-items: center; width: 76px; height: 76px; padding: 7px; border: 1px solid #e8e2f3; border-radius: 8px; background: #fff; box-shadow: none; cursor: pointer; }
.page-pdp-thumbnail:hover,
.page-pdp-thumbnail.is-active { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(109,40,217,.12); }
.page-pdp-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.page-pdp-main-image { position: relative; display: grid; min-height: 470px; place-items: center; padding: 30px; overflow: hidden; border: 1px solid #e8e2f3; border-radius: 12px; }
.page-pdp-main-image img { position: relative; z-index: 1; width: 100%; height: 100%; max-height: 410px; object-fit: contain; mix-blend-mode: multiply; }
.page-pdp-discount { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 10px; color: #fff; border-radius: 999px; background: #f97316; font-size: 12px; font-weight: 900; }
.page-pdp-share { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; padding: 0; color: #6b7280; border: 0; background: transparent; box-shadow: none; font-size: 12px; font-weight: 800; cursor: pointer; }
.page-pdp-share:hover { color: var(--brand); }
.page-pdp-share svg { width: 15px !important; height: 15px !important; }
.page-pdp-summary { padding: 26px; border: 1px solid #e6dcff; border-radius: 14px; background: #fff; box-shadow: 0 9px 24px rgba(57, 25, 105, .06); }
.page-pdp-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.page-pdp-brand { color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.page-pdp-online { padding: 5px 8px; color: #207a52; border-radius: 999px; background: #e8f7ef; font-size: 9px; font-weight: 900; }
.page-pdp-summary h1 { margin: 12px 0 7px; color: #242424; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.045em; line-height: 1.04; }
.page-pdp-code { color: #8a909b; font-size: 12px; }
.page-pdp-rating { display: flex; align-items: center; gap: 9px; margin-top: 13px; }
.page-pdp-rating span { color: #f59e0b; font-size: 14px; letter-spacing: .08em; }
.page-pdp-rating a { color: #6c7280; font-size: 12px; text-decoration: underline; }
.page-pdp-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
 .page-pdp-price { color: #000000; font-size: 31px; font-weight: 600; letter-spacing: -.035em; }
.page-pdp-price-row del { color: #9aa0aa; font-size: 13px; }
.page-pdp-saving { padding: 5px 7px; color: #bd4f0a; border-radius: 4px; background: #fff0e5; font-size: 12px; font-weight: 900; }
.page-pdp-installments { margin: 7px 0 18px; color: #737b88; font-size: 12px; line-height: 1.45; }
.page-pdp-installments strong { color: #b42318; }
.page-pdp-seller { display: flex; align-items: center; gap: 7px; padding: 12px 0; border-block: 1px solid #eeeaf4; color: #7c8491; font-size: 12px; }
.page-pdp-seller strong { color: #343844; }
.page-seller-rating { margin-left: auto; color: #f59e0b; font-weight: 850; }
.page-pdp-delivery { margin-top: 15px; padding: 13px; border: 1px solid #e8e1f5; border-radius: 8px; background: #fbf9ff; }
.page-pdp-delivery button { display: flex; align-items: center; width: 100%; gap: 9px; padding: 0; color: #343844; border: 0; background: transparent; box-shadow: none; text-align: left; cursor: pointer; }
.page-pdp-delivery button > svg { flex: 0 0 auto; width: 20px !important; height: 20px !important; color: var(--brand); }
.page-pdp-delivery button span { display: grid; gap: 3px; flex: 1; }
.page-pdp-delivery button small { color: #7d8490; font-size: 12px; }
.page-pdp-delivery button b { color: var(--brand); font-size: 12px; }
.page-pdp-delivery p { margin: 8px 0 0 29px; color: #5e5fe0; font-size: 12px; }
.page-pdp-buy-row { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 10px; margin-top: 17px; }
.page-quantity { display: grid; grid-template-columns: 30px 1fr 30px; min-height: 46px; border: 1px solid #ddd6ea; border-radius: 6px; }
.page-quantity button { padding: 0; color: var(--brand); border: 0; background: transparent; box-shadow: none; font-size: 20px; cursor: pointer; }
.page-quantity input { width: 100%; padding: 0; color: #343844; border: 0; outline: 0; font-size: 13px; text-align: center; }
.page-quantity input::-webkit-inner-spin-button { appearance: none; }
.page-pdp-buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.page-pdp-summary .page-primary-cta { width: 100%; margin-top: 0; border: 0; cursor: pointer; }
.page-pdp-summary .page-add-to-cart.is-added { background: linear-gradient(135deg, #22a06b, #14875a); }
.page-buy-now { min-height: 44px; padding: 11px 12px; color: var(--brand); border: 1px solid #cdb4ff; border-radius: 6px; background: #fbf9ff; box-shadow: none; font-size: 12px; font-weight: 900; cursor: pointer; }
.page-buy-now:hover { color: #fff; background: var(--brand); }
.page-pdp-payment { display: flex; align-items: center; gap: 7px; margin-top: 17px; color: #858c97; font-size: 12px; }
.page-pdp-payment-image { display: block; width: min(100%, 250px); height: auto; max-height: 42px; object-fit: contain; object-position: left center; }
.page-pdp-payment b { display: inline-grid; min-width: 30px; min-height: 20px; place-items: center; color: #4f5561; border: 1px solid #dfe1e6; border-radius: 3px; background: #fff; font-size: 8px; }
.page-pdp-details { margin-top: 10px; padding-block: 24px 38px; border-top: 1px solid #eeeaf4; }
.page-pdp-tabs { display: flex; gap: 22px; overflow-x: auto; border-bottom: 1px solid #e9e4f0; scrollbar-width: none; }
.page-pdp-tabs::-webkit-scrollbar { display: none; }
.page-pdp-tabs button { position: relative; min-height: 44px; padding: 0 2px; color: #858c97; border: 0; background: transparent; box-shadow: none; font-size: 12px; font-weight: 850; white-space: nowrap; cursor: pointer; }
.page-pdp-tabs button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: transparent; }
.page-pdp-tabs button.is-active { color: var(--brand); }
.page-pdp-tabs button.is-active::after { background: var(--brand); }
.page-pdp-panel { padding: 24px 2px 4px; }
.page-pdp-panel h2 { margin: 0 0 10px; color: #242424; font-size: 22px; letter-spacing: -.025em; }
.page-pdp-panel p { max-width: 760px; margin: 0; color: #6e7580; font-size: 13px; line-height: 1.65; }
.page-pdp-panel dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; max-width: 850px; margin: 0; }
.page-pdp-panel dl div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eeeaf4; font-size: 12px; }
.page-pdp-panel dt { color: #818894; }
 .page-pdp-panel dd { margin: 0; color: #343844; font-weight: 600; text-align: right; }
.page-pdp-recommendations { padding-top: 10px; }
.page-pdp-recommendations .page-section-heading { align-items: center; }
.page-pdp-recommendations .page-secondary-cta { flex: 0 0 auto; }
 .page-pdp { grid-template-columns: minmax(0, 1fr) minmax(0, .84fr) minmax(318px, 390px); gap: 22px; }
.page-pdp-info { min-width: 0; padding: 8px 3px 0; }
.page-pdp-info h1 { margin: 12px 0 8px; color: #242424; font-size: clamp(26px, 3vw, 39px); letter-spacing: -.045em; line-height: 1.04; }
.page-pdp-info .page-pdp-seller { margin-top: 12px; }
.page-pdp-about { margin-top: 23px; padding-top: 18px; border-top: 1px solid #eeeaf4; }
.page-pdp-about h2 { margin: 0 0 12px; color: #343844; font-size: 15px; }
.page-pdp-about ul { display: grid; gap: 7px; margin: 0 0 14px; padding-left: 17px; color: #687282; font-size: 12px; line-height: 1.3; }
.page-pdp-about li::marker { color: var(--brand); }
.page-pdp-about a { display: inline-flex; align-items: center; gap: 4px; color: var(--brand); font-size: 12px; font-weight: 850; }
.page-pdp-about svg { width: 14px !important; height: 14px !important; }
.page-pdp-buybox { align-self: start; min-width: 0; padding: 22px; border-color: #e4dbf5; background: #fff; box-shadow: 0 9px 24px rgba(57, 25, 105, .08); }
.page-pdp-buybox-label { color: #207a52; font-size: 12px; font-weight: 900; }
 .page-pdp-buybox .page-pdp-price { font-size: 31px; white-space: nowrap; }
.page-pdp-buybox .page-pdp-price-row { align-items: center; gap: 10px; }
.page-pdp-buybox .page-pdp-installments { max-width: 280px; font-size: 12px; }
.page-pdp-buybox .page-pdp-delivery { padding: 15px; }
.page-pdp-buybox .page-pdp-delivery button { align-items: flex-start; }
.page-pdp-buybox .page-pdp-delivery button span strong { font-size: 13px; line-height: 1.25; }
.page-pdp-buybox .page-pdp-delivery button small { font-size: 12px; line-height: 1.3; }
.page-pdp-buybox .page-pdp-delivery button b { padding-top: 2px; font-size: 12px; }
.page-pdp-buybox .page-pdp-delivery p { font-size: 12px; line-height: 1.35; }
.page-pdp-buybox .page-pdp-buy-row { grid-template-columns: 112px minmax(0, 1fr); gap: 11px; }
.page-pdp-buybox .page-pdp-buy-actions { gap: 8px; }
.page-pdp-buybox .page-pdp-buy-actions button { min-width: 0; }
.page-pdp-buybox .page-primary-cta,
.page-pdp-buybox .page-buy-now { padding-inline: 9px; font-size: 12px; line-height: 1.25; }
.page-pdp-buybox .page-pdp-delivery { margin-top: 18px; }
.page-pdp-lower { display: grid; grid-template-columns: minmax(0, 1fr) 284px; gap: 22px; align-items: start; padding-block: 0 34px; }
.page-pdp-lower .page-pdp-details { margin: 0; padding: 0 20px 24px; border: 1px solid #e9e2f4; border-radius: 12px; background: #fff; }
.page-pdp-aside { display: grid; gap: 12px; }
.page-pdp-seller-card,
.page-pdp-side-list { padding: 17px; border: 1px solid #e9e2f4; border-radius: 10px; background: #fff; }
.page-pdp-seller-card { display: grid; gap: 6px; }
.page-pdp-seller-card > span { color: #8a909b; font-size: 12px; }
.page-pdp-seller-card strong { color: #343844; font-size: 15px; }
.page-pdp-seller-card small { color: #f59e0b; font-size: 12px; }
.page-pdp-seller-card a { margin-top: 7px; color: var(--brand); font-size: 12px; font-weight: 850; }
.page-pdp-side-list { display: grid; gap: 8px; }
.page-pdp-side-list h2 { margin: 0 0 3px; color: #343844; font-size: 14px; }

.page-legal { display: grid; gap: 24px; max-width: 1000px; }
.page-legal-document { padding: clamp(22px, 4vw, 48px); border: 1px solid #e7e0f2; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(45, 32, 76, .06); }
.page-legal-document > header { padding-bottom: 22px; border-bottom: 1px solid #ece7f3; }
.page-legal-document h2 { margin: 8px 0 7px; color: #242424; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.page-legal-document h3 { margin: 28px 0 10px; color: #242424; font-size: 18px; line-height: 1.25; }
.page-legal-document h4 { margin: -3px 0 12px; color: #5d6470; font-size: 14px; }
.page-legal-document p { margin: 0 0 12px; color: #515968; font-size: 14px; line-height: 1.72; }
.page-legal-document > header p { margin: 0; color: #737b88; font-size: 12px; }
.page-legal-sections section { padding-top: 2px; }
.page-delivery-document { max-width: 860px; }
.page-delivery-document .page-legal-document { padding: clamp(22px, 4vw, 48px); border: 0; border-radius: 0; box-shadow: none; }
.page-delivery-document .page-legal-document > header { padding-bottom: 12px; border-bottom: 0; }
.page-delivery-document .page-legal-document h1 { margin: 0 0 18px; color: #242424; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.page-delivery-document .page-legal-document h2 { margin: 28px 0 10px; color: #242424; font-size: 18px; line-height: 1.25; }
.page-delivery-document .page-legal-document > header p { margin: 0 0 18px; color: #515968; font-size: 14px; }
.page-pdp-compact-product { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 9px; padding: 8px 0; border-bottom: 1px solid #f0edf5; }
.page-pdp-compact-product img { width: 54px; height: 54px; object-fit: contain; border-radius: 5px; background: #f7f5fb; mix-blend-mode: multiply; }
.page-pdp-compact-product span { display: grid; min-width: 0; gap: 3px; align-content: center; }
.page-pdp-compact-product small { color: var(--brand); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.page-pdp-compact-product strong { display: -webkit-box; overflow: hidden; color: #454b57; font-size: 12px; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.page-pdp-compact-product b { color: #343844; font-size: 12px; }
.page-pdp-side-list > .page-inline-link { margin-top: 5px; }
.page-empty-state { margin: 18px 0 0; color: #6e7580; font-size: 13px; text-align: center; }
.page-toast { position: fixed; z-index: 50; right: 22px; bottom: 22px; max-width: min(360px, calc(100vw - 44px)); padding: 12px 16px; color: #fff; border-radius: 8px; background: #111827; box-shadow: 0 12px 28px rgba(17, 24, 39, .22); font-size: 13px; font-weight: 700; }

.pages-footer { margin-top: 20px; }
.pages-footer .footer-column h3, .pages-footer .footer-column h4 { color: #ffffff; }
.pages-footer .footer-column > div { display: grid; gap: 7px; }
.pages-footer .footer-column a:hover { color: var(--brand); }

@media (max-width: 1024px) {
  .page-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-map-layout,
  .page-pdp { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .page-pdp-gallery-panel { grid-row: span 2; }
  .page-pdp-lower { grid-template-columns: 1fr; }
  .page-map-card { min-height: 280px; }
  .page-map-card img, .page-map-card iframe { min-height: 280px; }
  .page-pdp-gallery { max-width: 680px; }
  .page-stock-panel { grid-template-columns: 1fr; }
  .page-hero-orbit { right: 4%; width: 210px; height: 210px; }
  .page-store-shell { grid-template-columns: 190px minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 767px) {
  .page-breadcrumbs { min-height: 40px; font-size: 12px; }
  .page-hero { min-height: 390px; }
  .page-hero::before { background-image: none; }
  .page-hero-inner { min-height: 390px; }
  .page-hero-copy { padding-block: 38px; }
  .page-hero h1 { max-width: 320px; font-size: 42px; }
  .page-hero p { max-width: 330px; font-size: 15px; }
  .page-hero-orbit { right: -90px; bottom: 20px; width: 240px; height: 240px; opacity: .55; }
  .page-section { padding-block: 30px; }
  .page-section-heading,
  .page-business-intro,
  .page-trust-band { align-items: flex-start; flex-direction: column; }
  .page-section-heading { gap: 15px; }
  .page-store-campaigns { grid-template-columns: 1fr; gap: 8px; padding-top: 16px; }
  .page-store-campaign-card { min-height: 118px; }
  .page-store-shell { display: block; padding-block: 28px 34px; }
  .page-store-sidebar { display: none; }
  .page-store-toolbar { align-items: stretch; flex-direction: column; gap: 15px; }
  .page-store-sort { width: 100%; }
  .page-store-mobile-filters { display: flex; gap: 6px; margin-bottom: 14px; overflow-x: auto; scrollbar-width: none; }
  .page-store-mobile-filters::-webkit-scrollbar { display: none; }
  .page-store-mobile-filters button { flex: 0 0 auto; min-height: 32px; padding: 6px 12px; color: #604990; border: 1px solid #e5ddff; border-radius: 999px; background: #fff; box-shadow: none; font-size: 12px; font-weight: 800; }
  .page-store-mobile-filters button.is-active,
  .page-store-mobile-filters button:hover { color: #fff; border-color: var(--brand); background: var(--brand); }
  .page-store-trust { align-items: flex-start; flex-direction: column; gap: 14px; margin-inline: 15px; padding: 20px; }
  .page-store-trust .page-secondary-cta { width: 100%; }
  .page-section-heading h2,
  .page-trust-band h2,
  .page-map-copy h2,
  .page-stock-panel h2,
  .page-business-intro h2,
   .page-editorial-panel h2 { font-size: 27px; }
  .page-filter-pills { width: 100%; }
  .page-filter-pills button { flex: 0 0 auto; }
  .page-product-grid { grid-template-columns: 1fr; gap: 10px; }
  .page-product-card { display: grid; grid-template-columns: 40% 1fr; }
  .page-product-image { height: 100%; min-height: 170px; padding: 13px; }
  .page-product-body { padding: 13px; }
  .page-product-card h3 { min-height: 0; font-size: 15px; }
  .page-product-card p { min-height: 0; font-size: 12px; }
  .page-official-card { display: flex; min-height: 0; }
  .page-official-card .page-product-image { height: 205px; min-height: 0; padding: 22px; }
  .page-official-card .page-product-body { padding: 14px; }
  .page-official-card .page-product-title-link h3 { min-height: 0; font-size: 16px; }
  .page-product-footer { align-items: flex-start; flex-direction: column; gap: 7px; padding-top: 10px; }
  .page-collection-grid { grid-template-columns: 1fr; }
  .page-collection-card { min-height: 180px; }
  .page-trust-band { padding: 22px; }
  .page-trust-band .page-primary-cta,
  .page-business-intro .page-primary-cta { width: 100%; }
  .page-editorial-intro { grid-template-columns: 1fr; gap: 12px; }
  .page-editorial-points { grid-template-columns: 1fr; }
  .page-editorial-points article { min-height: 145px; }
  .page-editorial-points h3 { margin-top: 20px; }
  .page-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-contact-grid article { min-height: 200px; padding: 15px; }
  .page-contact-grid p { min-height: 72px; }
  .page-map-card { min-height: 210px; }
  .page-map-card img, .page-map-card iframe { min-height: 210px; }
  .page-stock-panel { padding: 21px; gap: 20px; }
  .page-stock-form > div { align-items: stretch; flex-direction: column; }
  .page-stock-form button { width: 100%; }
  .page-step-grid { grid-template-columns: 1fr; }
  .page-pdp { grid-template-columns: 1fr; gap: 15px; padding-block: 12px 30px; }
  .page-pdp-gallery-panel { grid-row: auto; }
  .page-pdp-gallery { grid-template-columns: 1fr; }
  .page-pdp-thumbnails { order: 2; grid-template-columns: repeat(4, 1fr); }
  .page-pdp-thumbnail { width: auto; height: auto; aspect-ratio: 1; }
  .page-pdp-main-image { min-height: 310px; padding: 18px; }
  .page-pdp-summary { padding: 18px; }
  .page-pdp-summary h1 { font-size: 31px; }
  .page-pdp-info { padding: 0; }
  .page-pdp-lower { display: block; }
  .page-pdp-aside { margin-top: 14px; }
  .page-pdp-buy-row { grid-template-columns: 88px minmax(0, 1fr); }
  .page-pdp-buy-actions { grid-template-columns: 1fr; }
  .page-pdp-panel dl { grid-template-columns: 1fr; }
  .pages-footer { margin-top: 0; }
}

@media (max-width: 479px) {
  .page-contact-grid { grid-template-columns: 1fr; }
  .page-contact-grid article { min-height: 0; }
  .page-contact-grid p { min-height: 0; }
}
