:root {
  --ink: #111111;
  --muted: #707070;
  --line: #dedede;
  --sand: #e8dccb;
  --paper: #f7f7f5;
  --white: #ffffff;
  --accent: #c4ff00;
  --max: 1440px;
  --font: "Outfit", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
html { overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; }
html.cart-drawer-open,
html.cart-drawer-open body,
html.menu-drawer-open,
html.menu-drawer-open body { overflow: hidden; }
body { margin: 0; max-width: 100%; min-width: 0; overflow-x: hidden; background: var(--white); }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.catalog-loading, .catalog-error { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 60vh; padding: 48px 24px; text-align: center; }
.catalog-loading { min-height: 100vh; min-height: 100dvh; padding: 0; }
.loading-spinner { animation: loadingSpin .7s linear infinite; border: 2px solid #111; border-bottom-color: transparent; border-left-color: transparent; border-radius: 50%; display: block; height: 28px; width: 28px; }
@keyframes loadingSpin { to { transform: rotate(360deg); } }
.loading-mark {
  animation: loadingMarkFloat 2.6s ease-in-out infinite;
  display: grid;
  filter: drop-shadow(0 10px 22px rgba(176, 132, 58, .22));
  height: 96px;
  place-items: center;
  position: relative;
  width: 96px;
}
.loading-mark img {
  display: block;
  height: 96px;
  object-fit: contain;
  width: 96px;
}
.loading-mark::after {
  animation: loadingMarkShine 2.6s ease-in-out infinite;
  background: linear-gradient(118deg, transparent 38%, rgba(255, 248, 230, .72) 50%, transparent 62%);
  content: "";
  inset: 0;
  mask-image: url("/assets/brand-mark.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  pointer-events: none;
  position: absolute;
  -webkit-mask-image: url("/assets/brand-mark.png");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@keyframes loadingMarkFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.04); }
}
@keyframes loadingMarkShine {
  0% { transform: translateX(-55%); opacity: 0; }
  28% { opacity: 1; }
  62%, 100% { transform: translateX(55%); opacity: 0; }
}
.catalog-error h1 { font-size: 24px; margin: 0 0 10px; }
.catalog-error p { color: var(--muted); font-size: 13px; margin: 0 0 22px; }

.promo-bar {
  align-items: center;
  background: var(--sand);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .08em;
  min-height: 28px;
  overflow: hidden;
  padding: 0 28px;
  text-transform: uppercase;
  white-space: nowrap;
}
.promo-bar span { overflow: hidden; text-overflow: ellipsis; }
.promo-bar span:nth-child(2) { text-align: center; }

.site-header {
  align-items: center;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  min-height: 86px;
  max-width: 100%;
  padding: 0 42px;
  position: relative;
  transition: background-color .24s ease, box-shadow .24s ease, color .24s ease;
  z-index: 10;
}
.home-page .promo-bar { position: relative; z-index: 11; }
.home-page .site-header { background: transparent; color: #fff; margin-bottom: -114px; }
.home-page .site-header .brand img:not(.brand-icon) { filter: brightness(0) invert(1); }
.home-page .site-header.header-scrolled { background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, .12); color: var(--ink); left: 0; position: fixed; right: 0; top: 0; z-index: 40; }
.home-page .site-header.header-scrolled .brand img:not(.brand-icon) { filter: none; }
.home-page main { position: relative; z-index: 0; }
.site-header > .brand { left: 50%; position: absolute; transform: translateX(-50%); }
.site-header > .header-actions { position: absolute; right: 42px; }
.header-links { align-items: stretch; display: flex; height: 100%; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; }
.mega-nav-item { height: 100%; pointer-events: auto; position: static; }
.nav-trigger { align-items: center; display: inline-flex; height: 100%; padding: 0 0 0 64px !important; width: 170px; }
.nav-trigger:after { display: none; }
.header-control, .drawer-link {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  padding: 8px 0;
  text-transform: uppercase;
}
.nav-trigger { border-bottom: 1px solid transparent; }
.nav-trigger:hover, .nav-trigger:focus-visible { border-bottom-color: currentColor; opacity: 1; }
.brand { display: block; overflow: hidden; width: max-content; }
.brand img:not(.brand-icon) { display: block; height: auto; max-height: 36px; max-width: 36px; object-fit: contain; width: 36px; }
.site-header .brand img { display: block; height: 36px; max-height: 36px; max-width: 36px; object-fit: contain; width: 36px; }
.header-actions { align-items: center; display: flex; gap: 20px; justify-content: flex-end; min-width: 0; }
.header-control { align-items: center; display: inline-flex; gap: 8px; white-space: nowrap; }
.search-box { align-items: center; background: transparent; border: 1px solid currentColor; display: flex; height: 40px; width: 218px; }
.search-box button { background: none; border: 0; cursor: pointer; padding: 0 12px; }
.search-box input { -webkit-appearance: none; appearance: none; background: transparent; border: 0; color: inherit; min-width: 0; outline: 0; padding: 0 10px 0 0; width: 100%; }
.search-box input::placeholder { color: inherit; opacity: .55; }
.icon { display: inline-block; height: 21px; position: relative; width: 21px; }
.icon-search:before { border: 1.5px solid currentColor; border-radius: 50%; content: ''; height: 11px; left: 1px; position: absolute; top: 1px; width: 11px; }
.icon-search:after { background: currentColor; content: ''; height: 1.5px; left: 12px; position: absolute; top: 13px; transform: rotate(45deg); width: 7px; }
.icon-user:before { border: 1px solid currentColor; border-radius: 50%; content: ''; height: 7px; left: 7px; position: absolute; top: 0; width: 7px; }
.icon-user:after { border: 1px solid currentColor; border-bottom: 0; border-radius: 10px 10px 0 0; bottom: 0; content: ''; height: 9px; left: 3px; position: absolute; width: 15px; }
.icon-bag { border: 1px solid currentColor; height: 16px; margin-top: 4px; width: 16px; }
.icon-bag:before { border: 1px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; content: ''; height: 6px; left: 3px; position: absolute; top: -6px; width: 8px; }
.icon-lock { height: 14px; width: 12px; }
.icon-lock:before { border: 1.4px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; content: ''; height: 6px; left: 2px; position: absolute; top: 0; width: 6px; }
.icon-lock:after { background: currentColor; border-radius: 1px; bottom: 0; content: ''; height: 8px; left: 0; position: absolute; width: 12px; }
.cart-button { background: none; border: 0; cursor: pointer; padding: 6px 0 6px 4px; position: relative; }
.cart-count { align-items: center; background: var(--ink); border-radius: 50%; color: #fff; display: flex; font-size: 9px; height: 16px; justify-content: center; position: absolute; right: -10px; top: -2px; width: 16px; }
.mobile-menu { display: none; }
.desktop-menu-trigger { background: none; border: 0; cursor: pointer; display: none; font-size: 21px; line-height: 1; padding: 8px; position: absolute; left: 31px; top: 50%; transform: translateY(-50%); z-index: 2; }
.mega-menu { background: #fff; border-top: 1px solid #e3e3e3; box-shadow: 0 12px 18px rgba(0,0,0,.08); color: var(--ink); display: none; gap: 32px; grid-template-columns: minmax(0, 1.55fr) minmax(220px, 1fr); left: 0; padding: 34px 42px 38px; pointer-events: auto; position: absolute; right: 0; top: 100%; width: auto; z-index: 35; }
.mega-nav-item:hover .mega-menu, .mega-nav-item:focus-within .mega-menu, .mega-nav-item.is-open .mega-menu { display: grid; }
.mega-menu-links { display: grid; gap: 34px; grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
.mega-menu-column { min-width: 0; }
.mega-menu-title { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .07em; margin-bottom: 15px; text-transform: uppercase; }
.mega-menu-column ul { list-style: none; margin: 0; padding: 0; }
.mega-menu-column li { margin: 0; }
.mega-menu-column li a { color: #555; display: block; font-size: 12px; line-height: 1.25; padding: 5px 0; }
.mega-menu-column li a:hover, .mega-menu-title:hover { color: #252b59; }
.mega-menu-featured { border-left: 1px solid #dedede; min-width: 0; padding-left: 30px; }
.mega-menu-featured h3 { font-size: 11px; letter-spacing: .09em; margin: 0 0 15px; text-transform: uppercase; }
.mega-menu-featured > div { display: grid; gap: 9px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mega-menu-card { min-width: 0; }
.mega-menu-card img { aspect-ratio: 3 / 4; background: #f1f1f1; display: block; object-fit: cover; width: 100%; }
.mega-menu-card span { display: block; font-size: 10px; font-weight: 700; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.hero { height: 100vh; min-height: 620px; overflow: hidden; position: relative; }
@supports (height: 100svh) { .hero { height: 100svh; } }
.hero-track { display: flex; height: 100%; transition: transform .7s cubic-bezier(.22,.7,.2,1); will-change: transform; }
.hero-slide { flex: 0 0 100%; height: 100%; position: relative; width: 100%; }
.hero-media { inset: 0; position: absolute; }
.hero-media, .hero-media img { display: block; height: 100%; width: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-content { align-items: flex-end; color: var(--white); display: flex; height: 100%; justify-content: flex-start; padding: 132px 6vw 118px; position: relative; text-align: left; z-index: 1; }
.hero-offer { align-items: flex-start; display: flex; flex-direction: column; max-width: min(560px, 92vw); text-shadow: 0 10px 28px rgba(0,0,0,.28); }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .13em; margin: 0 0 16px; text-transform: uppercase; }
.hero .eyebrow { color: rgba(255,255,255,.78); letter-spacing: .18em; margin-bottom: 14px; }
.hero h1, .hero-kicker { font-size: clamp(32px, 4.6vw, 58px); font-weight: 800; letter-spacing: -.04em; line-height: .96; margin: 0; text-transform: uppercase; }
.hero-subtitle { font-size: clamp(15px, 1.7vw, 19px); font-weight: 600; line-height: 1.45; margin: 16px 0 0; max-width: 36ch; text-transform: none; }
.hero-code { font-size: clamp(14px, 1.6vw, 18px); font-weight: 600; line-height: 1.45; margin: 12px 0 0; max-width: 34ch; text-transform: none; }
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; margin-top: 28px; }
.hero .button { min-height: 48px; min-width: 148px; padding: 0 18px; }
.hero-footer { align-items: center; bottom: 28px; display: flex; justify-content: center; left: 0; pointer-events: none; position: absolute; right: 0; z-index: 2; }
.hero-dots { align-items: center; display: flex; gap: 8px; pointer-events: auto; }
.hero-dot { background: rgba(255,255,255,.28); border: 0; border-radius: 999px; cursor: pointer; height: 8px; overflow: hidden; padding: 0; position: relative; width: 8px; }
.hero-dot.is-active { width: 28px; }
.hero-dot-fill { background: #fff; border-radius: inherit; display: block; height: 100%; width: 0; }
.hero-dot.is-active .hero-dot-fill { animation: heroDotFill 7s linear forwards; }
@keyframes heroDotFill { from { width: 0; } to { width: 100%; } }
.home-answer { max-width: 820px; padding-top: 36px; padding-bottom: 64px; }
.home-answer .eyebrow { color: var(--muted); margin-bottom: 8px; }
.home-answer h2 { font-size: 18px; font-weight: 600; letter-spacing: 0; line-height: 1.35; margin: 0 0 10px; text-transform: none; }
.home-answer > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.home-answer-grid { display: grid; gap: 18px 32px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; }
.home-answer-link { color: inherit; display: block; }
.home-answer-link strong { display: inline; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.home-answer-link span { color: var(--muted); display: block; font-size: 13px; line-height: 1.5; margin-top: 8px; }
.home-answer-cta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; }
.home-answer-cta a { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.button { align-items: center; border: 1px solid var(--ink); cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 800; justify-content: center; letter-spacing: .05em; min-height: 48px; padding: 0 26px; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-ghost { border-color: #fff; color: #fff; }

.ticker { background: var(--ink); color: #fff; display: flex; font-size: 11px; font-weight: 700; gap: 56px; justify-content: center; letter-spacing: .08em; overflow: hidden; padding: 15px 20px; text-transform: uppercase; white-space: nowrap; }
.section { margin: 0 auto; max-width: var(--max); padding: 70px 5.7vw; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 28px; }
.section-head h2 { font-size: 28px; letter-spacing: -.03em; margin: 0; text-transform: uppercase; }
.section-head p { color: var(--muted); font-size: 13px; margin: 0; max-width: 430px; }
.text-link { border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .07em; padding-bottom: 4px; text-transform: uppercase; }

.category-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.category-card { display: block; min-height: 300px; overflow: hidden; position: relative; }
.category-card img { display: block; height: 100%; object-fit: cover; transition: transform .55s ease, filter .45s ease; width: 100%; }
.category-card:hover img, .category-card:focus-visible img { filter: brightness(.86) saturate(1.08); transform: scale(1.08); }
.category-card:after { background: linear-gradient(transparent 45%, rgba(0,0,0,.65)); content: ''; inset: 0; opacity: .92; position: absolute; transition: opacity .45s ease; }
.category-card:hover:after, .category-card:focus-visible:after { opacity: 1; }
.category-content { bottom: 22px; color: #fff; left: 22px; position: absolute; right: 22px; z-index: 1; }
.category-content h3 { font-size: 18px; letter-spacing: 0; margin: 0 0 8px; text-transform: uppercase; transform: translateY(6px); transition: letter-spacing .4s ease, transform .4s ease; }
.category-card:hover .category-content h3, .category-card:focus-visible .category-content h3 { letter-spacing: .06em; transform: translateY(0); }
.category-content span { background-image: linear-gradient(#fff, #fff); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 1px; display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; opacity: .78; padding-bottom: 3px; text-transform: uppercase; transform: translateY(8px); transition: background-size .4s ease, letter-spacing .4s ease, opacity .35s ease, transform .4s ease; }
.category-card:hover .category-content span, .category-card:focus-visible .category-content span { background-size: 100% 1px; letter-spacing: .14em; opacity: 1; transform: translateY(0); }

.feature-strip { background: var(--paper); }
.trust-band { padding-top: 64px; padding-bottom: 64px; }
.trust-grid { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.trust-item { align-items: flex-start; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 28px; padding: 4px 40px 4px 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item + .trust-item { padding-left: 40px; }
.trust-icon { align-items: center; border: 1px solid var(--ink); color: var(--ink); display: flex; flex: 0 0 auto; height: 76px; justify-content: center; width: 76px; }
.trust-icon svg { display: block; height: 36px; width: 36px; }
.trust-copy { min-width: 0; padding-top: 2px; }
.trust-index { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .22em; margin: 0 0 12px; text-transform: uppercase; }
.trust-item h3 { font-size: 18px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; margin: 0 0 14px; text-transform: uppercase; }
.trust-item .trust-copy > p:last-child { color: var(--muted); font-size: 14px; letter-spacing: .01em; line-height: 1.75; margin: 0; max-width: 28ch; }

.product-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.product-card { min-width: 0; position: relative; }
.product-card-link, .product-card-link:link, .product-card-link:visited, .product-card-link:hover, .product-card-link:active { color: inherit; display: block; text-decoration: none; }
.product-card-link:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.product-card-media { height: 100%; }
.product-image { background: #f1f1f1; overflow: hidden; position: relative; }
.product-image:after { background: #333; content: ''; height: 2px; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: opacity .2s; width: 50px; z-index: 1; }
.product-image:before { background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); content: ''; height: 100%; left: -100%; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.product-image img { aspect-ratio: 1 / 1; display: block; height: 100%; object-fit: contain; opacity: 1; pointer-events: none; transition: transform .3s, opacity .3s ease; width: 100%; }
.product-card img,
.pdp-gallery img,
.pdp-lightbox img,
.pdp-color-swatch img,
.pdp-variant-option img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  pointer-events: none;
  user-select: none;
}
.product-card-media,
.card-sku-swatch,
.pdp-thumb,
.pdp-media-zoom,
.pdp-lightbox,
.pdp-color-swatch,
.pdp-variant-media {
  -webkit-touch-callout: none;
}
.product-image img.loaded { opacity: 1; }
.product-image:has(.product-card-media img[src]:not(.loaded)):after { animation: imageLoadingBar 1.2s ease-in-out infinite; opacity: .7; }
.product-image:has(.product-card-media img[src]:not(.loaded)):before { animation: imageLoading 1.2s infinite; opacity: 1; }
@keyframes imageLoading { to { left: 100%; } }
@keyframes imageLoadingBar { 0%, 100% { transform: translate(-50%, -50%) scaleX(.35); } 50% { transform: translate(-50%, -50%) scaleX(1); } }
.product-card:hover .product-card-media img, .product-card:focus-within .product-card-media img { transform: scale(1.035); }
.card-hover-panel { background: linear-gradient(180deg, transparent 0%, rgba(17,17,17,.08) 18%, rgba(255,255,255,.97) 42%); bottom: 0; display: grid; gap: 10px; left: 0; opacity: 0; padding: 28px 10px 10px; pointer-events: none; position: absolute; right: 0; transform: translateY(14px); transition: opacity .28s ease, transform .28s cubic-bezier(.22,.7,.2,1); z-index: 3; }
.product-card:hover .card-hover-panel, .product-card:focus-within .card-hover-panel { opacity: 1; pointer-events: auto; transform: translateY(0); }
.card-sku-swatches { display: flex; flex-wrap: nowrap; gap: 6px; overflow: hidden; }
.card-sku-swatch { background: transparent; border: 0; box-shadow: none; cursor: pointer; display: block; flex: 0 0 auto; height: 66px; opacity: 0; overflow: hidden; padding: 0; transform: translateY(8px); transition: transform .7s cubic-bezier(.22,.7,.2,1), opacity .7s ease; width: 44px; }
.product-card:hover .card-sku-swatch, .product-card:focus-within .card-sku-swatch { opacity: 1; transform: translateY(0); }
.product-card:hover .card-sku-swatch:nth-child(1), .product-card:focus-within .card-sku-swatch:nth-child(1) { transition-delay: .08s; }
.product-card:hover .card-sku-swatch:nth-child(2), .product-card:focus-within .card-sku-swatch:nth-child(2) { transition-delay: .16s; }
.product-card:hover .card-sku-swatch:nth-child(3), .product-card:focus-within .card-sku-swatch:nth-child(3) { transition-delay: .24s; }
.product-card:hover .card-sku-swatch:nth-child(4), .product-card:focus-within .card-sku-swatch:nth-child(4) { transition-delay: .32s; }
.product-card:hover .card-sku-swatch:nth-child(5), .product-card:focus-within .card-sku-swatch:nth-child(5) { transition-delay: .4s; }
.product-card:hover .card-sku-swatch:nth-child(6), .product-card:focus-within .card-sku-swatch:nth-child(6) { transition-delay: .48s; }
.card-sku-swatch:hover, .card-sku-swatch:focus-visible { box-shadow: 0 4px 12px rgba(0,0,0,.22); outline: 1px solid #111; }
.product-image .card-sku-swatch img, .browse-grid .product-image .card-sku-swatch img { aspect-ratio: 2 / 3; display: block; height: 100%; object-fit: cover; opacity: 1 !important; transform: none; width: 100%; }
.product-card.is-sku-preview .collection-image-primary, .product-card.is-sku-preview .rail-image-primary, .browse-grid .collection-card.is-sku-preview:hover .collection-image-primary, .browse-grid .collection-card.is-sku-preview:hover:has(.collection-image-alt.loaded) .collection-image-primary.loaded { display: block; opacity: 1 !important; }
.product-card.is-sku-preview .collection-image-alt, .product-card.is-sku-preview .rail-image-alt, .browse-grid .collection-card.is-sku-preview:hover .collection-image-alt.loaded { display: none; opacity: 0 !important; }
.product-badge { background: var(--accent); font-size: 10px; font-weight: 800; left: 10px; letter-spacing: .08em; padding: 6px 8px; position: absolute; text-transform: uppercase; top: 10px; }
.wishlist { -webkit-appearance: none; appearance: none; align-items: center; background: none; background-color: transparent; border: 0; box-shadow: none; color: inherit; cursor: pointer; display: flex; height: 48px; justify-content: center; padding: 0; position: absolute; right: 8px; top: 8px; width: 48px; z-index: 2; }
.wishlist-icon { display: block; height: 32px; position: relative; width: 24px; }
.wishlist-icon svg { display: block; height: 100%; overflow: visible; width: 100%; }
.wishlist-heart-outline path { fill: none; stroke: #111; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.wishlist-fill { clip-path: inset(100% 0 0 0); inset: 0; overflow: hidden; pointer-events: none; position: absolute; transition: clip-path .4s cubic-bezier(.22,.7,.2,1); }
.wishlist-fill path { fill: #d33434; stroke: #d33434; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.wishlist:hover .wishlist-fill, .wishlist.active .wishlist-fill, .wishlist-icon.is-active .wishlist-fill { clip-path: inset(0 0 0 0); }
.product-rating { align-items: center; display: flex; gap: 6px; margin: 4px 0 2px; }
.product-rating .review-stars { font-size: 11px; letter-spacing: 1px; }
.product-rating small { color: #777; font-size: 11px; }
.collection-stock-note { color: #8a4b32; font-size: 11px; margin: 8px 0 0; }
.header-region, .footer-region { position: relative; }
.header-region-menu { left: auto; min-width: 210px; right: 0; top: calc(100% + 8px); }
.pdp-invoice-note, .checkout-discount-note { color: #666; font-size: 12px; line-height: 1.5; margin: 12px 0 0; }
.support-form { display: grid; gap: 12px; max-width: 520px; }
.support-form label { display: grid; font-size: 12px; font-weight: 600; gap: 6px; }
.support-form input, .support-form textarea { border: 1px solid #cfcfc9; font: inherit; padding: 12px 14px; }
.support-notice { background: #f2f5ef; color: #445544; padding: 12px 14px; }
.inquiry-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.inquiry-actions .button { min-height: 44px; min-width: 0; padding: 0 16px; }
.card-hover-panel .product-card-inquiry { margin: 0; opacity: 0; transform: translateY(8px); transition: opacity .28s ease .08s, transform .28s cubic-bezier(.22,.7,.2,1) .08s; }
.product-card:hover .card-hover-panel .product-card-inquiry, .product-card:focus-within .card-hover-panel .product-card-inquiry { opacity: 1; transform: translateY(0); }
.card-hover-panel .inquiry-actions { display: grid; gap: 6px; grid-template-columns: 1fr 1fr; margin: 0; }
.card-hover-panel .product-card-inquiry .button { font-size: 10px; min-height: 34px; padding: 0 8px; width: 100%; }
.quote-context, .quote-followup { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0 0 14px; }
.quote-followup a { border-bottom: 1px solid currentColor; font-weight: 700; }
.quote-section { scroll-margin-top: 96px; }
.collection-heading .inquiry-actions { margin-top: 18px; }
.pdp-info .inquiry-actions { margin: 14px 0 0; }
.pdp-info .inquiry-actions .button { flex: 1 1 160px; min-height: 52px; }
.whatsapp-launcher { background: none; bottom: 88px; display: block; line-height: 0; padding: 0; position: fixed; right: 30px; z-index: 55; }
.whatsapp-launcher img { display: block; height: 42px; width: 42px; }
.account-address-list { display: grid; gap: 10px; margin-bottom: 18px; }
.account-address { background: #fff; border: 1px solid #e2e2df; padding: 16px 18px; }
.account-address p { color: #666; font-size: 13px; margin: 6px 0 0; }

.product-meta { padding: 12px 2px 0; }
.product-meta h3 { color: #000; font-size: 13px; font-weight: 500; line-height: 1.35; margin: 0 0 4px; }
.product-sku { color: #767676; font-size: 11px; letter-spacing: .04em; margin: 0 0 6px; }
.price { font-size: 13px; font-weight: 700; }
.compare { color: #888; font-size: 12px; margin-left: 5px; text-decoration: line-through; }
.price-signin, .pdp-price-signin { align-items: center; color: var(--ink); display: inline-flex; font-size: 12px; font-weight: 700; gap: 6px; letter-spacing: .02em; text-decoration: none; text-transform: none; }
.price-signin:hover .price-signin-text, .pdp-price-signin:hover .price-signin-text { text-decoration: underline; }
.price-signin-icon { flex: 0 0 12px; height: 14px; position: relative; top: -1px; width: 12px; }
.product-price-locked { margin-top: 4px; }
.pdp-price-locked { margin: 0 0 8px; }
.pdp-price-locked .pdp-now-label { margin-right: 2px; }
.pdp-price-signin { font-size: 14px; }
.product-color { color: var(--muted); font-size: 11px; margin-top: 4px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 28px; }
.filter-button { background: #fff; border: 1px solid var(--line); cursor: pointer; font-size: 11px; padding: 9px 14px; text-transform: uppercase; }
.filter-button:hover, .filter-button.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.empty-results { color: var(--muted); font-size: 13px; grid-column: 1 / -1; padding: 40px 0; }
.search-category-results { margin: 0 auto; max-width: var(--max); padding: 56px 5.7vw 0; }
.search-category-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.search-category-link { display: grid; gap: 10px; }
.search-category-link img { aspect-ratio: 1 / 1.16; background: #f1f1f1; display: block; object-fit: cover; width: 100%; }
.search-category-link > span:first-of-type { font-size: 13px; font-weight: 700; text-transform: uppercase; }
.search-category-link .text-link { justify-self: start; }
.search-product-results { padding-top: 56px; }
.search-empty { align-items: center; display: flex; flex-direction: column; min-height: 300px; padding: 80px 16px; text-align: center; }
.search-empty h2 { font-size: 25px; margin: 0 0 10px; text-transform: uppercase; }
.search-empty p { color: var(--muted); font-size: 13px; margin: 0 0 24px; }
.collection-nav-wrap { margin: 0 auto; max-width: var(--max); padding: 0 28px; position: relative; }
.collection-nav { display: flex; gap: 14px; max-width: none; overflow-x: auto; padding: 0 0 46px; scrollbar-width: none; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; touch-action: pan-x; }
.collection-nav::-webkit-scrollbar { display: none; }
.collection-nav a { border: 1px solid #222; border-radius: 24px; cursor: pointer; flex: 0 0 auto; font-size: 12px; letter-spacing: .05em; padding: 11px 21px; text-transform: uppercase; }
.collection-nav a:hover, .collection-nav a.active { background: #292929; color: #fff; }
.collection-nav.is-dragging, .collection-nav.is-dragging a { cursor: grabbing; pointer-events: none; }
.collection-nav-arrow { align-items: center; background: transparent; border: 0; color: #111; cursor: pointer; display: flex; height: 40px; justify-content: center; padding: 0; position: absolute; top: 0; width: 24px; z-index: 2; }
.collection-nav-arrow svg { display: block; height: 16px; pointer-events: none; width: 16px; }
.collection-nav-arrow:hover { color: #000; }
.collection-nav-arrow:disabled { cursor: default; opacity: .28; }
.collection-nav-prev { left: 2px; }
.collection-nav-next { right: 2px; }
.collection-hero { background: var(--paper); padding: 96px 5.7vw 80px; text-align: center; }
.collection-hero h1 { font-size: clamp(38px, 5vw, 70px); letter-spacing: -.05em; margin: 0 0 18px; text-transform: uppercase; }
.collection-hero > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0 auto; max-width: 470px; }
.collection-loading { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.skeleton-card { overflow: hidden; }
.skeleton-image, .skeleton-line { background: linear-gradient(90deg, #ededeb 25%, #f8f8f6 50%, #ededeb 75%); background-size: 200% 100%; animation: skeletonPulse 1.2s infinite; }
.skeleton-image { aspect-ratio: 1 / 1.16; }
.skeleton-line { height: 12px; margin-top: 13px; width: 80%; }
.skeleton-line.short { margin-top: 9px; width: 42%; }
@keyframes skeletonPulse { to { background-position: -200% 0; } }
.menu-panel { background: #fff; bottom: 0; display: flex; flex-direction: column; left: 0; max-width: 340px; overflow-y: auto; position: fixed; top: 0; transform: translateX(-100%); transition: transform .28s ease; width: min(84vw, 340px); z-index: 41; }
.menu-panel.open { transform: translateX(0); }
.menu-panel-header { align-items: center; border-bottom: 1px solid #e6e6e6; display: flex; justify-content: space-between; min-height: 67px; padding: 0 18px 0 20px; }
.menu-panel-header .close-button { font-size: 27px; }
.menu-gender-tabs { align-self: stretch; display: flex; gap: 25px; }
.menu-gender-tabs button { background: transparent; border: 0; color: #878787; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; padding: 0; position: relative; text-transform: uppercase; }
.menu-gender-tabs button.active { color: #111; }
.menu-gender-tabs button.active::after { background: #111; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; right: 0; }
.menu-section-list { padding: 0 20px; }
.menu-section { border-bottom: 1px solid #e5e5e5; }
.menu-section-trigger { align-items: center; background: none; border: 0; cursor: pointer; display: flex; font-size: 14px; font-weight: 700; justify-content: space-between; letter-spacing: .06em; padding: 18px 0; text-align: left; text-transform: uppercase; width: 100%; }
.menu-section-icon { height: 8px; position: relative; width: 8px; }
.menu-section-icon::before, .menu-section-icon::after { background: #161616; content: ''; left: 0; position: absolute; top: 3px; transition: transform .18s; width: 8px; }
.menu-section-icon::after { transform: rotate(90deg); }
.menu-section.open .menu-section-icon::after { transform: rotate(0); }
.menu-section-links { display: none; padding: 0 0 15px; }
.menu-section.open .menu-section-links { display: grid; gap: 12px; }
.menu-section-links a { color: #4a4a4a; font-size: 13px; }
.menu-section-links .menu-section-all { color: #111; font-weight: 700; margin-top: 3px; text-decoration: underline; }
.menu-promo { display: block; margin: 25px 20px 0; position: relative; }
.menu-promo img { display: block; height: 172px; object-fit: cover; width: 100%; }
.menu-promo span { background: #fff; bottom: 12px; color: #111; font-size: 11px; font-weight: 700; left: 12px; letter-spacing: .06em; padding: 9px 11px; position: absolute; text-transform: uppercase; }
.menu-pager { display: flex; gap: 5px; justify-content: center; padding: 13px 0 14px; }
.menu-pager i { background: #c7c7c7; border-radius: 50%; height: 5px; width: 5px; }
.menu-pager i.active { background: #111; }
.menu-panel-footer { border-top: 1px solid #e5e5e5; display: grid; margin-top: auto; }
.menu-panel-footer > * { align-items: center; border-bottom: 1px solid #e5e5e5; color: #222; display: flex; font-size: 12px; justify-content: space-between; min-height: 47px; padding: 0 20px; }
.menu-panel-footer button { background: #fff; border-left: 0; border-right: 0; border-top: 0; cursor: pointer; font-family: inherit; text-align: left; }

/* The source theme uses a two-panel sidebar on desktop and an accordion on mobile. */
.source-menu-desktop { display: none; }
.source-menu-mobile { display: block; }
.source-menu-primary { padding-top: 14px; }
.source-menu-trigger { align-items: center; background: transparent; border: 0; color: #252525; cursor: pointer; display: flex; font-size: 12px; font-weight: 700; height: 45px; justify-content: space-between; letter-spacing: .07em; margin: 0 30px; padding: 0 15px; position: relative; text-align: left; text-transform: uppercase; width: 280px; }
.source-menu-trigger.inactive { color: #787878; }
.source-menu-trigger.opened { color: #111; }
.source-menu-trigger span { color: #111; font-size: 24px; font-weight: 300; line-height: 1; opacity: 0; position: absolute; right: 2px; }
.source-menu-trigger:hover span, .source-menu-trigger.opened span { opacity: 1; }
.source-menu-secondary { background: #fff; border-left: 1px solid #dedede; bottom: 0; left: 340px; overflow-y: auto; padding: 10px 20px 44px 40px; position: absolute; top: 14px; width: 340px; }
.source-menu-secondary ul { list-style: none; margin: 0; padding: 0; }
.source-menu-secondary li { margin: 0; }
.source-menu-secondary a { color: #111; display: block; font-size: 13px; line-height: 1.2; padding: 9px 0; }
.source-menu-secondary a:hover { color: #252b59; }
.source-menu-cards { display: flex; gap: 16px; margin: 20px 0 0 40px; overflow: hidden; width: 268px; }
.menu-collection-slide { display: block; flex: 0 0 268px; height: 370px; position: relative; }
.menu-collection-image, .menu-collection-image img { display: block; height: 370px; object-fit: cover; width: 268px; }
.menu-collection-slide:after { background: linear-gradient(transparent 54%, rgba(0,0,0,.5)); content: ''; inset: 0; position: absolute; }
.source-menu-tools { display: grid; margin: 16px 0 45px 40px; width: 268px; }
.source-menu-tools > * { align-items: center; background: transparent; border: 0; color: #222; cursor: pointer; display: flex; font-size: 12px; gap: 10px; min-height: 38px; padding: 0; text-align: left; text-transform: uppercase; }
.menu-tool-icon { align-items: center; background: #000; border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 22px; font-size: 8px; height: 22px; justify-content: center; position: relative; width: 22px; }
.menu-location { border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.menu-location:after { background: #fff; border-radius: 50%; content: ''; height: 5px; width: 5px; }
.menu-user:before { border: 1px solid #fff; border-radius: 50%; content: ''; height: 6px; position: absolute; top: 4px; width: 6px; }
.menu-user:after { border: 1px solid #fff; border-bottom: 0; border-radius: 7px 7px 0 0; bottom: 4px; content: ''; height: 6px; position: absolute; width: 11px; }
.menu-contact:after { color: #fff; content: '⋮'; font-size: 15px; line-height: 1; }
.source-menu-social { align-items: center; background: #f9f9f9; bottom: 0; display: flex; height: 45px; justify-content: space-evenly; left: 0; position: absolute; width: 340px; }
.source-menu-social span { color: #292929; font-size: 19px; font-weight: 700; }

.editorial { align-items: stretch; display: grid; gap: 14px; grid-template-columns: 1.35fr 1fr; }
.editorial-main, .editorial-side { min-height: 410px; overflow: hidden; position: relative; }
.editorial img { height: 100%; object-fit: cover; width: 100%; }
.editorial-main:after, .editorial-side:after { background: linear-gradient(transparent 38%, rgba(0,0,0,.7)); content: ''; inset: 0; position: absolute; }
.editorial-copy { bottom: 28px; color: #fff; left: 28px; max-width: 430px; position: absolute; z-index: 1; }
.editorial-copy h2 { font-size: 30px; letter-spacing: -.04em; margin: 0 0 10px; text-transform: uppercase; }
.editorial-copy p { font-size: 13px; line-height: 1.5; margin: 0 0 18px; }
.editorial-side .editorial-copy h2 { font-size: 22px; }

.newsletter { background: #181818; color: #fff; display: grid; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: var(--max); min-height: 310px; padding: 62px 5.7vw; }
.newsletter h2 { font-size: 40px; letter-spacing: -.04em; line-height: 1; margin: 0 0 16px; text-transform: uppercase; }
.newsletter p { color: #c7c7c7; font-size: 13px; line-height: 1.5; max-width: 380px; }
.signup { align-self: center; display: flex; flex-direction: column; gap: 10px; justify-self: end; max-width: 470px; width: 100%; }
.signup input { background: transparent; border: 0; border-bottom: 1px solid #777; color: #fff; outline: 0; padding: 13px 0; }
.signup input::placeholder { color: #aaa; }
.signup .button { align-self: flex-start; margin-top: 10px; }

.footer { background: #171717; color: #fff; padding: 74px 5.7vw 34px; }
.footer-shell { margin: 0 auto; max-width: var(--max); }
.footer-grid { align-items: start; display: grid; gap: 46px 32px; grid-template-columns: minmax(250px, 1.22fr) repeat(3, minmax(145px, .72fr)); }
.footer-newsletter h2, .footer-column summary { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0; line-height: 1.3; margin: 0; text-transform: uppercase; }
.footer-newsletter p { color: #bcbcbc; font-size: 12px; line-height: 1.62; margin: 18px 0 0; max-width: 300px; }
.footer-form { align-items: center; border-bottom: 1px solid #747474; display: flex; gap: 12px; margin-top: 24px; max-width: 330px; }
.footer-form input { background: transparent; border: 0; color: #fff; font: inherit; min-width: 0; outline: 0; padding: 12px 0; width: 100%; }
.footer-form input::placeholder { color: #a6a6a6; }
.footer-form button { background: none; border: 0; color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; padding: 10px 0; text-transform: uppercase; }
.footer-form button:hover { color: #d7d7d7; }
.footer-column { min-width: 0; }
.footer-column summary { cursor: default; list-style: none; }
.footer-column summary::-webkit-details-marker { display: none; }
.footer-link-list { margin-top: 18px; }
.footer-link-list a { color: #bcbcbc; display: block; font-size: 12px; line-height: 1.35; padding: 5px 0; }
.footer-link-list a:hover { color: #fff; }
.footer-utility { align-items: center; border-top: 1px solid #3b3b3b; display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) auto minmax(0, auto); margin-top: 76px; padding-top: 25px; }
.footer-utility-left { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; }
.footer-region { position: relative; }
.footer-region-toggle { align-items: center; background: none; border: 0; color: #fff; cursor: pointer; display: flex; font: inherit; font-size: 11px; gap: 8px; padding: 0; text-align: left; }
.footer-region-toggle span { font-size: 14px; line-height: 1; }
.footer-region-menu { background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .28); display: grid; left: 0; min-width: 210px; padding: 6px; position: absolute; top: calc(100% + 12px); z-index: 10; }
.footer-region-menu button { background: none; border: 0; color: #1a1a1a; cursor: pointer; font: inherit; font-size: 11px; padding: 10px; text-align: left; }
.footer-region-menu button:hover, .footer-region-menu button[aria-checked="true"] { background: #ededed; }
.footer-social { align-items: center; display: flex; gap: 9px; }
.footer-social a { align-items: center; border: 1px solid #6f6f6f; color: #fff; display: flex; font-size: 8px; font-weight: 700; height: 23px; justify-content: center; width: 23px; }
.footer-social a:hover { background: #fff; color: #171717; }
.footer-utility small { color: #bcbcbc; font-size: 11px; white-space: nowrap; }
.payment-list { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
.footer-payment { align-items: center; background: #fff; border-radius: 2px; color: #191919; display: flex; font-size: 7px; font-weight: 800; height: 22px; justify-content: center; min-width: 35px; padding: 0 5px; white-space: nowrap; }
.footer-payment.payment-klarna { background: #ffb3d7; }
.footer-payment.payment-amazon { font-size: 6px; }
.footer-payment.payment-amex { background: #2b8fcd; color: #fff; }
.footer-payment.payment-apple { background: #000; border: 1px solid #555; color: #fff; font-size: 6px; }
.footer-payment.payment-paypal { border: 0; color: #1264aa; font-size: 7px !important; }
.footer-payment.payment-google { color: #4f6fba; }
.footer-payment.payment-clearpay { background: #b5f0e8; font-size: 6px; }
.footer-payment.payment-visa { color: #1a3f83; }

.drawer-backdrop { background: rgba(0,0,0,.42); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s; z-index: 20; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.drawer { background: #fff; bottom: 0; max-width: 480px; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .3s; width: min(100%, 480px); z-index: 21; }
.drawer.open { transform: translateX(0); }
.close-button { background: none; border: 0; cursor: pointer; font-size: 31px; font-weight: 300; line-height: 1; padding: 0; }
.cart-drawer { display: flex; padding: 0; width: min(100%, 400px); }
.cart-panel { background: #fff; display: flex; flex: 1; flex-direction: column; min-width: 0; position: relative; }
.cart-drawer-header { align-items: center; border-bottom: 0; display: flex; height: 79px; justify-content: space-between; padding: 0 25px; }
.cart-drawer-header h2 { font-size: 19px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.cart-drawer-header .close-button { margin-right: -4px; }
.cart-milestone { border-bottom: 0; padding: 17px 25px 15px; }
.cart-milestone-copy { align-items: center; display: flex; font-size: 12px; gap: 6px; line-height: 18px; min-width: 0; }
.truck-icon { flex: 0 0 17px; height: 14px; width: 17px; }
.cart-milestone-track { display: none; }
.cart-milestone-track span { background: #37a4c5; display: block; height: 100%; transition: width .3s ease; }
.cart-drawer-main { flex: 1; min-height: 0; overflow-y: auto; padding: 19px 25px 0; }
.cart-empty { color: var(--muted); font-size: 13px; line-height: 1.6; padding: 50px 0; text-align: center; }
.cart-item { border-bottom: 0; display: grid; gap: 18px; grid-template-columns: 120px minmax(0, 1fr); padding: 0 0 24px; }
.cart-item + .cart-item { border-top: 0; padding-top: 24px; }
.cart-item-image { aspect-ratio: 1 / 1; background: #f0efed; display: block; min-width: 0; overflow: hidden; }
.cart-item-image img { aspect-ratio: 1 / 1; background: #f0f0ee; display: block; height: 100%; object-fit: contain; width: 100%; }
.cart-item-info { min-width: 0; padding-top: 5px; position: relative; }
.cart-item-info h3 { font-size: 12px; font-weight: 500; line-height: 1.45; margin: 0 0 8px; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.cart-item-variant { color: #555; font-size: 11px; margin: 0 0 9px; }
.cart-item-price { align-items: center; display: flex; font-size: 12px; gap: 7px; }
.cart-item-price span { color: #188643; font-weight: 600; }
.cart-item-price del { color: #888; font-size: 11px; }
.cart-item-controls { align-items: center; display: flex; gap: 30px; margin-top: 22px; }
.qty { align-items: center; border: 1px solid #8d8d8d; display: inline-flex; height: 40px; }
.qty button { align-items: center; background: none; border: 0; cursor: pointer; display: flex; font-size: 18px; height: 38px; justify-content: center; padding: 0; width: 38px; }
.qty button:hover { background: #f4f4f4; }
.qty span { font-size: 12px; min-width: 22px; text-align: center; }
.remove { background: none; border: 0; border-bottom: 1px solid #292929; color: #292929; cursor: pointer; font-size: 9px; letter-spacing: .09em; padding: 0 0 3px; text-transform: uppercase; }
.cart-upsell-desk { background: #f5f5f5; bottom: 0; display: block; overflow-y: auto; padding: 18px 25px 28px; position: absolute; right: 100%; top: 0; width: 304px; }
.cart-upsell-desk h2 { color: #525252; font-size: 16px; letter-spacing: .07em; margin: 0 0 18px; text-align: center; text-transform: uppercase; }
.cart-upsell-list { display: flex; flex-direction: column; gap: 27px; }
.cart-upsell-item { min-width: 0; }
.cart-upsell-item > a { display: block; }
.cart-upsell-item img { aspect-ratio: 1 / 1; background: #e9e8e6; display: block; object-fit: contain; width: 100%; }
.cart-upsell-variants { background: #f8f8f8; text-align: center; }
.cart-upsell-variants > span { display: block; font-size: 14px; line-height: 23px; padding: 5px 0 3px; text-transform: uppercase; }
.cart-upsell-variants > div { background: #fff; display: flex; justify-content: center; }
.cart-upsell-variants button { background: #fff; border: 0; cursor: pointer; font-size: 14px; min-width: 47px; padding: 10px 10px; }
.cart-upsell-variants button:hover, .cart-upsell-variants button.selected { background: #f0f0f0; }
.cart-upsell-meta { padding-top: 9px; position: relative; }
.cart-upsell-meta h3 { font-size: 10px; font-weight: 500; line-height: 1.35; margin: 0 0 6px; min-height: 28px; overflow: hidden; text-transform: uppercase; }
.cart-upsell-meta > div { align-items: center; display: flex; flex-wrap: wrap; gap: 4px; }
.cart-upsell-meta .price { color: #16813e; font-size: 11px; }
.cart-upsell-meta del { color: #777; font-size: 9px; }
.cart-upsell-add { background: #fff; border: 1px solid #aaa; cursor: pointer; font-size: 9px; margin-top: 8px; padding: 6px 11px; text-transform: uppercase; }
.cart-upsell-add:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.cart-drawer-footer { background: #fff; border-top: 0; flex: 0 0 auto; padding: 17px 25px 16px; }
.cart-total-row { align-items: center; display: flex; font-size: 12px; justify-content: space-between; }
.cart-total-row strong { font-size: 13px; font-weight: 600; }
.cart-tax-note { color: #777; font-size: 10px; margin: 7px 0 13px; }
.cart-drawer-footer .button { min-height: 45px; width: 100%; }
.cart-checkout { justify-content: space-between; padding: 0 22px; }
.cart-checkout span { font-size: 11px; font-weight: 500; }
.cart-go { margin-top: 12px; }
.cart-pay-label { align-items: center; color: #333; display: flex; font-size: 11px; justify-content: space-between; margin-top: 17px; }
.cart-footer-loading { align-items: center; display: flex; height: 35px; justify-content: center; }
.cart-footer-loading span { border: 2px solid #111; border-bottom-color: transparent; border-left-color: transparent; border-radius: 50%; display: block; height: 22px; transform: rotate(-42deg); width: 22px; }
.cart-payment-row { align-items: center; display: flex; gap: 5px; }
.cart-payment-row .payment { border: 0; border-radius: 2px; font-size: 8px; height: 19px; min-width: 30px; padding: 0 5px; }
.payment-klarna { background: #ffb3d7; color: #111; }
.payment-link { background: #b5f0e8; color: #111; font-size: 14px !important; }
.payment-paypal { background: #fff; border: 1px solid #ddd !important; color: #1264aa; font-size: 8px !important; font-weight: 800; }
.payment-paypal span { color: #1a3f83; }

.full-cart-page { margin: 0 auto; max-width: 1200px; padding: 55px 42px 90px; }
.full-cart-heading { align-items: end; border-bottom: 0; display: flex; justify-content: space-between; padding-bottom: 26px; }
.full-cart-heading .eyebrow { color: var(--muted); margin-bottom: 9px; }
.full-cart-heading h1 { font-size: 29px; letter-spacing: .06em; margin: 0; text-transform: uppercase; }
.full-cart-page > .cart-milestone { border: 0; margin: 0 auto; max-width: 520px; padding: 25px 0; }
.full-cart-layout { display: grid; gap: 52px; grid-template-columns: minmax(0, 1fr) 330px; }
.full-cart-items .cart-item { border-bottom: 0; grid-template-columns: 160px minmax(0, 1fr); padding: 22px 0; }
.full-cart-items .cart-item + .cart-item { border-top: 0; padding-top: 22px; }
.full-cart-items .cart-item-info { padding-top: 10px; }
.full-cart-items .cart-item-info h3 { font-size: 14px; white-space: normal; }
.full-cart-items .cart-item-controls { margin-top: 30px; }
.full-cart-summary { align-self: start; border: 1px solid var(--line); }
.full-cart-summary .cart-drawer-footer { border: 0; }
.full-cart-summary .cart-drawer-footer .cart-pay-label { margin-bottom: 3px; }

/* The product page follows the reference's permanent gallery + purchase column. */
.product-page .site-header { border-bottom: 1px solid #f0f0f0; min-height: 88px; }
.pdp-page { margin: 0 auto; max-width: 1280px; padding: 51px 40px 90px; }
.pdp-breadcrumb { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: 10px; gap: 7px; margin-bottom: 22px; }
.pdp-breadcrumb strong { color: var(--ink); font-weight: 500; }
.pdp-layout { align-items: start; display: grid; gap: 35px; grid-template-columns: minmax(0, 1fr) minmax(360px, 500px); }
.pdp-gallery { align-items: start; display: grid; gap: 10px; grid-template-columns: 84px minmax(0, 1fr); min-width: 0; position: relative; }
.pdp-thumbs-rail { align-items: center; align-self: start; display: flex; flex-direction: column; gap: 8px; width: 84px; }
.pdp-thumbs-arrow { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: flex; flex: none; font-size: 11px; height: 22px; justify-content: center; line-height: 1; padding: 0; width: 84px; }
.pdp-thumbs-arrow:hover { color: #000; }
.pdp-thumbs-arrow:disabled { cursor: default; opacity: .28; }
.pdp-thumbs-window { height: calc(var(--pdp-thumb-count, 6) * 84px + (var(--pdp-thumb-count, 6) - 1) * 9px); overflow: hidden; width: 84px; }
.pdp-thumbs { display: flex; flex-direction: column; gap: 9px; transform: translateY(calc(var(--pdp-thumb-offset, 0) * -93px)); transition: transform .28s ease; }
.pdp-thumb { background: transparent; border: 0; box-sizing: border-box; cursor: pointer; display: block; flex: none; height: 84px; max-height: 84px; max-width: 84px; min-height: 84px; min-width: 84px; overflow: hidden; padding: 0; width: 84px; }
.pdp-thumb.active { outline: 1px solid var(--ink); outline-offset: -1px; }
.pdp-thumb img { display: block; height: 84px !important; max-height: 84px; max-width: 84px; object-fit: contain; width: 84px !important; }
.pdp-media-stack { min-width: 0; overflow: hidden; position: relative; }
.pdp-media-track { display: flex; transition: transform .45s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.pdp-media-slide { aspect-ratio: 1 / 1; background: #f0f0ee; flex: 0 0 100%; margin: 0; overflow: hidden; position: relative; }
.pdp-media-zoom { background: none; border: 0; cursor: zoom-in; display: block; height: 100%; padding: 0; width: 100%; }
.pdp-media-slide img { aspect-ratio: 1 / 1; display: block; height: auto; object-fit: contain; opacity: 0; transition: opacity .35s ease; width: 100%; }
.pdp-media-slide img.loaded { opacity: 1; }
.pdp-media-slide:after { animation: imageLoading 1.2s infinite; background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent); content: ''; height: 100%; left: -100%; opacity: 1; pointer-events: none; position: absolute; top: 0; width: 100%; }
.pdp-media-slide:has(img.loaded):after { animation: none; opacity: 0; }
.pdp-arrow { align-items: center; background: rgba(255,255,255,.78); border: 0; border-radius: 50%; cursor: pointer; display: flex; font-size: 28px; height: 44px; justify-content: center; line-height: 1; opacity: 0; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); transition: background .2s, opacity .2s, transform .2s; width: 44px; z-index: 3; }
.pdp-media-stack:hover .pdp-arrow,
.pdp-media-stack:focus-within .pdp-arrow { opacity: 1; pointer-events: auto; }
.pdp-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.pdp-arrow-prev { left: 14px; }
.pdp-arrow-next { right: 14px; }
.pdp-dots { display: none; }
.pdp-gallery-tools { align-items: center; bottom: 14px; display: flex; justify-content: flex-end; left: 15px; pointer-events: none; position: absolute; right: 15px; z-index: 4; }
.pdp-gallery-tools button { align-items: center; background: rgba(255,255,255,.94); border: 0; border-radius: 50%; color: #111; cursor: pointer; display: flex; height: 36px; justify-content: center; line-height: 1; pointer-events: auto; width: 36px; }
.pdp-gallery-tools svg { display: block; }
.pdp-lightbox-backdrop { background: rgba(0,0,0,.72); inset: 0; position: fixed; z-index: 99980; }
.pdp-lightbox { align-items: center; display: flex; inset: 0; justify-content: center; padding: 22px; position: fixed; z-index: 99981; }
.pdp-lightbox img { background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.28); display: block; max-height: calc(100dvh - 88px); max-width: min(100%, 960px); object-fit: contain; width: auto; }
.pdp-lightbox-close { align-items: center; background: #fff; border: 0; border-radius: 50%; color: #111; cursor: pointer; display: flex; font-size: 27px; height: 42px; justify-content: center; line-height: 1; position: fixed; right: 18px; top: 18px; width: 42px; z-index: 99982; }
.pdp-lightbox-arrow { align-items: center; background: rgba(255,255,255,.94); border: 0; border-radius: 50%; color: #111; cursor: pointer; display: flex; font-size: 34px; height: 48px; justify-content: center; line-height: 1; position: fixed; top: 50%; transform: translateY(-50%); width: 48px; z-index: 99982; }
.pdp-lightbox-prev { left: 18px; }
.pdp-lightbox-next { right: 18px; }
.pdp-lightbox-count { bottom: 18px; color: #fff; font-size: 13px; left: 50%; letter-spacing: .08em; margin: 0; position: fixed; transform: translateX(-50%); z-index: 99982; }
@media (max-width: 720px) {
  .pdp-lightbox { padding: 56px 58px 48px; }
  .pdp-lightbox-arrow { height: 40px; width: 40px; }
  .pdp-lightbox-prev { left: 8px; }
  .pdp-lightbox-next { right: 8px; }
}
.pdp-info { padding: 20px 0 0; position: sticky; top: 24px; }
.pdp-info h1 { font-size: 16px; font-weight: 600; letter-spacing: .07em; line-height: 1.25; margin: 0 0 10px; max-width: 540px; text-transform: uppercase; }
.pdp-price { align-items: center; display: flex; flex-wrap: wrap; font-size: 14px; gap: 6px; line-height: 1.65; }
.pdp-now-label, .pdp-was-label { font-size: 14px; text-transform: uppercase; }
.pdp-price .price { color: var(--ink); font-size: 16px; font-weight: 700; }
.pdp-price .compare { color: var(--ink); font-size: 15px; margin-left: 0; }
.pdp-save { background: transparent; border-left: 1px solid #a7a7a7; color: #16813e; font-size: 16px; margin-left: 6px; padding: 0 0 0 10px; text-transform: uppercase; }
.pdp-payment { color: var(--muted); font-size: 11px; margin: 16px 0 20px; }
.pdp-payment strong { color: #222; font-weight: 800; }
.pdp-rule { border-top: 1px solid var(--line); }
.pdp-variants { margin: 19px 0 20px; }
.pdp-option { padding: 0; }
.pdp-option + .pdp-option { margin-top: 10px; }
.pdp-color-group + .pdp-size-option { margin-top: 16px; }
.pdp-option-head { align-items: center; display: flex; font-size: 14px; justify-content: space-between; line-height: 1.65; margin-bottom: 10px; }
.pdp-option-head strong { font-weight: 500; }
.pdp-guide { background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; padding: 0 0 2px; }
.pdp-color-options { display: flex; gap: 9px; margin-left: -2px; }
.pdp-color-swatch { background: #f0f0ee; border: 1px solid transparent; display: block; height: 96px; width: 64px; }
.pdp-color-swatch.selected { border-color: var(--ink); }
.pdp-color-swatch img { aspect-ratio: 2 / 3; display: block; height: 100%; object-fit: cover; width: 100%; }
.size-options { display: flex; gap: 10px; }
.size-option { background: #fff; border: 1px solid #d8d8d8; cursor: pointer; font-size: 13px; height: 43px; min-width: 43px; padding: 0 13px; }
.size-option:hover, .size-option.selected { background: var(--ink); border-color: var(--ink); color: #fff; }
.pdp-add { min-height: 60px; width: 100%; }
.pdp-add:disabled, .pdp-sticky-buy .button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.payment-icons { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; list-style: none; margin: 8px 0; padding: 0; }
.payment-icons li { display: block; flex: 0 0 38px; height: 24px; width: 38px; }
.payment-icons img { display: block; height: 24px; object-fit: contain; width: 38px; }
.pdp-promo { background: var(--sand); padding: 21px 17px; text-align: center; }
.pdp-promo strong { display: block; font-size: 12px; letter-spacing: .05em; line-height: 1.45; }
.pdp-promo small { display: block; font-size: 10px; line-height: 1.45; margin-top: 15px; }
.pdp-accordions { margin-top: 22px; }
.pdp-accordion { border-top: 1px solid var(--line); }
.pdp-accordion:first-child { border-top: 0; }
.pdp-accordion:last-child { border-bottom: 1px solid var(--line); }
.pdp-accordion-trigger { align-items: center; background: none; border: 0; cursor: pointer; display: flex; font-size: 12px; font-weight: 400; justify-content: space-between; letter-spacing: .08em; padding: 16px 0; text-align: left; text-transform: uppercase; width: 100%; }
.pdp-accordion-trigger:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
.accordion-plus { height: 11px; position: relative; width: 11px; }
.accordion-plus:before, .accordion-plus:after { background: currentColor; content: ''; left: 50%; position: absolute; top: 50%; transition: transform .35s ease, opacity .35s ease; }
.accordion-plus:before { height: 1px; transform: translate(-50%, -50%); width: 11px; }
.accordion-plus:after { height: 11px; transform: translate(-50%, -50%); width: 1px; }
.pdp-accordion.open .accordion-plus:before { opacity: 0; }
.pdp-accordion.open .accordion-plus:after { transform: translate(-50%, -50%) rotate(90deg); }
.pdp-accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease, visibility 0s linear .35s; visibility: hidden; }
.pdp-accordion-copy { color: var(--muted); font-size: 12px; line-height: 1.65; min-height: 0; overflow: hidden; }
.pdp-accordion-copy p { margin: 0 0 11px; }
.pdp-accordion-copy p:last-child { margin-bottom: 0; }
.pdp-accordion-copy ul { margin: 0 0 12px; padding-left: 17px; }
.pdp-accordion.open .pdp-accordion-content { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows .35s ease; }
.pdp-accordion.open .pdp-accordion-copy { padding: 0 0 18px; }
.pdp-sticky-buy { display: none; }
.pdp-reviews { border-top: 0; margin: 76px 30px 0; padding: 0 0 72px; }
.pdp-section-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 28px; }
.pdp-review-heading { margin: 70px 0; text-align: center; }
.pdp-section-heading h2, .pdp-review-heading h2 { font-size: 20px; font-weight: 300; letter-spacing: 0; margin: 0; text-transform: none; }
.rail-controls { display: flex; gap: 8px; }
.rail-control { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; display: flex; font-size: 23px; height: 36px; justify-content: center; line-height: 1; width: 36px; }
.rail-control:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.pdp-review-summary { align-items: center; display: grid; grid-template-columns: 1fr 1.2fr 1fr; min-height: 148px; }
.pdp-review-overall { align-items: center; display: flex; gap: 14px; justify-content: center; }
.pdp-review-overall > strong { font-size: 48px; font-weight: 300; line-height: 1; }
.pdp-review-overall p { color: #666; font-size: 13px; margin: 6px 0 0; }
.review-stars { display: inline-flex; gap: 3px; white-space: nowrap; }
.review-star { color: #dedede; font-size: 22px; line-height: 1; }
.review-star.filled { color: #2c2c2c; }
.review-stars-label { color: #444; font-size: 16px; margin-left: 8px; vertical-align: 2px; }
.pdp-review-distribution { padding: 2px 34px; }
.review-distribution-row { align-items: center; display: grid; font-size: 13px; gap: 9px; grid-template-columns: 10px 15px minmax(80px, 1fr) 12px; height: 25px; }
.review-distribution-star { font-size: 18px; line-height: 1; }
.review-distribution-track { background: #e8e8e8; border-radius: 2px; height: 5px; overflow: hidden; }
.review-distribution-track span { background: #2c2c2c; display: block; height: 100%; }
.yotpo-new-review-btn { background: #292929; border: 0; border-radius: 22px; color: #fff; cursor: pointer; font-size: 14px; justify-self: center; min-height: 37px; padding: 0 15px; }
.yotpo-new-review-btn:hover { background: #000; }
.review-ai-summary { border-bottom: 1px solid #e0e0e0; display: flex; flex-direction: column; gap: 16px; margin: 16px 0; padding: 20px 0; }
.review-ai-summary-header { align-items: flex-start; display: flex; justify-content: space-between; }
.review-ai-summary h3 { font-size: 20px; font-weight: 300; line-height: 1.3; margin: 0; }
.review-ai-badge { align-items: center; color: #60646c; display: flex; font-size: 12px; gap: 6px; margin: 8px 0 0; }
.review-ai-badge span { color: #f5b900; display: inline-flex; font-size: 16px; line-height: 1; }
.review-ai-summary-lede { color: #3f3f3f; font-size: 14px; line-height: 1.55; margin: 0; max-width: 1120px; }
.review-ai-summary-content p { color: #3f3f3f; font-size: 14px; line-height: 1.55; margin: 0; }
.review-ai-summary-toggle { align-items: center; background: none; border: 0; color: #292929; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 600; gap: 7px; padding: 0; text-decoration: underline; width: fit-content; }
.review-ai-summary-caret { border: solid currentColor; border-width: 0 1px 1px 0; height: 6px; margin-top: -3px; transform: rotate(45deg); transition: transform .2s ease; width: 6px; }
.review-ai-summary-toggle[aria-expanded="true"] .review-ai-summary-caret { margin-top: 3px; transform: rotate(225deg); }
.pdp-review-filters { align-items: center; border: 0; display: flex; gap: 10px; margin-top: 42px; padding: 42px 0 34px; }
.review-popular-topics { display: flex; flex-wrap: wrap; gap: 13px; padding: 16px 0 4px; }
.review-popular-label { color: #555; font-size: 13px; width: 100%; }
.review-topic-chips { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.review-topic-chip { background: #ededed; border-radius: 18px; color: #555; font-size: 12px; padding: 8px 12px; }
.review-topic-more { background: none; border: 0; color: #292929; cursor: pointer; font-size: 13px; font-weight: 600; padding: 8px 0; text-decoration: underline; }
.review-topic-empty { color: #666; font-size: 13px; }
.review-rating-select { position: relative; }
.review-rating-select:after { border: solid #222; border-width: 0 1px 1px 0; content: ''; height: 6px; pointer-events: none; position: absolute; right: 15px; top: 13px; transform: rotate(45deg); width: 6px; }
.review-rating-select select { appearance: none; background: #fff; border: 1px solid #999; border-radius: 20px; color: #555; cursor: pointer; font-size: 13px; height: 36px; min-width: 173px; outline: 0; padding: 0 35px 0 13px; }
.review-media-toggle { align-items: center; border: 1px solid #999; border-radius: 20px; color: #555; cursor: pointer; display: inline-flex; font-size: 13px; height: 36px; justify-content: space-between; min-width: 173px; padding: 0 11px 0 13px; }
.review-media-toggle input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.review-toggle-track { border: 1px solid #444; border-radius: 50%; height: 16px; position: relative; width: 16px; }
.review-media-toggle input:checked + .review-toggle-track { background: #292929; box-shadow: inset 0 0 0 3px #fff; }
.pdp-review-list { min-height: 179px; }
.pdp-review { border-bottom: 1px solid #e2e2e2; display: grid; grid-template-columns: 200px minmax(0, 1fr) 190px; margin: 0; min-height: 179px; padding: 40px 0; }
.pdp-review-left { align-items: flex-start; display: flex; gap: 11px; }
.review-avatar { background: #d4dced; border-radius: 50%; display: block; height: 38px; position: relative; width: 38px; }
.review-avatar:before { background: #8492b1; border-radius: 50%; content: ''; height: 12px; left: 13px; position: absolute; top: 8px; width: 12px; }
.review-avatar:after { background: #8492b1; border-radius: 10px 10px 5px 5px; bottom: 7px; content: ''; height: 11px; left: 8px; position: absolute; width: 22px; }
.review-avatar span { background: #292929; border: 2px solid #fff; border-radius: 50%; bottom: -2px; height: 16px; position: absolute; right: -2px; width: 16px; z-index: 1; }
.review-avatar span:after { border: solid #fff; border-width: 0 1px 1px 0; content: ''; height: 5px; left: 4px; position: absolute; top: 3px; transform: rotate(45deg); width: 3px; }
.review-author { font-size: 16px; line-height: 1.6; }
.review-author > div { align-items: center; display: flex; gap: 4px; }
.review-country { font-size: 14px; }
.review-verified { color: #666; display: block; font-size: 12px; }
.pdp-review-main { padding-top: 1px; }
.review-content-head { min-height: 28px; }
.review-body { color: #555; font-size: 15px; margin: 13px 0 0; }
.pdp-review-right { align-items: flex-end; display: flex; flex-direction: column; font-size: 14px; justify-content: space-between; }
.pdp-review-right time { color: #666; }
.review-helpful { align-items: center; color: #666; display: flex; gap: 9px; white-space: nowrap; }
.review-helpful button { align-items: center; background: none; border: 0; color: #444; cursor: pointer; display: inline-flex; gap: 4px; padding: 0; }
.review-helpful button:hover { color: #000; }
.review-vote-icon { fill: none; height: 15px; stroke: currentColor; stroke-width: 1.1; width: 15px; }
.review-vote-icon.down { transform: rotate(180deg); }
.review-filter-empty { color: #666; font-size: 14px; padding: 43px 0; text-align: center; }
.review-has-media { color: #666; display: block; font-size: 12px; margin-top: 13px; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }
.review-topics-backdrop { background: rgba(0,0,0,.38); inset: 0; position: fixed; z-index: 90; }
.review-topics-panel { background: #fff; box-shadow: -8px 0 30px rgba(0,0,0,.18); display: flex; flex-direction: column; height: 100dvh; max-width: 460px; position: fixed; right: 0; top: 0; width: 100%; z-index: 91; }
.review-topics-panel > header { align-items: flex-start; background: #f2f2f2; border-bottom: 1px solid #ddd; display: flex; gap: 20px; justify-content: space-between; padding: 30px 28px 24px; }
.review-topics-panel h3 { font-size: 19px; font-weight: 600; margin: 0 0 10px; }
.review-topics-panel header p { color: #666; font-size: 14px; line-height: 1.45; margin: 0; }
.review-topics-close { background: none; border: 0; color: #444; cursor: pointer; font-size: 25px; line-height: 1; padding: 0; }
.review-topics-list { flex: 1; overflow-y: auto; padding: 25px 28px 85px; }
.review-topic { margin-bottom: 20px; }
.review-topic h4 { align-items: center; display: flex; font-size: 15px; gap: 7px; margin: 0 0 3px; }
.review-topic-icon { color: #2f7d49; font-size: 21px; line-height: 1; transform: rotate(180deg); }
.review-topic p { color: #444; font-size: 14px; line-height: 1.45; margin: 0 0 4px; }
.review-topic strong { color: #292929; font-size: 12px; }
.review-highlights { border-top: 1px solid #ddd; margin-top: 22px; padding-top: 17px; }
.review-highlights h4 { font-size: 13px; margin: 0 0 14px; }
.review-highlights blockquote { color: #555; font-size: 14px; line-height: 1.5; margin: 0 0 14px; padding-left: 20px; }
.review-highlights cite { font-style: normal; white-space: nowrap; }
.review-topics-footer { background: #f3f3f3; border: 0; bottom: 0; cursor: pointer; font-size: 14px; font-weight: 600; min-height: 55px; position: absolute; width: 100%; }
.review-modal-backdrop { background: rgba(0,0,0,.36); inset: 0; position: fixed; z-index: 80; }
.review-modal { background: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.25); left: 50%; max-height: calc(100vh - 32px); max-width: 520px; overflow-y: auto; padding: 36px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 32px); z-index: 81; }
.review-modal > .eyebrow { margin-bottom: 9px; }
.review-modal h2 { font-size: 24px; font-weight: 400; margin: 0 0 4px; }
.review-required-note { color: #6c7078; font-size: 12px; margin: 0 0 24px; }
.review-modal-close { background: none; border: 0; cursor: pointer; font-size: 26px; line-height: 1; padding: 5px; position: absolute; right: 17px; top: 15px; }
.review-modal form { display: grid; gap: 18px; }
.review-modal fieldset { border: 0; margin: 0; padding: 0; }
.review-modal legend, .review-modal label { color: #444; display: block; font-size: 13px; margin-bottom: 7px; }
.review-form-stars { display: flex; gap: 6px; }
.review-form-star { background: none; border: 0; color: #d5d5d5; cursor: pointer; font-size: 28px; line-height: 1; padding: 0; }
.review-form-star.selected, .review-form-star:hover { color: #292929; }
.review-modal input, .review-modal textarea { border: 1px solid #c8c8c8; display: block; font-size: 14px; margin-top: 7px; outline: 0; padding: 11px 12px; width: 100%; }
.review-modal textarea { min-height: 108px; resize: vertical; }
.review-modal input:focus, .review-modal textarea:focus { border-color: #292929; }
.review-form-fields { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.review-form-fields label small, .review-media-field small { color: #6c7078; display: block; font-size: 12px; line-height: 1.4; margin-top: 5px; }
.review-media-field > span { color: #444; display: block; font-size: 13px; }
.review-upload-button { align-items: center; background: #fff; border: 1px solid #c8c8c8; color: #444; cursor: pointer; display: inline-flex; font-size: 13px; gap: 7px; margin-top: 12px; padding: 8px 14px; }
.review-upload-button span { font-size: 20px; line-height: .7; }
.review-media-input { display: none !important; }
.review-media-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.review-media-item { background: #f1f1f1; height: 64px; position: relative; width: 64px; }
.review-media-item img, .review-media-item video { display: block; height: 100%; object-fit: cover; width: 100%; }
.review-media-item button { background: #292929; border: 1px solid #fff; border-radius: 50%; color: #fff; cursor: pointer; font-size: 14px; height: 20px; line-height: 16px; padding: 0; position: absolute; right: -6px; top: -6px; width: 20px; }
.review-media-file { align-items: center; color: #666; display: flex; font-size: 10px; height: 100%; justify-content: center; }
.review-form-divider { border-top: 1px solid #ddd; margin: 7px 0 1px; }
.review-form-error { color: #b3212b; font-size: 12px; margin: -5px 0 0; }
.is-hidden { display: none !important; }
.review-modal .button { width: 100%; }
.pdp-recommendations { border-top: 0; padding: 60px 0 20px; }
.pdp-recommendations + .pdp-recommendations { border-top: 0; }
.product-rail { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 26px; scrollbar-width: none; }
.product-rail::-webkit-scrollbar { display: none; }
.product-rail .product-card { flex: 0 0 calc((100% - 42px) / 4); }
.rail-card .product-image { aspect-ratio: 1 / 1; background: #f0f0ee; }
.rail-card .product-image img { aspect-ratio: 1 / 1; object-fit: contain; }
.rail-card .rail-image-alt { inset: 0; opacity: 0; position: absolute; transition: opacity .3s ease; }
.rail-card .rail-image-primary { opacity: 1; transition: opacity .3s ease; }
@media (hover: hover) and (pointer: fine) {
  .rail-card:hover:has(.rail-image-alt.loaded) .rail-image-primary.loaded { opacity: 0; }
  .rail-card:hover .rail-image-alt.loaded { opacity: 1; }
}
.rail-card .product-meta h3 { font-size: 12px; min-height: 33px; text-transform: uppercase; }
.rail-card .product-meta { padding-top: 13px; }
.rail-card .product-color { display: none; }
.rail-discount { border-left: 1px solid #aaa; color: #3b9b61; font-size: 11px; margin-left: 6px; padding-left: 8px; text-transform: uppercase; }
.rail-variants { align-items: center; background: rgba(255,255,255,.94); bottom: 0; display: flex; gap: 5px; left: 0; opacity: 0; padding: 9px; position: absolute; right: 0; transform: translateY(8px); transition: opacity .2s, transform .2s; z-index: 3; }
.rail-card:hover .rail-variants, .rail-card:focus-within .rail-variants { opacity: 1; transform: translateY(0); }
.rail-variants span { font-size: 10px; margin-right: 3px; text-transform: uppercase; }
.rail-variants button { background: #fff; border: 1px solid var(--line); cursor: pointer; font-size: 10px; height: 27px; min-width: 27px; padding: 0 5px; }
.rail-variants button:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.toast { background: var(--ink); bottom: 24px; color: #fff; font-size: 12px; left: 50%; opacity: 0; padding: 13px 18px; pointer-events: none; position: fixed; transform: translate(-50%, 12px); transition: opacity .2s, transform .2s; z-index: 50; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.cookie-gate {
  align-items: center;
  animation: cookie-gate-in .28s ease;
  background: #171717;
  bottom: 0;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, .18);
  color: #fff;
  display: grid;
  gap: 18px 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 0;
  padding: 18px 28px;
  position: fixed;
  right: 0;
  z-index: 70;
}
@keyframes cookie-gate-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-gate h2 { font-size: 13px; font-weight: 700; letter-spacing: .06em; margin: 0 0 6px; text-transform: uppercase; }
.cookie-gate p { color: #bcbcbc; font-size: 12px; line-height: 1.55; margin: 0; max-width: 720px; }
.cookie-gate a { color: #fff; text-decoration: underline; }
.cookie-gate-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.cookie-gate .button { background: transparent; border: 1px solid #6f6f6f; color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; min-height: 40px; padding: 0 16px; text-transform: uppercase; }
.cookie-gate .button-dark { background: #fff; border-color: #fff; color: #171717; }
.footer-cookie-settings { background: none; border: 0; color: #bcbcbc; cursor: pointer; font: inherit; font-size: 11px; padding: 0; text-decoration: underline; }
.footer-cookie-settings:hover { color: #fff; }

/* Customer chat mirrors the reference widget while keeping the conversation local. */
.chat-launcher { align-items: center; background: transparent; border: 0; border-radius: 50%; bottom: 30px; cursor: pointer; display: flex; height: 42px; justify-content: center; padding: 0; position: fixed; right: 30px; transition: transform .2s; width: 42px; z-index: 60; }
.chat-launcher:hover { transform: translateY(-2px) scale(1.04); }
.chat-launcher.has-unread { animation: none; }
.chat-hover-greeting { background: #fff; border: 0; border-radius: 18px 22px 20px 16px; bottom: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.12); color: #303030; font-size: 14px; line-height: 1.35; opacity: 0; padding: 11px 15px; pointer-events: none; position: absolute; right: calc(100% + 12px); transform: translateY(50%) translateX(6px); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; }
.chat-hover-greeting:after { background: #fff; border: 0; content: ''; height: 9px; position: absolute; right: -3px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 9px; }
.chat-launcher:hover .chat-hover-greeting, .chat-launcher:focus-visible .chat-hover-greeting { opacity: 1; transform: translateY(50%) translateX(0); }
.chat-launcher-icon { align-items: center; background: #303030; border-radius: 50%; display: flex; height: 42px; justify-content: center; position: relative; width: 42px; }
.chat-launcher-icon:before { border: 2px solid #fff; border-radius: 3px; content: ''; height: 16px; position: absolute; width: 21px; }
.chat-launcher-icon:after { border-bottom: 2px solid #fff; border-left: 2px solid #fff; bottom: 10px; content: ''; height: 5px; left: 9px; position: absolute; transform: skewY(-25deg); width: 5px; }
.chat-launcher-icon span, .chat-launcher-icon span:after { background: #fff; border-radius: 2px; content: ''; height: 2px; left: 13px; position: absolute; top: 19px; width: 12px; }
.chat-launcher-icon span { animation: chatLineWave 1.8s ease-in-out infinite; transform-origin: left center; }
.chat-launcher-icon span:after { animation: chatLineWave 1.8s ease-in-out .18s infinite; left: 0; top: 5px; transform-origin: left center; width: 8px; }
.chat-unread { align-items: center; background: #d52d35; border: 2px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 10px; font-weight: 700; height: 22px; justify-content: center; position: absolute; right: -2px; top: -2px; width: 22px; }
.chat-widget { background: #fff; border-radius: 30px 18px 26px 20px / 22px 28px 18px 26px; bottom: 30px; box-shadow: 0 8px 30px rgba(0,0,0,.24); height: 700px; overflow: hidden; position: fixed; right: 40px; width: 400px; z-index: 60; }
.chat-idle-notice { background: #fff8e7; border-bottom: 1px solid #ead9aa; color: #66521e; font-size: 12px; line-height: 1.5; padding: 10px 18px; }
.chat-feedback { background: #f7f7f4; border-top: 1px solid #e2e1dc; display: grid; gap: 10px; padding: 14px 18px 18px; }
.chat-feedback-stars { display: flex; gap: 5px; }
.chat-feedback-stars button { background: transparent; border: 0; color: #bbb; cursor: pointer; font-size: 22px; padding: 0; }
.chat-feedback-stars button.selected { color: #1d1d1d; }
.chat-feedback textarea { border: 1px solid #d2d1cb; border-radius: 6px; min-height: 54px; padding: 8px; resize: vertical; }
.chat-feedback > button[type="submit"] { background: #1d1d1d; border: 0; color: #fff; cursor: pointer; justify-self: start; padding: 9px 14px; }
.chat-widget.is-opening { animation: chatPanelIn .28s cubic-bezier(.2,.8,.2,1) both; }
.chat-onboarding { height: 100%; position: relative; }
.chat-onboarding-top { background: #303030; border-radius: 18px 18px 0 0; color: #fff; height: 350px; padding: 72px 24px 0; }
.chat-brand-mark { align-items: center; background: transparent; color: #303030; display: inline-flex; font-size: 25px; font-weight: 800; height: 44px; justify-content: center; line-height: 1; overflow: visible; width: 44px; }
.chat-brand-mark img { display: block; height: 100%; object-fit: contain; width: 100%; }
.chat-onboarding-top .chat-brand-mark { margin-bottom: 20px; }
.chat-onboarding-top h2 { font-size: 30px; letter-spacing: -.04em; margin: 0 0 12px; }
.chat-onboarding-top p { font-size: 14px; line-height: 1.5; margin: 0; max-width: 335px; }
.chat-minimize { background: none; border: 0; color: #fff; cursor: pointer; font-size: 22px; line-height: 1; padding: 7px; position: absolute; right: 32px; top: 21px; }
.chat-form-card { background: #fff; border-radius: 14px; box-shadow: 0 3px 12px rgba(0,0,0,.12); display: flex; flex-direction: column; left: 24px; padding: 34px 32px 30px; position: absolute; right: 24px; top: 257px; }
.chat-form-card label { color: #242424; font-size: 11px; margin-bottom: 6px; }
.chat-form-card input { border: 1px solid #d5d8dc; border-radius: 9px; color: #303030; font-size: 14px; height: 40px; margin-bottom: 18px; outline: 0; padding: 0 12px; }
.chat-form-card input:focus { border-color: #303030; box-shadow: 0 0 0 2px rgba(48,48,48,.1); }
.chat-form-card input::placeholder { color: #6b6b6b; }
.chat-start-button { align-items: center; background: #303030; border: 0; border-radius: 24px; color: #fff; cursor: pointer; display: flex; font-size: 14px; font-weight: 600; height: 44px; justify-content: center; gap: 9px; margin-top: 5px; }
.chat-start-button span { font-size: 19px; line-height: 1; }
.chat-start-button:hover { background: #1f1f1f; }
.chat-privacy { color: #707070; font-size: 11px; line-height: 1.35; margin: 15px 0 0; text-align: center; }
.chat-privacy a { color: #707070; text-decoration: underline; }
.chat-powered { bottom: 9px; color: #707070; font-size: 11px; left: 0; line-height: 1.2; position: absolute; text-align: center; width: 100%; }
.chat-powered span { color: #c4a574; font-size: 15px; vertical-align: -1px; }

.chat-conversation { background: #faf9f5; display: flex; flex-direction: column; height: 100%; position: relative; }
.chat-header { align-items: center; background: #fbfaf7; display: flex; gap: 10px; height: 64px; padding: 0 20px; position: relative; z-index: 2; }
.chat-header .chat-brand-mark { height: 32px; width: 32px; }
.chat-header .chat-brand-mark img { height: 100%; width: 100%; }
.chat-header-copy { min-width: 0; }
.chat-header h2 { font-size: 17px; font-weight: 500; margin: 0; }
.chat-header-copy > span { align-items: center; color: #757575; display: flex; font-size: 10px; gap: 5px; margin-top: 3px; }
.chat-header-copy i { background: #42a767; border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
.chat-header-actions { align-items: center; display: flex; gap: 15px; margin-left: auto; }
.chat-header-actions button { background: none; border: 0; cursor: pointer; font-size: 25px; line-height: 1; padding: 3px; }
.chat-header-actions button:first-child { font-size: 24px; }
.chat-header-actions button:hover { color: #777; }
.chat-menu { background: #fff; border: 1px solid #e1e0dc; border-radius: 10px; box-shadow: 0 8px 22px rgba(0,0,0,.12); padding: 6px; position: absolute; right: 19px; top: 54px; width: 174px; z-index: 4; }
.chat-menu button { align-items: center; background: #fff; border: 0; border-radius: 6px; cursor: pointer; display: flex; font-size: 12px; gap: 8px; padding: 10px; text-align: left; width: 100%; }
.chat-menu button:hover { background: #f2f1ee; }
.chat-menu-icon { color: #606060; font-size: 15px; width: 15px; }
.chat-request-panel { background: #faf9f5; display: flex; flex-direction: column; inset: 0; position: absolute; z-index: 5; }
.chat-request-panel > header { align-items: center; background: #fbfaf7; border-bottom: 1px solid #e3e1dc; display: flex; justify-content: space-between; min-height: 64px; padding: 0 20px; }
.chat-request-panel > header h3 { font-size: 17px; font-weight: 500; margin: 3px 0 0; }
.chat-request-panel > header button { background: none; border: 0; cursor: pointer; font-size: 25px; line-height: 1; padding: 3px; }
.chat-request-eyebrow { color: #777; display: block; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.chat-request-scroll { flex: 1; min-height: 0; overflow-y: auto; padding: 20px; }
.chat-request-meta { color: #777; display: flex; flex-wrap: wrap; font-size: 10px; gap: 7px 14px; margin-bottom: 20px; }
.chat-request-meta span:first-child { color: #303030; font-weight: 600; }
.chat-request-panel label { color: #303030; display: block; font-size: 11px; font-weight: 600; margin-bottom: 7px; }
.chat-request-panel textarea { background: #fff; border: 1px solid #cccac4; border-radius: 9px; box-sizing: border-box; color: #303030; font: inherit; font-size: 12px; line-height: 1.5; min-height: 132px; outline: 0; padding: 11px; resize: vertical; width: 100%; }
.chat-request-panel textarea:focus { border-color: #303030; box-shadow: 0 0 0 2px rgba(48,48,48,.1); }
.chat-request-hint { color: #777; font-size: 10px; line-height: 1.45; margin: 7px 0 19px; }
.chat-transcript { background: #fff; border: 1px solid #e2e0db; border-radius: 9px; padding: 12px; }
.chat-transcript-heading { align-items: center; border-bottom: 1px solid #eceae5; display: flex; font-size: 11px; justify-content: space-between; margin-bottom: 8px; padding-bottom: 9px; }
.chat-transcript-heading span { color: #888; font-size: 10px; font-weight: 400; }
.chat-transcript-line { display: grid; font-size: 11px; gap: 6px; grid-template-columns: 48px 1fr; line-height: 1.45; padding: 5px 0; }
.chat-transcript-line b { color: #777; font-size: 10px; font-weight: 600; }
.chat-transcript-line span { color: #353535; overflow-wrap: anywhere; }
.chat-transcript-line.user span { color: #111; }
.chat-transcript-empty { color: #888; font-size: 11px; margin: 5px 0; }
.chat-request-status { font-size: 11px; line-height: 1.45; margin: 15px 0 0; }
.chat-request-status.is-loading { align-items: center; color: #777; display: flex; gap: 7px; }
.chat-request-status.is-loading i { animation: chatDot 1.1s ease-in-out infinite; background: #777; border-radius: 50%; display: inline-block; height: 5px; width: 5px; }
.chat-request-status.is-success { color: #267546; }
.chat-request-status.is-error { color: #b5222c; }
.chat-open-email { background: none; border: 0; color: #303030; cursor: pointer; font-size: 11px; margin-top: 8px; padding: 0; text-decoration: underline; }
.chat-request-footer { background: #faf9f5; border-top: 1px solid #e3e1dc; display: flex; gap: 8px; padding: 12px 20px 16px; }
.chat-request-cancel, .chat-submit-request { border-radius: 20px; cursor: pointer; font-size: 11px; height: 39px; }
.chat-request-cancel { background: #fff; border: 1px solid #c9c7c1; color: #303030; padding: 0 15px; }
.chat-submit-request { background: #303030; border: 1px solid #303030; color: #fff; flex: 1; font-weight: 600; }
.chat-submit-request:hover:not(:disabled) { background: #1f1f1f; }
.chat-submit-request:disabled { background: #d2d0ca; border-color: #d2d0ca; cursor: default; }
.chat-submit-request span { font-size: 16px; margin-left: 5px; vertical-align: -1px; }
.chat-messages { display: flex; flex: 1; flex-direction: column; min-height: 0; overflow-y: auto; padding: 15px 20px 10px; position: relative; scroll-behavior: auto; }
.chat-message-list { display: flex; flex-direction: column; gap: 14px; margin-top: auto; }
.chat-message-row { display: flex; flex-direction: column; max-width: 86%; }
.chat-message-row.user { align-self: flex-end; }
.chat-message-row.has-products { max-width: 100%; width: 100%; }
.chat-message-row.has-products > .chat-message { align-self: flex-start; max-width: 86%; }
.chat-message-row.is-entering { animation: chatMessageIn .3s cubic-bezier(.2,.8,.2,1) both; }
.chat-message { border-radius: 16px; font-size: 14px; line-height: 1.5; padding: 13px 16px; white-space: normal; }
.chat-message.agent { background: #dedede; color: #242424; }
.chat-message.user { background: #303030; color: #fff; }
.chat-message.failed { border: 1px solid #d52d35; }
.chat-agent-label { align-items: center; display: flex; font-size: 13px; gap: 7px; margin-bottom: 11px; }
.chat-agent-label .chat-brand-mark { height: 23px; width: 23px; }
.chat-agent-label .chat-brand-mark img { height: 100%; width: 100%; }
.chat-agent-label span { color: #656565; font-weight: 400; }
.chat-message-row time { color: #777; font-size: 10px; margin-top: 4px; }
.chat-message-row.user time { text-align: right; }
.chat-message-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chat-suggestion-label { align-items: center; color: #777; display: inline-flex; font-size: 10px; gap: 4px; letter-spacing: .03em; margin-right: 2px; }
.chat-suggestion-label > span { color: #b58a18; font-size: 13px; }
.chat-suggestion-options { display: flex; flex-wrap: wrap; gap: 8px; }
.chat-message-action { appearance: none; background: #fff; border: 0 !important; border-radius: 999px; box-shadow: none; color: #303030; cursor: pointer; font-size: 11px; outline: none; padding: 8px 13px; text-align: left; transition: background .2s, color .2s; }
.chat-message-action:hover, .chat-message-action:focus { background: #fff; border: 0 !important; box-shadow: none; color: #111; outline: none; }
.chat-attachment-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 9px; }
.chat-attachment { align-items: center; background: rgba(255,255,255,.76); border: 1px solid rgba(48,48,48,.14); border-radius: 9px; display: flex; gap: 7px; max-width: 205px; min-width: 0; padding: 5px 7px; position: relative; }
.chat-message.user .chat-attachment { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.24); }
.chat-attachment > img { background: #ecebe7; border-radius: 5px; height: 38px; object-fit: cover; width: 38px; }
.chat-attachment-icon { align-items: center; background: #e9e7e1; border-radius: 5px; color: #5b5a56; display: inline-flex; font-size: 19px; height: 38px; justify-content: center; width: 38px; }
.chat-message.user .chat-attachment-icon { background: rgba(255,255,255,.2); color: #fff; }
.chat-attachment-copy { display: flex; flex-direction: column; min-width: 0; }
.chat-attachment-copy strong { font-size: 10px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chat-attachment-copy small { color: #777; font-size: 9px; margin-top: 2px; }
.chat-message.user .chat-attachment-copy small { color: rgba(255,255,255,.7); }
.chat-product-link { color: #303030; font-weight: 600; text-decoration: underline; text-decoration-color: #aaa; text-underline-offset: 2px; }
.chat-product-link:hover { color: #777; text-decoration-color: currentColor; }
.chat-attachment-remove { align-items: center; background: #303030; border: 0; border-radius: 50%; color: #fff; cursor: pointer; display: flex; font-size: 13px; height: 18px; justify-content: center; line-height: 1; padding: 0 0 2px; position: absolute; right: -6px; top: -6px; width: 18px; }
.chat-composer-attachments { display: flex; flex-wrap: wrap; gap: 7px; max-height: 78px; overflow-y: auto; padding: 0 3px 7px; }
.chat-message-form { align-items: stretch; background: #faf9f5; display: flex; flex-direction: column; gap: 8px; margin: 0 18px 4px; position: relative; }
.chat-composer-row { align-items: center; display: flex; min-width: 0; position: relative; width: 100%; }
.chat-composer-row input { background: #fff; border: 2px solid #303030; border-radius: 30px; height: 56px; min-width: 0; outline: 0; padding: 0 126px 0 16px; width: 100%; }
.chat-composer-row input::placeholder { color: #999; }
.chat-composer-row input:disabled { background: #f0efec; cursor: wait; }
.chat-tool-button { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 0; color: #777; cursor: pointer; display: flex; height: 38px; justify-content: center; line-height: 1; padding: 0; position: absolute; top: 50%; transform: translateY(-50%); transition: color .2s, transform .2s; width: 38px; z-index: 1; }
.chat-tool-button:hover, .chat-tool-button[aria-expanded="true"] { background: transparent; color: #303030; }
.chat-tool-button:focus-visible, .chat-send-button:focus-visible { outline: 2px solid #303030; outline-offset: 2px; }
.chat-emoji-toggle { right: 83px; }
.chat-file-button { color: #777; right: 45px; }
.chat-file-input { display: none !important; }
.chat-send-button { align-items: center; appearance: none; background: transparent; border: 0; border-radius: 0; color: #777; cursor: pointer; display: flex; height: 38px; justify-content: center; padding: 0; position: absolute; right: 7px; top: 50%; transform: translateY(-50%); transition: color .2s, transform .2s; width: 38px; z-index: 1; }
.chat-message-form button:hover:not(:disabled) { background: transparent; color: #303030; }
.chat-send-button:hover:not(:disabled) { background: transparent; color: #303030; transform: translateY(-50%) scale(1.08); }
.chat-send-button:disabled { background: transparent; color: #b9b9b9; cursor: default; }
.chat-icon { display: inline-block; position: relative; }
.chat-icon-emoji { border: 2.2px solid currentColor; border-radius: 50%; font-size: 0; height: 22px; width: 22px; }
.chat-icon-emoji:before { background: currentColor; border-radius: 50%; box-shadow: 8px 0 0 currentColor; content: ''; height: 3px; left: 4px; position: absolute; top: 5px; width: 3px; }
.chat-icon-emoji:after { border-bottom: 2.2px solid currentColor; border-radius: 0 0 10px 10px; bottom: 4px; content: ''; height: 6px; left: 4px; position: absolute; width: 10px; }
.chat-icon-clip { border: 2.5px solid currentColor; border-bottom-color: transparent; border-radius: 12px; height: 24px; transform: rotate(-45deg); width: 14px; }
.chat-icon-clip:after { border: 2.5px solid currentColor; border-bottom-color: transparent; border-radius: 9px; content: ''; height: 15px; left: 2px; position: absolute; top: 2px; width: 6px; }
.chat-icon-send { background: currentColor; clip-path: polygon(0 0, 100% 50%, 0 100%, 24% 56%, 54% 50%, 24% 44%); height: 20px; width: 24px; }
.chat-attachment-icon.chat-icon-clip { flex: 0 0 18px; height: 21px; margin: 0 4px 0 2px; width: 13px; }
.chat-emoji-picker { background: #fff; border: 1px solid #dedcd6; border-radius: 10px; bottom: calc(100% + 7px); box-shadow: 0 8px 24px rgba(0,0,0,.14); display: grid; gap: 2px; grid-template-columns: repeat(6, 1fr); padding: 7px; position: absolute; right: 7px; width: 194px; z-index: 4; }
.chat-emoji-picker button { background: none; border: 0; border-radius: 6px; cursor: pointer; font-size: 20px; height: 29px; padding: 0; width: 29px; }
.chat-emoji-picker button:hover { background: #f1f0ec; }
.chat-attachment-error { color: #b5222c; font-size: 10px; margin: -2px 3px 7px; width: 100%; }
.chat-product-carousel { align-items: center; display: grid; gap: 5px; grid-template-columns: 24px minmax(0, 1fr) 24px; margin: 14px -8px 0; }
.chat-product-recommendation { width: 100%; }
.chat-product-recommendation .chat-product-carousel { margin-left: 0; margin-right: 0; }
.chat-product-arrow { align-items: center; background: transparent; border: 0; color: #303030; cursor: pointer; display: flex; font-size: 28px; height: 32px; justify-content: center; line-height: 1; padding: 0 0 3px; width: 28px; }
.chat-product-arrow:hover { background: transparent; color: #777; }
.chat-product-list { display: flex; gap: 10px; margin: 0; min-width: 0; overflow-x: auto; padding: 0 2px 2px; scrollbar-width: none; }
.chat-product-list::-webkit-scrollbar { display: none; }
.chat-product-item { flex: 0 0 142px; min-width: 0; }
.chat-product-item .product-card { border: 0; }
.chat-product-item .collection-card .product-image { aspect-ratio: 1 / 1; background: #f0f0ee; }
.chat-product-item .collection-card .product-meta { padding: 9px 0 0; }
.chat-product-item .collection-card .product-meta h3 { font-size: 10px; letter-spacing: 0; line-height: 1.35; min-height: 41px; text-transform: none; }
.chat-product-item .collection-card .price { font-size: 11px; }
.chat-product-item .collection-card .compare { font-size: 9px; }
.chat-product-item .collection-card .product-badge { font-size: 8px; left: 6px; padding: 5px 6px; top: 6px; }
.chat-product-item .collection-card .wishlist { display: flex; height: 36px; right: 4px; top: 4px; width: 36px; }
.chat-product-item .collection-card .wishlist-icon { height: 22px; width: 16px; }
.chat-variant-stock { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.chat-variant-chip { align-items: center; background: #fff; border: 1px solid #dedcd6; border-radius: 999px; color: #303030; cursor: pointer; display: inline-flex; gap: 4px; min-height: 24px; padding: 4px 7px; }
.chat-variant-chip span { font-size: 10px; font-weight: 700; line-height: 1; }
.chat-variant-chip small { color: #6f6f6a; font-size: 8px; line-height: 1; }
.chat-variant-chip:hover:not(:disabled) { border-color: #303030; }
.chat-variant-chip.is-disabled, .chat-variant-chip:disabled { color: #a6a49e; cursor: default; opacity: .62; }
.chat-variant-more { align-self: center; color: #777; font-size: 9px; }
.chat-stream-cursor { animation: streamBlink .8s steps(1) infinite; background: currentColor; display: inline-block; height: 15px; margin-left: 3px; vertical-align: -2px; width: 2px; }
.chat-retry { background: none; border: 0; color: #b5222c; cursor: pointer; font-size: 11px; margin-top: 8px; padding: 0; text-decoration: underline; }
.chat-typing { align-items: center; color: #777; display: flex; font-size: 11px; gap: 3px; margin: 12px 0 5px; min-height: 19px; }
.chat-typing i { animation: chatDot 1.1s ease-in-out infinite; background: #8a8984; border-radius: 50%; height: 4px; width: 4px; }
.chat-typing i:nth-of-type(2) { animation-delay: .14s; }
.chat-typing i:nth-of-type(3) { animation-delay: .28s; }
.chat-quick-replies { margin: 13px 0 2px; }
.chat-quick-replies .chat-message-action { background: #fff; border: 0 !important; border-radius: 999px; box-shadow: none; color: #303030; padding: 8px 13px; }
.chat-quick-replies .chat-message-action:hover, .chat-quick-replies .chat-message-action:focus { background: #fff; border: 0 !important; box-shadow: none; color: #111; outline: none; }
.chat-back-bottom { align-items: center; background: #fff; border: 1px solid #d7d5cf; border-radius: 18px; bottom: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.1); color: #303030; cursor: pointer; display: flex; font-size: 11px; gap: 5px; left: 50%; padding: 8px 12px; position: absolute; transform: translateX(-50%); transition: opacity .2s, transform .2s; white-space: nowrap; z-index: 2; }
.chat-back-bottom:hover { background: #303030; border-color: #303030; color: #fff; }
.chat-back-bottom.is-hidden { opacity: 0; pointer-events: none; transform: translate(-50%, 8px); }
.chat-character-count { bottom: 5px; color: #999; font-size: 9px; position: absolute; right: 51px; }
.chat-conversation .chat-powered { bottom: 8px; position: relative; }

@keyframes chatPanelIn { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes chatWideIn { from { width: 400px; } to { width: auto; left: 36px; right: 36px; } }
@keyframes chatMessageIn { from { opacity: 0; transform: translateY(9px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes chatDot { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
@keyframes chatLineWave { 0%, 100% { opacity: .72; transform: scaleX(.72); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes streamBlink { 50% { opacity: 0; } }
@keyframes launcherPulse { 0%, 70%, 100% { box-shadow: 0 2px 8px rgba(0,0,0,.2); } 80% { box-shadow: 0 0 0 8px rgba(48,48,48,.12), 0 4px 12px rgba(0,0,0,.22); } }

@media (prefers-reduced-motion: reduce) {
  .chat-launcher, .chat-launcher-icon span, .chat-launcher-icon span:after, .chat-widget.is-opening, .chat-widget.wide-entering, .chat-message-row.is-entering, .chat-typing i, .chat-stream-cursor { animation: none; }
  .chat-hover-greeting { transition: none; }
  .chat-messages { scroll-behavior: auto; }
}

/* Account sign-in and buyer dashboard. */
.account-page-root { background: #fff; min-height: 100vh; }
.account-page { min-height: calc(100vh - 122px); padding: 72px 24px 96px; }
.account-auth-panel { margin: 0 auto; max-width: 420px; padding: 12px 0 0; text-align: center; }
.account-auth-panel h1, .account-dashboard-head h1 { font-size: 30px; font-weight: 500; letter-spacing: .01em; margin: 8px 0 12px; }
.account-lead { color: #666; font-size: 14px; line-height: 1.6; margin: 0 0 28px; }
.account-lead strong { color: var(--ink); font-weight: 500; }
.account-form { display: grid; gap: 12px; text-align: left; }
.account-form > label:not(.account-optin) { font-size: 12px; font-weight: 500; }
.account-form input[type="email"], .account-form input[inputmode="numeric"] { border: 1px solid #bdbdb8; box-sizing: border-box; font: inherit; height: 48px; padding: 0 14px; width: 100%; }
.account-form input[inputmode="numeric"] { font-size: 22px; letter-spacing: .24em; text-align: center; }
.account-form .button { border: 0; cursor: pointer; margin-top: 6px; width: 100%; }
.account-form .button:disabled { cursor: wait; opacity: .55; }
.account-divider { align-items: center; color: #888; display: flex; gap: 14px; margin: 26px 0 20px; }
.account-divider::before, .account-divider::after { background: #e2e2df; content: ''; height: 1px; flex: 1; }
.shop-login { background: #fff; border: 1px solid #252525; cursor: pointer; font: inherit; height: 48px; width: 100%; }
.account-optin { align-items: flex-start; color: #666; display: flex; font-size: 11px; gap: 8px; line-height: 1.45; margin-top: 10px; }
.account-optin input { margin: 2px 0 0; }
.account-terms, .account-preview { color: #777; font-size: 11px; line-height: 1.6; margin: 24px 0 0; }
.account-terms a { color: var(--ink); text-decoration: underline; }
.account-preview { background: #f2f5ef; color: #50604e; margin-top: 26px; padding: 10px; }
.account-preview strong { letter-spacing: .18em; }
.account-error { background: #fff2f0; color: #a23a2f; font-size: 12px; line-height: 1.5; margin: -8px 0 20px; padding: 11px 12px; }
.account-back { background: transparent; border: 0; color: #555; cursor: pointer; display: block; font-size: 12px; margin: 12px auto 0; text-decoration: underline; }
.account-back:disabled { color: #bbb; cursor: not-allowed; text-decoration: none; }
.account-shell { margin: 0 auto; max-width: 1080px; }
.account-dashboard-head { align-items: flex-end; border-bottom: 1px solid #dcdcd7; display: flex; justify-content: space-between; padding-bottom: 30px; }
.account-dashboard-head h1 { margin-bottom: 7px; }
.account-dashboard-head p:last-child { color: #777; font-size: 12px; margin: 0; }
.account-logout { background: transparent; border: 1px solid #c8c8c2; cursor: pointer; font-size: 11px; letter-spacing: .08em; padding: 12px 18px; text-transform: uppercase; }
.account-layout { display: grid; gap: 56px; grid-template-columns: 190px minmax(0, 1fr); padding-top: 42px; }
.account-tabs { display: grid; align-content: start; gap: 4px; }
.account-tabs button { background: transparent; border: 0; border-left: 2px solid transparent; color: #777; cursor: pointer; font-size: 12px; padding: 13px 14px; text-align: left; }
.account-tabs button.active { border-left-color: #252525; color: #252525; font-weight: 600; }
.account-content { min-width: 0; }
.account-content-head { border-bottom: 1px solid #deded9; margin-bottom: 28px; padding-bottom: 18px; }
.account-content h2, .account-welcome h2 { font-size: 25px; font-weight: 500; margin: 7px 0 0; }
.account-welcome { background: #fff; border: 1px solid #e2e2df; padding: 30px; }
.account-welcome p:last-child { color: #777; font-size: 13px; margin: 10px 0 0; }
.account-quick-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.account-quick-grid button, .account-quick-grid a { background: #fff; border: 1px solid #e2e2df; color: var(--ink); display: grid; gap: 8px; padding: 20px; text-align: left; }
.account-quick-grid button { cursor: pointer; font: inherit; }
.account-quick-grid strong { font-size: 14px; font-weight: 500; }
.account-quick-grid span { color: #777; font-size: 11px; }
.account-quick-grid b { font-size: 18px; font-weight: 400; justify-self: end; }
.account-empty { border: 1px dashed #d0d0ca; padding: 48px 24px; text-align: center; }
.account-empty-icon { color: #888; display: block; font-size: 26px; margin-bottom: 14px; }
.account-empty h3 { font-size: 17px; font-weight: 500; margin: 0 0 8px; }
.account-empty p { color: #777; font-size: 12px; margin: 0 0 22px; }
.account-empty .button, .account-content > .button { border: 0; cursor: pointer; display: inline-block; text-decoration: none; }
.account-loading { color: #777; font-size: 13px; }
.account-order-list { display: grid; gap: 10px; }
.account-order { border: 1px solid #e2e2df; display: grid; gap: 10px; padding: 16px 18px; }
.account-order > div { display: flex; gap: 14px; justify-content: space-between; }
.account-order > div span, .account-order small { color: #777; font-size: 12px; }
.account-order > strong { font-size: 14px; font-weight: 600; }
.account-order small { line-height: 1.45; }
.account-detail-list { background: #fff; border: 1px solid #e2e2df; margin-bottom: 18px; }
.account-detail-list div { display: flex; justify-content: space-between; padding: 18px 20px; }
.account-detail-list div + div { border-top: 1px solid #ecece8; }
.account-detail-list span { color: #777; font-size: 12px; }
.account-detail-list strong { font-size: 13px; font-weight: 500; }
@media (max-width: 620px) {
  .account-page { padding: 34px 16px 60px; }
  .account-auth-panel { padding: 34px 22px 30px; }
  .account-auth-panel h1 { font-size: 25px; }
  .account-dashboard-head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .account-layout { display: block; padding-top: 24px; }
  .account-tabs { display: flex; gap: 0; margin: 0 -16px 28px; overflow-x: auto; padding: 0 16px 1px; }
  .account-tabs button { border-bottom: 2px solid transparent; border-left: 0; flex: 0 0 auto; padding: 11px 14px; }
  .account-tabs button.active { border-bottom-color: #252525; }
  .account-quick-grid { grid-template-columns: 1fr; }
}

/* Final checkout overrides: these match the captured Shopify checkout geometry. */
.checkout-page { color: #000; font-family: var(--font); }
.checkout-header { height: 75px; padding: 0 32px; position: relative; }
.checkout-header .checkout-logo { left: 50%; position: absolute; transform: translateX(-50%); width: 200px; }
.checkout-header .checkout-logo img { height: 60px; object-fit: contain; }
.checkout-cart-link { color: #252525; margin-left: auto; }
.checkout-cart-link .checkout-bag-svg { height: 21px; width: 19px; }
.checkout-layout { display: grid; gap: 0; grid-template-columns: minmax(0, 532px) minmax(0, 448px); max-width: min(980px, 100%); width: 100%; }
.checkout-main { max-width: none; padding: 40px 32px 60px 0; }
.checkout-summary { border-left: 1px solid #d8d8d8; min-height: calc(100vh - 75px); padding: 40px 48px 60px; }
.checkout-summary-body h2 { display: none; }
.checkout-product-list { padding: 0 0 20px; }
.checkout-product-line { grid-template-columns: 62px minmax(0, 1fr) auto; padding: 0 0 16px; }
.checkout-product-image, .checkout-product-image img { border-radius: 12px; }
.checkout-product-copy strong { font-size: 14px; }
.checkout-product-copy small { font-size: 12px; }
.checkout-product-price { font-size: 13px; }
.checkout-discount { border: 0; padding: 0 0 25px; }
.checkout-discount label { clip: rect(0 0 0 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.checkout-discount input { border: 1px solid #d4d4d4; border-radius: 12px; font-size: 14px; height: 47px; }
.checkout-discount button { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; color: #777; font-size: 13px; }
.checkout-costs { border-top: 1px solid #ddd; margin: 0; padding-top: 14px; }
.checkout-costs div { padding: 5px 0; }
.checkout-total { border-top: 0; margin-top: 13px; padding-top: 10px !important; }
.checkout-total dd { font-size: 16px; }
.checkout-steps { margin-bottom: 35px; }
.checkout-section { border-bottom: 0; padding-bottom: 25px; }
.checkout-section + .checkout-section { padding-top: 27px; }
.checkout-section-heading { margin-bottom: 13px; }
.checkout-section h2, .checkout-finalize h2 { font-size: 20px; font-weight: 400; }
.checkout-express { padding-bottom: 0; }
.checkout-express h2 { color: #666; font-size: 14px; font-weight: 400; margin-bottom: 14px; }
.checkout-express-buttons { gap: 9px; grid-template-columns: repeat(4, 1fr); }
.checkout-express-buttons button { align-items: center; background: #e5e5e5; border-radius: 12px; display: flex; height: 48px; justify-content: center; }
.checkout-express-buttons button:hover { background: #d9d9d9; }
.checkout-express-buttons button img { height: 24px; max-width: 72px; object-fit: contain; }
.express-shop { color: #fff; font-size: 17px !important; font-weight: 600; }
.express-shop span { font-weight: 400; }
.checkout-or { color: #777; margin: 27px 0 24px; }
.checkout-field { margin-top: 10px; position: relative; }
.checkout-field > span { display: none; }
.checkout-field select + span { color: #555; display: block; font-size: 11px; left: 11px; position: absolute; top: 6px; }
.checkout-field input, .checkout-field select { border: 1px solid #d1d1d1; border-radius: 12px; font-size: 14px; height: 48px; padding: 0 11px; }
.checkout-field select { background: #fff url('/assets/checkout-select-arrow.svg') right 15px center / 11px 7px no-repeat; padding-top: 12px; }
.checkout-field input::placeholder { color: #555; opacity: 1; }
.checkout-field input:focus, .checkout-field select:focus { border-color: #000; box-shadow: 0 0 0 1px #000; }
.checkout-field-icon { height: 18px; position: absolute; right: 13px; top: 15px; width: 18px; }
.checkout-field .checkout-svg-icon:not(.checkout-field-icon) { height: 18px; position: absolute; right: 10px; top: 15px; width: 18px; }
.checkout-field:has(input:not(:placeholder-shown)) > span { background: #fff; display: block; font-size: 10px; left: 9px; padding: 0 3px; position: absolute; top: -5px; z-index: 1; }
.checkout-field:has(input:not(:placeholder-shown)) input { padding-top: 6px; }
.checkout-checkbox { color: #222; font-size: 13px; margin-top: 11px; }
.checkout-checkbox input { border-radius: 8px; height: 20px; width: 20px; }
.checkout-shipping-method { margin-top: 29px; }
.checkout-shipping-method h3 { font-size: 16px; font-weight: 400; margin-bottom: 10px; }
.checkout-shipping-message { background: #f5f5f5; border: 0; border-radius: 12px; color: #666; font-size: 14px; min-height: 48px; padding: 15px 12px; text-align: center; }
.checkout-muted { font-size: 12px; }
.checkout-payment-list { border: 1px solid #d1d1d1; border-radius: 12px; }
.checkout-payment-option { min-height: 55px; padding: 12px; }
.checkout-payment-option:first-child { border-radius: 12px 12px 0 0; }
.checkout-payment-option:last-child { border-radius: 0 0 12px 12px; }
.checkout-payment-option > strong { font-size: 13px; }
.checkout-card-fields { padding: 5px 12px 14px; }
.checkout-billing { margin-top: 12px; }
.checkout-finalize { padding-top: 17px; }
.checkout-order-button { background: #303030; border-radius: 12px; font-size: 15px; min-height: 56px; }
.checkout-terms { font-size: 11px; }
.checkout-footer { margin-top: 30px; }
.checkout-svg-icon { display: block; object-fit: contain; }
.checkout-bag-svg { height: 19px; width: 18px; }
.checkout-summary-toggle .checkout-bag-svg { filter: grayscale(1); }

@media (max-width: 760px) {
  .checkout-header { height: 75px; padding: 0 20px; }
  .checkout-header .checkout-logo { width: 156px; }
  .checkout-layout { display: flex; flex-direction: column; max-width: none; }
  .checkout-main { order: 2; padding: 0 20px 40px; }
  .checkout-summary { border: 0; min-height: 0; order: 1; padding: 0; }
  .checkout-summary-body { padding: 20px; }
  .checkout-summary-toggle { border-radius: 0; }
  .checkout-steps { margin-top: 28px; }
}

/* Checkout visual alignment based on the captured Shopify checkout viewport. */
.checkout-page { font-family: var(--font); color: #000; }
.checkout-header { height: 75px; padding: 0 32px; position: relative; }
.checkout-header .checkout-logo { left: 50%; position: absolute; transform: translateX(-50%); width: 200px; }
.checkout-cart-link { color: #252525; margin-left: auto; }
.checkout-cart-link .checkout-bag-svg { height: 21px; width: 19px; }
.checkout-layout { gap: 0; grid-template-columns: minmax(0, 532px) minmax(0, 448px); max-width: min(980px, 100%); width: 100%; }
.checkout-main { max-width: none; padding: 40px 32px 60px 0; }
.checkout-summary { border-left: 1px solid #d8d8d8; min-height: calc(100vh - 75px); padding: 40px 48px 60px; }
.checkout-summary-body h2 { border: 0; font-size: 0; height: 0; margin: 0; overflow: hidden; padding: 0; }
.checkout-product-list { padding: 0 0 20px; }
.checkout-product-line { grid-template-columns: 62px minmax(0, 1fr) auto; padding: 0 0 16px; }
.checkout-product-line + .checkout-product-line { padding-top: 0; }
.checkout-product-image { border-radius: 12px; }
.checkout-product-image img { border-radius: 11px; }
.checkout-product-copy strong { font-size: 14px; }
.checkout-product-copy small { font-size: 12px; }
.checkout-product-price { font-size: 13px; }
.checkout-discount { border: 0; padding: 0 0 25px; }
.checkout-discount label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.checkout-discount input { border: 1px solid #d4d4d4; border-radius: 12px; font-size: 14px; height: 47px; }
.checkout-discount button { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; color: #777; font-size: 13px; }
.checkout-costs { border-top: 1px solid #ddd; margin: 0; padding-top: 14px; }
.checkout-costs div { padding: 5px 0; }
.checkout-total { border-top: 0; margin-top: 13px; padding-top: 10px !important; }
.checkout-total dd { font-size: 16px; }
.checkout-steps { margin-bottom: 35px; }
.checkout-section { border-bottom: 0; padding-bottom: 25px; }
.checkout-section + .checkout-section { padding-top: 27px; }
.checkout-section-heading { margin-bottom: 13px; }
.checkout-section h2, .checkout-finalize h2 { font-size: 20px; font-weight: 500; }
.checkout-express { padding-bottom: 0; }
.checkout-express h2 { color: #666; font-size: 14px; font-weight: 400; margin-bottom: 14px; }
.checkout-express-buttons { gap: 9px; grid-template-columns: repeat(4, 1fr); }
.checkout-express-buttons button { background: #e5e5e5; border-radius: 12px; height: 48px; }
.checkout-express-buttons button:hover { background: #d9d9d9; }
.checkout-express-buttons button:focus-visible { outline: 2px solid #222; outline-offset: 2px; }
.checkout-or { color: #777; margin: 27px 0 24px; }
.checkout-field { margin-top: 10px; position: relative; }
.checkout-field > span { display: none; }
.checkout-field select + span { color: #555; display: block; font-size: 12px; left: 11px; position: absolute; top: 6px; }
.checkout-field input, .checkout-field select { border: 1px solid #d1d1d1; border-radius: 12px; font-size: 14px; height: 48px; padding: 0 11px; }
.checkout-field select { background-color: #fff; background-image: url('/assets/checkout-select-arrow.svg'); background-position: right 15px center; background-repeat: no-repeat; background-size: 11px 7px; padding-top: 12px; }
.checkout-field input::placeholder { color: #555; opacity: 1; }
.checkout-field input:focus, .checkout-field select:focus { border-color: #000; box-shadow: 0 0 0 1px #000; }
.checkout-field-icon { height: 18px; position: absolute; right: 13px; top: 15px; width: 18px; }
.checkout-field .checkout-svg-icon:not(.checkout-field-icon) { height: 18px; position: absolute; right: 10px; top: 15px; width: 18px; }
.checkout-field:has(input:not(:placeholder-shown)) > span { background: #fff; display: block; font-size: 10px; left: 9px; padding: 0 3px; position: absolute; top: -5px; z-index: 1; }
.checkout-field:has(input:not(:placeholder-shown)) input { padding-top: 6px; }
.checkout-checkbox { color: #222; font-size: 13px; margin-top: 11px; }
.checkout-checkbox input { border-radius: 8px; height: 20px; width: 20px; }
.checkout-shipping-method { margin-top: 29px; }
.checkout-shipping-method h3 { font-size: 16px; font-weight: 400; margin-bottom: 10px; }
.checkout-shipping-message { background: #f5f5f5; border: 0; border-radius: 12px; color: #666; font-size: 14px; min-height: 48px; padding: 15px 12px; text-align: center; }
.checkout-shipping-choice { text-align: left; }
.checkout-muted { font-size: 12px; }
.checkout-payment-list { border: 1px solid #d1d1d1; border-radius: 12px; }
.checkout-payment-option { min-height: 55px; padding: 12px; }
.checkout-payment-option:first-child { border-radius: 12px 12px 0 0; }
.checkout-payment-option:last-child { border-radius: 0 0 12px 12px; }
.checkout-payment-option > strong { font-size: 13px; }
.checkout-card-fields { padding: 5px 12px 14px; }
.checkout-billing { margin-top: 12px; }
.checkout-finalize { padding-top: 17px; }
.checkout-order-button { background: #303030; border-radius: 12px; font-size: 15px; min-height: 56px; }
.checkout-terms { font-size: 11px; }
.checkout-footer { margin-top: 30px; }
.checkout-svg-icon { display: block; object-fit: contain; }
.checkout-bag-svg { height: 19px; width: 18px; }
.checkout-summary-toggle .checkout-bag-svg { filter: grayscale(1); }

@media (max-width: 760px) {
  .checkout-header { height: 75px; padding: 0 20px; }
  .checkout-header .checkout-logo { width: 156px; }
  .checkout-layout { display: flex; max-width: none; }
  .checkout-main { padding: 0 20px 40px; }
  .checkout-summary { padding: 0; }
  .checkout-summary-body { padding: 20px; }
  .checkout-summary-toggle { border-radius: 0; }
  .checkout-steps { margin-top: 28px; }
  .checkout-express-buttons { grid-template-columns: repeat(4, 1fr); }
  .checkout-field input, .checkout-field select { border-radius: 12px; }
}

/* Give desktop users a wider conversation surface without changing the mobile widget. */
@media (min-width: 1200px) {
  .chat-widget.conversation-mode.wide-mode {
    border-radius: 32px 20px 28px 24px / 24px 32px 20px 28px;
    bottom: 30px;
    height: min(760px, calc(100dvh - 60px));
    left: 36px;
    right: 36px;
    transition: width .36s cubic-bezier(.2,.8,.2,1), height .36s ease;
    width: auto;
  }

  .chat-widget.conversation-mode.wide-mode.wide-entering { animation: chatWideIn .36s cubic-bezier(.2,.8,.2,1) both; }

  .chat-widget.conversation-mode.wide-mode .chat-header { height: 72px; padding: 0 26px; }
  .chat-widget.conversation-mode.wide-mode .chat-messages { padding: 20px 26px 12px; }
  .chat-widget.conversation-mode.wide-mode .chat-message-row { max-width: min(680px, 82%); }
  .chat-widget.conversation-mode.wide-mode .chat-message-row.has-products { max-width: none; }
  .chat-widget.conversation-mode.wide-mode .chat-message-row.has-products > .chat-message { max-width: 82%; }
  .chat-widget.conversation-mode.wide-mode .chat-message-form { margin-left: 24px; margin-right: 24px; }
  .chat-widget.conversation-mode.wide-mode .chat-message-form input { height: 60px; }
  .chat-widget.conversation-mode.wide-mode .chat-product-carousel { gap: 8px; margin-top: 18px; }
  .chat-widget.conversation-mode.wide-mode .chat-product-arrow { flex: 0 0 28px; }
  .chat-widget.conversation-mode.wide-mode .chat-product-list { gap: 14px; overflow-x: auto; padding: 0 2px 4px; }
  .chat-widget.conversation-mode.wide-mode .chat-product-item { flex-basis: 168px; min-width: 168px; }
  .chat-widget.conversation-mode.wide-mode .chat-product-item .collection-card .product-meta { padding-top: 11px; }
  .chat-widget.conversation-mode.wide-mode .chat-product-item .collection-card .product-meta h3 { font-size: 11px; min-height: 45px; }
  .chat-widget.conversation-mode.wide-mode .chat-request-panel > header { min-height: 72px; padding-left: 26px; padding-right: 26px; }
  .chat-widget.conversation-mode.wide-mode .chat-request-scroll { padding: 24px 26px; }
  .chat-widget.conversation-mode.wide-mode .chat-request-footer { padding-left: 26px; padding-right: 26px; }
}

@media (max-width: 720px) {
  .cookie-gate { grid-template-columns: 1fr; padding: 16px; }
  .cookie-gate-actions { justify-content: stretch; }
  .cookie-gate .button { flex: 1 1 auto; }
}

@media (max-width: 620px) {
  .chat-launcher { bottom: 16px; height: 38px; right: 30px; width: 38px; }
  .chat-launcher-icon { height: 38px; width: 38px; }
  .whatsapp-launcher { bottom: 70px; right: 30px; }
  .whatsapp-launcher img { height: 38px; width: 38px; }
  .chat-widget { border-radius: 0; bottom: 0; height: 100dvh; left: 0; right: 0; width: auto; }
  .chat-onboarding-top { border-radius: 0; height: 422px; padding-top: 72px; }
  .chat-form-card { left: 24px; padding: 34px 32px 30px; right: 24px; top: 263px; }
  .chat-header { height: 64px; padding: 0 20px; }
  .chat-messages { padding-left: 20px; padding-right: 20px; }
  .chat-message-form { margin-bottom: 4px; }
}

/* Shopify-style checkout shell. It intentionally has its own surface instead of the storefront header/footer. */
.checkout-page { background: #fff; color: #303030; min-height: 100vh; }
.checkout-frame { min-height: 100vh; }
.checkout-header { align-items: center; border-bottom: 1px solid #e1e1e1; display: flex; height: 74px; justify-content: space-between; padding: 0 5vw; }
.checkout-logo { display: block; width: 154px; }
.checkout-logo img { display: block; width: 100%; }
.checkout-cart-link { align-items: center; color: #555; display: inline-flex; font-size: 13px; gap: 8px; }
.checkout-bag-icon { border: 1px solid currentColor; display: inline-block; height: 17px; position: relative; width: 16px; }
.checkout-bag-icon:before { border: 1px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; content: ''; height: 6px; left: 3px; position: absolute; top: -6px; width: 8px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); margin: 0 auto; max-width: min(1240px, 100%); min-height: calc(100vh - 74px); width: 100%; }
.checkout-main { max-width: 620px; padding: 38px 5vw 60px 0; width: 100%; }
.checkout-summary { background: #f7f7f7; border-left: 1px solid #e1e1e1; min-height: calc(100vh - 74px); padding: 46px 5vw 60px 44px; }
.checkout-summary-toggle { display: none; }
.checkout-summary-body h2, .checkout-section h2, .checkout-finalize h2 { color: #303030; font-size: 18px; font-weight: 600; letter-spacing: 0; margin: 0; }
.checkout-steps { color: #777; display: flex; font-size: 11px; gap: 24px; margin: 0 0 34px; }
.checkout-steps span { position: relative; }
.checkout-steps span + span:before { content: '›'; left: -15px; position: absolute; }
.checkout-steps .active { color: #303030; font-weight: 600; }
.checkout-section { border-bottom: 1px solid #e1e1e1; padding: 0 0 28px; }
.checkout-section + .checkout-section { padding-top: 28px; }
.checkout-section-heading { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 16px; }
.checkout-section-heading a { color: #4a5d87; font-size: 12px; text-decoration: underline; }
.checkout-express h2 { margin-bottom: 14px; text-align: center; }
.checkout-express-buttons { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.checkout-express-buttons button { border: 0; border-radius: 4px; cursor: pointer; height: 48px; font-size: 16px; font-weight: 700; }
.express-shop { background: #5a31f4; color: #fff; }
.express-paypal { background: #ffc439; color: #073b7d; font-style: italic; }
.express-google { background: #000; color: #fff; }
.checkout-or { align-items: center; color: #777; display: flex; font-size: 10px; gap: 14px; margin: 24px 0; }
.checkout-or:before, .checkout-or:after { background: #e1e1e1; content: ''; flex: 1; height: 1px; }
.checkout-field { display: block; margin-top: 13px; }
.checkout-field > span { color: #535353; display: block; font-size: 11px; margin: 0 0 5px; }
.checkout-field input, .checkout-field select, .checkout-discount input { appearance: none; background: #fff; border: 1px solid #b9b9b9; border-radius: 4px; color: #303030; font-size: 13px; height: 47px; outline: 0; padding: 0 12px; width: 100%; }
.checkout-field input:focus, .checkout-field select:focus, .checkout-discount input:focus { border-color: #4a5d87; box-shadow: 0 0 0 1px #4a5d87; }
.checkout-field select { background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 34px; }
.checkout-field-row { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checkout-checkbox { align-items: flex-start; color: #555; display: flex; font-size: 11px; gap: 9px; line-height: 1.4; margin-top: 14px; }
.checkout-checkbox input { accent-color: #303030; flex: 0 0 auto; height: 15px; margin: 0; width: 15px; }
.checkout-shipping-method { margin-top: 30px; }
.checkout-shipping-method h3 { font-size: 16px; font-weight: 600; margin: 0 0 12px; }
.checkout-shipping-message { background: #f7f7f7; border: 1px solid #d3d3d3; border-radius: 4px; color: #777; font-size: 12px; padding: 16px; }
.checkout-shipping-choice { align-items: center; color: #303030; display: flex; gap: 10px; justify-content: space-between; }
.checkout-shipping-choice > span { display: flex; flex-direction: column; gap: 4px; }
.checkout-shipping-choice small { color: #777; }
.checkout-shipping-choice input { accent-color: #303030; }
.checkout-muted { color: #777; font-size: 11px; margin: 8px 0 15px; }
.checkout-payment-list { border: 1px solid #d3d3d3; border-radius: 4px; overflow: hidden; }
.checkout-payment-option { align-items: center; background: #fff; border: 0; border-bottom: 1px solid #e1e1e1; cursor: pointer; display: flex; flex-wrap: wrap; gap: 9px; min-height: 56px; padding: 12px 14px; text-align: left; width: 100%; }
.checkout-payment-option:last-child { border-bottom: 0; }
.checkout-payment-option.active { background: #fafafa; }
.checkout-payment-option > strong { font-size: 12px; font-weight: 600; }
.checkout-payment-option > span:not(.checkout-radio):not(.checkout-card-marks) { color: #777; font-size: 10px; }
.checkout-radio { border: 1px solid #858585; border-radius: 50%; display: inline-block; height: 16px; position: relative; width: 16px; }
.checkout-payment-option.active .checkout-radio:after { background: #303030; border-radius: 50%; content: ''; height: 8px; left: 3px; position: absolute; top: 3px; width: 8px; }
.checkout-card-marks { color: #555; font-size: 9px; margin-left: auto; white-space: nowrap; }
.checkout-paypal-mark { color: #1264aa; font-size: 12px; font-style: italic; margin-left: auto; }
.checkout-afterpay-mark { color: #111; font-size: 11px; margin-left: auto; }
.checkout-klarna-mark { color: #111; font-size: 12px; margin-left: auto; }
.checkout-card-fields { background: #f7f7f7; border-top: 1px solid #d3d3d3; padding: 4px 14px 14px; }
.checkout-billing { margin-bottom: 0; }
.checkout-finalize { padding-top: 28px; }
.checkout-error { background: #fff0f0; border: 1px solid #d87979; border-radius: 4px; color: #9e2424; font-size: 12px; margin: 14px 0; padding: 10px 12px; }
.checkout-order-button, .checkout-primary-button { align-items: center; background: #303030; border: 0; border-radius: 4px; color: #fff; cursor: pointer; display: flex; font-size: 14px; font-weight: 600; justify-content: space-between; min-height: 56px; padding: 0 20px; text-align: center; width: 100%; }
.checkout-order-button:hover, .checkout-primary-button:hover { background: #111; }
.checkout-terms { color: #777; font-size: 10px; line-height: 1.5; margin: 13px 0 0; text-align: center; }
.checkout-terms a, .checkout-footer a { color: #4a5d87; text-decoration: underline; }
.checkout-footer { display: flex; flex-wrap: wrap; font-size: 10px; gap: 18px; margin-top: 38px; }
.checkout-summary-body h2 { border-bottom: 1px solid #ddd; padding-bottom: 20px; }
.checkout-product-list { list-style: none; margin: 0; padding: 18px 0 10px; }
.checkout-product-line { align-items: center; display: grid; gap: 13px; grid-template-columns: 62px minmax(0, 1fr) auto; padding: 8px 0; }
.checkout-product-image { background: #e9e9e9; border: 1px solid #d2d2d2; border-radius: 5px; height: 62px; position: relative; width: 62px; }
.checkout-product-image img { border-radius: 4px; display: block; height: 100%; object-fit: cover; width: 100%; }
.checkout-product-image span { align-items: center; background: #6e6e6e; border-radius: 50%; color: #fff; display: flex; font-size: 10px; height: 19px; justify-content: center; position: absolute; right: -8px; top: -8px; width: 19px; }
.checkout-product-copy { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.checkout-product-copy strong { font-size: 12px; font-weight: 500; line-height: 1.35; }
.checkout-product-copy small { color: #777; font-size: 10px; }
.checkout-product-price { font-size: 12px; font-weight: 500; white-space: nowrap; }
.checkout-discount { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; padding: 20px 0; }
.checkout-discount label { display: block; font-size: 11px; margin-bottom: 8px; }
.checkout-discount div { display: flex; gap: 8px; }
.checkout-discount input { height: 42px; }
.checkout-discount button { background: #e6e6e6; border: 0; border-radius: 4px; color: #777; cursor: pointer; font-size: 11px; font-weight: 600; padding: 0 18px; }
.checkout-costs { font-size: 12px; margin: 18px 0 0; }
.checkout-costs div { display: flex; justify-content: space-between; padding: 8px 0; }
.checkout-costs dt, .checkout-costs dd { margin: 0; }
.checkout-costs dt { color: #555; }
.checkout-costs dd { color: #303030; }
.checkout-total { border-top: 1px solid #d2d2d2; font-size: 15px; margin-top: 12px; padding-top: 20px !important; }
.checkout-total dt { color: #303030; font-weight: 600; }
.checkout-total dd { font-size: 18px; }
.checkout-total small { color: #777; font-size: 10px; font-weight: 400; }
.checkout-empty, .checkout-success { align-items: center; display: flex; flex-direction: column; min-height: 100vh; padding: 28px 24px; text-align: center; }
.checkout-empty > div, .checkout-success > div { margin: auto; max-width: 420px; width: 100%; }
.checkout-empty h1, .checkout-success h1 { font-size: 30px; margin: 24px 0 10px; }
.checkout-empty p, .checkout-success p { color: #666; font-size: 14px; line-height: 1.5; }
.checkout-primary-button { display: inline-flex; justify-content: center; margin-top: 16px; max-width: 280px; }
.checkout-success-mark { align-items: center; background: #303030; border-radius: 50%; color: #fff; display: flex; font-size: 28px; height: 64px; justify-content: center; margin: auto auto 18px; width: 64px; }
.checkout-kicker { color: #777 !important; font-size: 11px !important; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 760px) {
  .checkout-header { height: 66px; padding: 0 20px; }
  .checkout-logo { width: 126px; }
  .checkout-layout { display: flex; flex-direction: column; min-height: 0; }
  .checkout-main { max-width: none; order: 2; padding: 0 20px 40px; }
  .checkout-summary { border: 0; min-height: 0; order: 1; padding: 0; }
  .checkout-summary-toggle { align-items: center; background: #f7f7f7; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; color: #4a5d87; display: flex; font-size: 12px; justify-content: space-between; padding: 18px 20px; width: 100%; }
  .checkout-summary-toggle > span { align-items: center; display: flex; gap: 8px; }
  .checkout-summary-toggle strong { color: #303030; font-size: 12px; }
  .checkout-summary-body { display: none; padding: 20px; }
  .checkout-summary.is-open .checkout-summary-body { display: block; }
  .checkout-summary-body h2 { font-size: 16px; }
  .checkout-steps { margin: 26px 0 28px; }
  .checkout-express-buttons { gap: 7px; }
  .checkout-express-buttons button { font-size: 13px; }
  .checkout-product-line { grid-template-columns: 54px minmax(0, 1fr) auto; }
  .checkout-product-image { height: 54px; width: 54px; }
  .checkout-footer { justify-content: center; margin-top: 28px; }
}

@media (max-width: 900px) {
  .site-header > .brand { left: auto; position: static; transform: none; }
  .site-header > .header-actions { position: static; right: auto; }
  .site-header { padding: 0 22px; }
  .header-links { gap: 0; }
  .brand { width: max-content; }
  .brand-icon,
  .site-header .brand img { height: 32px; max-height: 32px; max-width: 32px; width: 32px; }
  .brand-text span { font-size: 18px; }
  .brand-text small { font-size: 8px; }
  .header-actions { gap: 12px; }
  .header-control:first-child { display: none; }
  .search-box { width: 170px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item, .trust-item + .trust-item { gap: 22px; padding-left: 24px; padding-right: 24px; }
  .trust-item:first-child { padding-left: 0; }
  .trust-item:last-child { padding-right: 0; }
  .trust-icon { height: 64px; width: 64px; }
  .trust-icon svg { height: 30px; width: 30px; }
  .trust-item h3 { font-size: 15px; }
  .collection-loading { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .search-category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-newsletter { grid-column: span 2; }
  .footer-utility { align-items: start; grid-template-columns: 1fr; margin-top: 56px; }
  .payment-list { justify-content: flex-start; }
  .pdp-layout { display: flex; flex-direction: column; gap: 28px; }
  .pdp-gallery { display: flex; flex-direction: column; margin: 0; width: 100%; }
  .pdp-thumbs-rail { flex-direction: row; gap: 8px; order: 2; width: 100%; }
  .pdp-thumbs-arrow { height: 84px; width: 22px; }
  .pdp-thumbs-window { flex: 1 1 auto; height: 84px; overflow: hidden; width: auto; }
  .pdp-thumbs { display: flex; flex-direction: row; gap: 8px; height: 84px; max-height: none; transform: translateX(calc(var(--pdp-thumb-offset, 0) * -92px)); }
  .pdp-thumb { flex: 0 0 84px; height: 84px; }
  .pdp-media-stack { order: 1; overflow: hidden; width: 100%; }
  .pdp-media-track { transition-duration: .38s; width: 100%; }
  .pdp-media-slide { flex: 0 0 100%; margin: 0; min-width: 100%; }
  .pdp-media-slide img { aspect-ratio: 1 / 1; }
  .pdp-arrow { display: none; }
  .pdp-info { padding: 0; position: static; }
}

@media (min-width: 1140px) {
  .drawer-backdrop { bottom: 0; left: 0; right: 0; top: 114px; }
  .desktop-menu-trigger { display: block; }
  .header-links { left: 0; }
  .nav-trigger { padding-left: 92px !important; }
  .mega-menu { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); left: 0; right: 0; width: auto; }
  .menu-panel { bottom: 0; max-width: none; overflow: visible; top: 114px; width: 680px; }
  .source-menu-desktop { display: flex; height: 100%; width: 680px; }
  .source-menu-mobile { display: none; }
  .source-menu-column { background: #fff; display: flex; flex-direction: column; min-height: calc(100vh - 114px); position: relative; width: 340px; }
  .source-menu-cards { flex: 0 0 auto; }
  .source-menu-tools { flex: 0 0 auto; }
}

@media (min-width: 901px) and (max-width: 1139px) {
  .menu-panel { max-width: 340px; width: 340px; }
  .source-menu-mobile { display: block; }
  .source-menu-desktop { display: none; }
}

@media (max-width: 1139px) {
  .header-links { display: none; }
  .mobile-menu { background: none; border: 0; cursor: pointer; display: block; font-size: 21px; padding: 5px 14px 5px 0; }
}
@media (max-width: 620px) {
  .product-page { overflow-x: hidden; }
  .promo-bar { font-size: 9px; gap: 18px; padding: 0 12px; }
  .promo-bar span:nth-child(2) { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; min-height: 68px; padding: 0 16px; }
  .mobile-menu { background: none; border: 0; cursor: pointer; display: block; font-size: 21px; padding: 5px 14px 5px 0; }
  .header-links { display: none; }
  .desktop-menu-trigger { display: none; }
  .site-header > .brand { justify-self: center; left: auto; position: static; transform: none; width: max-content; }
  .brand-icon,
  .site-header .brand img { height: 30px; max-height: 30px; max-width: 30px; width: 30px; }
  .brand-text { gap: 1px 8px; }
  .brand-text span { font-size: 15px; }
  .brand-text small { font-size: 7px; letter-spacing: .16em; }
  .site-header > .header-actions { position: static; right: auto; }
  .header-actions { gap: 14px; }
  .search-box { border: 0; height: auto; width: auto; }
  .search-box input { display: none; }
  .search-box button { padding: 0; }
  .header-control { display: none; }
  .home-page .site-header, .home-page .site-header:has(.search-box-wrapper.search-open) { margin-bottom: -96px; }
  .hero { min-height: 560px; }
  .hero-content { align-items: flex-end; padding: 108px 18px 118px; }
  .hero h1, .hero-kicker { font-size: clamp(28px, 8.2vw, 40px); }
  .hero-subtitle { font-size: clamp(14px, 3.8vw, 17px); margin-top: 12px; max-width: 28ch; }
  .hero-code { font-size: clamp(13px, 3.6vw, 16px); max-width: 28ch; }
  .hero .cta-row { gap: 10px; margin-top: 22px; }
  .hero .button { min-width: 132px; }
  .hero-footer { bottom: 20px; }
  .ticker { justify-content: flex-start; font-size: 10px; gap: 35px; overflow-x: auto; }
  .section { padding: 48px 16px; }
  .search-category-results { padding: 40px 16px 0; }
  .search-product-results { padding-top: 40px; }
  .collection-nav-wrap { padding: 0 26px; }
  .collection-nav { gap: 10px; padding: 0 0 32px; width: 100%; }
  .collection-nav a { font-size: 10px; padding: 10px 16px; }
  .collection-nav-arrow { height: 36px; width: 22px; }
  .collection-nav-prev { left: 2px; }
  .collection-nav-next { right: 2px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 13px; }
  .section-head h2 { font-size: 23px; }
  .category-card { min-height: 240px; }
  .collection-loading { grid-template-columns: repeat(2, 1fr); }
  .home-answer { padding: 8px 16px 40px; }
  .home-answer-grid { grid-template-columns: 1fr; gap: 16px; }
  .trust-band { padding-top: 44px; padding-bottom: 44px; }
  .trust-grid { gap: 0; grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:last-child, .trust-item + .trust-item { border-bottom: 0; border-right: 0; gap: 20px; padding: 0 0 28px; }
  .trust-item:last-child { padding-bottom: 0; }
  .trust-item .trust-copy > p:last-child { max-width: 36ch; }
  .editorial { grid-template-columns: 1fr; }
  .editorial-main, .editorial-side { min-height: 330px; }
  .newsletter { display: block; min-height: auto; padding: 48px 22px; }
  .newsletter h2 { font-size: 34px; }
  .signup { margin-top: 30px; }
  .footer { padding: 48px 20px 26px; }
  .footer-grid { display: block; }
  .footer-newsletter { max-width: none; padding-bottom: 34px; }
  .footer-column { border-top: 1px solid #3b3b3b; }
  .footer-column summary { align-items: center; cursor: pointer; display: flex; justify-content: space-between; padding: 18px 0; }
  .footer-column summary::after { content: '+'; font-size: 18px; font-weight: 400; }
  .footer-column[open] summary::after { content: '−'; }
  .footer-link-list { margin: -2px 0 14px; }
  .footer-link-list a { padding: 7px 0; }
  .footer-utility { gap: 20px; margin-top: 34px; padding-top: 22px; }
  .footer-utility-left { align-items: flex-start; flex-direction: column; gap: 17px; }
  .payment-list { gap: 5px; justify-content: flex-start; }
  .drawer { padding: 20px; }
  .menu-panel { width: min(84vw, 315px); }
  .product-page .site-header { min-height: 76px; }
  .pdp-page { padding: 0 0 60px; }
  .pdp-breadcrumb { font-size: 9px; line-height: 1.3; margin: 0; min-height: 45.7px; padding: 8px 10px; }
  .pdp-layout { display: flex; flex-direction: column; gap: 28px; }
  .pdp-gallery { display: flex; flex-direction: column; margin: 0; width: 100%; }
  .pdp-thumbs-rail { flex-direction: row; gap: 8px; order: 2; width: 100%; }
  .pdp-thumbs-arrow { height: 84px; width: 22px; }
  .pdp-thumbs-window { flex: 1 1 auto; height: 84px; overflow: hidden; width: auto; }
  .pdp-thumbs { display: flex; flex-direction: row; gap: 8px; height: 84px; max-height: none; transform: translateX(calc(var(--pdp-thumb-offset, 0) * -92px)); }
  .pdp-thumb { flex: 0 0 84px; height: 84px; }
  .pdp-media-stack { order: 1; overflow: hidden; }
  .pdp-media-track { transition-duration: .38s; }
  .pdp-media-slide { flex: 0 0 100%; margin: 0; }
  .pdp-media-slide img { aspect-ratio: 1 / 1; }
  .pdp-arrow { display: none; }
  .pdp-dots { display: none; }
  .pdp-dot { background: #d0d0d0; border: 0; border-radius: 50%; cursor: pointer; height: 6px; padding: 0; width: 6px; }
  .pdp-dot.active { background: var(--ink); }
  .pdp-info { padding: 0 10px; position: static; }
  .pdp-info h1 { font-size: 16px; }
  .pdp-promo { margin-bottom: 4px; }
  .pdp-sticky-buy { background: #fff; bottom: 0; box-shadow: 0 1px 5px rgba(54,54,54,.15); display: block; left: 0; padding: 9px 4px; position: fixed; right: 0; z-index: 45; }
  .pdp-sticky-buy .inquiry-actions { gap: 8px; margin: 0; }
  .pdp-sticky-buy .button { border: 0; flex: 1 1 0; min-height: 52px; width: auto; }
  .whatsapp-launcher { bottom: 70px; right: 30px; }
  .pdp-reviews { margin: 45px 0 0; padding: 0 0 50px; }
  .pdp-review-heading { margin: 42px 0 51px; }
  .pdp-review-summary { display: flex; flex-direction: column; gap: 25px; padding: 0 8px; }
  .pdp-review-overall { justify-content: flex-start; }
  .pdp-review-distribution { border-bottom: 1px solid #dedede; border-left: 0; border-right: 0; border-top: 1px solid #dedede; padding: 20px 0; width: 100%; }
  .yotpo-new-review-btn { align-self: flex-start; }
  .review-ai-summary { gap: 10px; margin: 16px 8px; padding: 16px 0; }
  .review-ai-summary-content p { font-size: 13px; line-height: 18px; }
  .pdp-review-filters { margin-top: 32px; padding: 20px 0; }
  .review-rating-select select, .review-media-toggle { min-width: 0; width: calc(50vw - 24px); }
  .pdp-review { display: grid; gap: 16px; grid-template-columns: 1fr auto; min-height: 0; padding: 26px 0 29px; }
  .pdp-review-left { grid-column: 1 / -1; }
  .pdp-review-main { grid-column: 1 / -1; padding-left: 49px; }
  .pdp-review-right { display: contents; }
  .pdp-review-right time { grid-column: 2; grid-row: 1; }
  .review-helpful { grid-column: 1 / -1; justify-content: flex-end; }
  .review-modal { padding: 30px 22px; }
  .review-form-fields { display: block; }
  .review-form-fields label + label { margin-top: 18px; }
  .pdp-recommendations { padding: 44px 0 10px; }
  .product-rail { margin: 0; max-width: 100%; padding: 0 16px 22px; }
  .product-rail .product-card { flex-basis: calc((100% - 14px) / 2); }
}

@media (max-width: 620px) {
  .cart-drawer { max-width: none; width: 100%; }
  .cart-upsell-desk { display: none; }
  .cart-drawer-header { height: 68px; padding: 0 20px; }
  .cart-drawer-header h2 { font-size: 17px; }
  .cart-milestone { padding: 14px 20px 12px; }
  .cart-drawer-main { padding: 17px 20px 0; }
  .cart-item { gap: 14px; grid-template-columns: 104px minmax(0, 1fr); }
  .cart-item-controls { gap: 16px; margin-top: 17px; }
  .cart-drawer-footer { padding: 14px 20px 13px; }
  .cart-payment-row .payment { min-width: 28px; }
  .full-cart-page { padding: 31px 16px 55px; }
  .full-cart-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .full-cart-heading h1 { font-size: 24px; }
  .full-cart-page > .cart-milestone { padding: 20px 0; }
  .full-cart-layout { display: block; }
  .full-cart-items .cart-item { gap: 14px; grid-template-columns: 104px minmax(0, 1fr); }
  .full-cart-summary { margin-top: 28px; }
}

/* Reference collection/search controls and the expanded header search surface. */
.search-box-wrapper { position: relative; z-index: 12; }
.search-box-wrapper .search-close { display: none; }
.site-header:has(.search-box-wrapper.search-open) { background: #fff; color: var(--ink); isolation: isolate; z-index: 50; }
.site-header > .header-actions:has(.search-box-wrapper.search-open) {
  left: 0;
  padding: inherit;
  pointer-events: none;
  right: 0;
}
.site-header > .header-actions:has(.search-box-wrapper.search-open) > * { pointer-events: auto; }
.home-page .site-header:has(.search-box-wrapper.search-open) { margin-bottom: -86px; }
.home-page .site-header:has(.search-box-wrapper.search-open) .brand img:not(.brand-icon) { filter: none; }
.search-box-wrapper.search-open {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  left: 0;
  max-height: 80vh;
  overflow: auto;
  padding: 0 3.5vw 22px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.search-box-wrapper.search-open .search-top { align-items: center; display: flex; gap: 10px; }
.search-box-wrapper.search-open .searchDesktop { background: transparent; flex: 1 1 auto; height: 38px; width: auto; }
.search-box-wrapper.search-open .searchDesktop input { display: block; }
.search-box-wrapper.search-open .search-close {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0 4px;
}
.result_box { background: #fff; color: var(--ink); display: none; padding: 20px 0 0; width: 100%; }
.search-box-wrapper.search-open .result_box { display: block; }
.result_box.expanded { display: block; }
.resultBox__popular h4 { color: var(--ink); font-size: 11px; letter-spacing: .08em; margin: 0 0 14px; text-transform: uppercase; }
.quick-search-container { display: flex; flex-wrap: wrap; gap: 8px; }
.quick-search-container a { border: 1px solid var(--ink); color: var(--ink); font-size: 11px; padding: 9px 11px; text-transform: uppercase; }
.quick-search-container a:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.search-suggestions { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.result_box.expanded .resultBox__popular { display: none; }
.search-result { display: grid; gap: 8px; min-width: 0; }
.search-result img { aspect-ratio: 1 / 1; background: #f1f1f1; display: block; object-fit: contain; width: 100%; }
.search-result strong { display: block; font-size: 10px; font-weight: 500; line-height: 1.35; text-transform: uppercase; }
.search-result small { display: block; font-size: 10px; margin-top: 6px; }

.tracksuit-heading { padding: 68px 3.5vw 54px; }
.tracksuit-heading h1 { font-size: 28px; letter-spacing: .04em; margin: 0 0 47px; text-transform: uppercase; }
.collection-gender-links { display: flex; flex-wrap: wrap; gap: 14px; }
.collection-gender-links a { border: 1px solid var(--ink); border-radius: 24px; font-size: 13px; letter-spacing: .04em; padding: 11px 20px; text-transform: uppercase; }
.collection-gender-links a:hover, .collection-gender-links a.active { background: var(--ink); color: #fff; }
.tracksuit-products { margin: 0 auto; max-width: 1366px; padding: 0 3.5vw 90px; }
.collection-toolbar, .search-results-toolbar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; min-height: 34px; }
.layout-switch, .toolbar-actions { align-items: center; display: flex; gap: 24px; }
.layout-switch { gap: 12px; }
.layout-button, .toolbar-button { background: none; border: 0; cursor: pointer; font-size: 12px; letter-spacing: .06em; padding: 7px 0; text-transform: uppercase; }
.layout-button { opacity: .35; padding: 0; }
.layout-button.active, .layout-button:hover { opacity: 1; }
.layout-icon { display: grid; height: 18px; width: 18px; }
.layout-icon i { background: currentColor; display: block; }
.layout-icon-2 { gap: 3px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); }
.layout-icon-3 { gap: 2px; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); }
.toolbar-button { align-items: center; display: inline-flex; gap: 10px; }
.filter-icon { display: inline-block; height: 15px; position: relative; width: 17px; }
.filter-icon:before, .filter-icon:after { border-top: 1px solid currentColor; content: ''; left: 0; position: absolute; width: 17px; }
.filter-icon:before { top: 4px; box-shadow: 0 6px 0 currentColor; }
.filter-icon:after { background: #fff; border: 1px solid currentColor; border-radius: 50%; height: 5px; left: 5px; top: 1px; width: 5px; }
.toolbar-button .chevron { border: solid currentColor; border-width: 0 1px 1px 0; height: 6px; margin: -4px 0 0 2px; transform: rotate(45deg); width: 6px; }
.collection-filter-panel, .collection-sort-panel { background: var(--paper); border-top: 1px solid var(--line); display: flex; gap: 70px; margin: -4px 0 24px; padding: 22px 18px; }
.collection-filter-panel > div { display: flex; flex-wrap: wrap; gap: 9px; }
.collection-filter-panel strong { flex-basis: 100%; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.filter-choice, .sort-choice { background: #fff; border: 1px solid var(--line); cursor: pointer; font-size: 11px; padding: 9px 12px; text-transform: uppercase; }
.filter-choice.active, .filter-choice:hover, .sort-choice.active, .sort-choice:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.collection-sort-panel { justify-content: flex-end; }
.tracksuit-grid { display: grid; gap: 7px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tracksuit-grid.layout-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.collection-card .product-image { aspect-ratio: 1 / 1; background: #f0f0ee; }
.collection-card .product-image img { aspect-ratio: 1 / 1; object-fit: contain; }
.collection-card .collection-image-alt { display: none; }
.collection-card:hover .collection-image-primary { display: none; }
.collection-card:hover .collection-image-alt { display: block; }
.collection-card .product-badge { left: 10px; padding: 6px 8px; }
.collection-card .product-meta { padding: 18px 0 0; }
.collection-card .product-meta h3 { color: #000; font-size: 11px; letter-spacing: .06em; line-height: 1.45; min-height: 33px; text-transform: uppercase; }
.collection-card .product-meta > div { align-items: center; display: flex; flex-wrap: wrap; gap: 4px; }
.collection-card .price { color: var(--ink); font-size: 11px; }
.collection-card .compare { font-size: 10px; margin-left: 1px; }
.collection-discount { border-left: 1px solid #999; color: #16813e; font-size: 10px; margin-left: 4px; padding-left: 8px; text-transform: uppercase; }


.search-results-heading { padding: 55px 3.5vw 32px; }
.search-results-heading p { font-size: 12px; margin: 0 0 7px; text-transform: uppercase; }
.search-results-heading h1 { font-size: 27px; letter-spacing: .04em; margin: 0 0 26px; text-transform: uppercase; }
.search-gender-filters { display: flex; flex-wrap: wrap; gap: 14px; }
.search-gender-filters button { background: #fff; border: 1px solid var(--ink); border-radius: 22px; cursor: pointer; font-size: 12px; padding: 10px 18px; text-transform: uppercase; }
.search-gender-filters button.active, .search-gender-filters button:hover { background: var(--ink); color: #fff; }
.search-category-inline { display: flex; flex-wrap: wrap; gap: 20px; }
.search-category-results { padding: 0 3.5vw 26px; }
.search-category-link { align-items: center; display: inline-flex; gap: 12px; }
.search-category-link > span:first-child { font-size: 12px; font-weight: 600; text-transform: uppercase; }
.search-category-link .text-link { font-size: 10px; }
.search-results-products { padding: 0 3.5vw 80px; }
.search-product-grid { gap: 7px; grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Collection/search controls mirror the source theme's PageHeader, CollectionToolbar and Drawer. */
.browse-page { background: #fff; color: #292929; min-height: 70vh; }
.collection-heading { margin: 0 auto; max-width: 1440px; padding: 48px 42px 35px; }
.collection-heading h1 { font-size: 25px; font-weight: 700; letter-spacing: .05em; line-height: 1.2; margin: 0; text-transform: uppercase; }
.collection-heading p { color: #555; font-size: 13px; letter-spacing: .03em; line-height: 1.6; margin: 12px 0 0; max-width: 680px; text-align: left; }
.collection-seo-copy { margin: 0 auto; max-width: 1040px; padding: 0 42px 86px; }
.collection-seo-intro { padding: 34px 0 26px; }
.collection-seo-intro h2 { font-size: clamp(24px, 3vw, 38px); letter-spacing: -.035em; line-height: 1.05; margin: 0; text-transform: uppercase; }
.collection-seo-intro p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 16px 0 0; max-width: 760px; }
.collection-seo-count { color: #777; font-size: 12px !important; letter-spacing: .08em; text-transform: uppercase; }
.collection-seo-copy .content-section { border-bottom: 0; padding: 24px 0; }
.browse-products { margin: 0 auto; max-width: 1440px; padding: 0 42px 82px; position: relative; }
.browse-toolbar { border-bottom: 0; margin: 0 0 24px; min-height: 54px; padding: 0; position: relative; }
.toolbar-count { color: #787878; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.toolbar-right { align-items: center; display: flex; gap: 30px; }
.browse-toolbar > .layout-switch { align-items: center; display: flex; gap: 12px; }
.browse-toolbar .toolbar-actions { gap: 26px; }
.browse-toolbar .toolbar-button { color: #292929; font-size: 11px; letter-spacing: .09em; }
.browse-toolbar .toolbar-button sup { background: #292929; border-radius: 50%; color: #fff; display: inline-flex; font-size: 8px; height: 15px; justify-content: center; line-height: 15px; margin-left: -5px; min-width: 15px; top: -1px; }
.browse-grid { gap: 8px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.browse-grid.layout-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.browse-grid .product-image, .browse-grid .product-image img { aspect-ratio: 1 / 1; }
.browse-grid .product-image { background: #f0f0ee; }
.browse-grid .product-image img { object-fit: contain; }
.browse-grid.layout-desktop-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.browse-grid.layout-desktop-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.browse-grid .product-image::before, .browse-grid .product-image::after { display: none; }
.browse-grid .collection-card[data-reveal-card] { opacity: 1; transform: none; }
.browse-grid .product-image-loader { background: #dedede; display: block; height: 2px; left: 50%; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: opacity .2s ease-in-out; width: 50px; z-index: 2; }
.browse-grid .product-image-loader::after { animation: collectionImageLoader 3s cubic-bezier(.43,.43,.25,.99) infinite; background: #292929; content: ''; height: 100%; left: 0; position: absolute; top: 0; transform: translateX(-50%); width: 200%; }
.browse-grid .product-image:not(.media-loaded) .product-image-loader { opacity: 1; }
.browse-grid .product-image .image-lazy { opacity: 1; transition: opacity .3s ease; }
.browse-grid .product-image .image-lazy:not([src]) { opacity: 0; }
.browse-grid .product-image .collection-image-alt { display: block; inset: 0; opacity: 0 !important; position: absolute; transition: opacity .3s ease; }
.browse-grid .product-image .collection-image-primary { opacity: 1; transition: opacity .3s ease; }
@media (hover: hover) and (pointer: fine) {
  .browse-grid .collection-card:hover .collection-image-primary { display: block; }
  .browse-grid .collection-card:hover:has(.collection-image-alt.loaded) .collection-image-primary.loaded { opacity: 0 !important; }
  .browse-grid .collection-card:hover .collection-image-alt.loaded { opacity: 1 !important; }
}
@keyframes collectionImageLoader { 0%, 100% { transform: translateX(-50%); } 50% { transform: translateX(100%); } }
.browse-grid .product-meta { padding: 13px 4px 22px; }
.browse-grid .product-meta h3 { color: #000; font-size: 12px; font-weight: 500; line-height: 1.35; min-height: 0; }
.browse-grid .product-sku { font-size: 10px; margin-bottom: 5px; }
.browse-grid .price { color: var(--ink); font-size: 12px; font-weight: 600; }
.browse-grid .compare { font-size: 11px; }
.browse-grid .collection-discount { color: #16813e; font-size: 10px; }
.browse-grid .collection-image-alt { display: block; }
.browse-grid .product-badge { left: 10px; padding: 7px 8px; top: 10px; }
.layout-button[data-grid-type="mobile"] { display: none; }
.browse-sort-overlay { background: transparent; inset: 0; position: fixed; z-index: 17; }
.browse-sort-popover { background: #fff; border: 1px solid #e3e3e3; box-shadow: 0 2px 14px rgba(54,54,54,.18); padding: 0; position: absolute; right: 0; top: 54px; width: 262px; z-index: 18; }
.sort-popover-header { align-items: center; border-bottom: 1px solid #e3e3e3; display: flex; height: 52px; justify-content: center; position: relative; }
.sort-popover-header > span { font-size: 14px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.sort-popover-close { background: none; border: 0; cursor: pointer; font-size: 25px; font-weight: 300; left: 17px; line-height: 1; padding: 0; position: absolute; top: 12px; }
.sort-popover-values { max-height: 385px; overflow: auto; padding: 12px 0 16px; }
.browse-sort-popover .sort-choice { align-items: center; background: #fff; border: 0; color: #292929; display: flex; font-size: 12px; justify-content: space-between; padding: 12px 18px; text-align: left; text-transform: none; width: 100%; }
.browse-sort-popover .sort-choice:hover, .browse-sort-popover .sort-choice.active { background: #f5f5f5; color: #292929; }
.sort-radio { border: 1px solid #777; border-radius: 50%; height: 13px; position: relative; width: 13px; }
.sort-choice.active .sort-radio:after { background: #292929; border-radius: 50%; content: ''; inset: 3px; position: absolute; }
.browse-sort-popover:before { border-bottom: 9px solid #fff; border-left: 9px solid transparent; border-right: 9px solid transparent; content: ''; filter: drop-shadow(0 -2px 1px rgba(54,54,54,.12)); height: 0; position: absolute; right: 42px; top: -9px; width: 0; }
html.filter-drawer-open, html.filter-drawer-open body { overflow: hidden; }
.browse-filter-overlay { background: rgba(0, 0, 0, .5); inset: 0; position: fixed; z-index: 99998; }
.browse-filter-drawer { background: #fff; bottom: 0; display: flex; flex-direction: column; height: 100dvh; max-width: none; position: fixed; right: 0; top: 0; width: 400px; z-index: 99999; }
.filter-drawer-header { align-items: center; background: #fff; border-bottom: 1px solid rgba(222, 222, 222, .6); display: flex; height: 60px; justify-content: center; min-height: 60px; padding: 0 30px; position: relative; }
.filter-drawer-title { color: #252525; font-size: 16px; font-weight: 500; letter-spacing: .07em; line-height: 26.4px; text-transform: uppercase; }
.filter-drawer-close { align-items: center; background: transparent; border: 0; color: #252525; cursor: pointer; display: flex; font-size: 0; height: 15px; justify-content: center; padding: 0; position: absolute; right: 18px; top: 22px; width: 15px; }
.filter-drawer-close::before, .filter-drawer-close::after { background: currentColor; content: ''; height: 1.25px; position: absolute; width: 15px; }
.filter-drawer-close::before { transform: rotate(45deg); }
.filter-drawer-close::after { transform: rotate(-45deg); }
.filter-drawer-content { background: #fff; display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; overflow: hidden; }
.filter-drawer-main { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 0; scrollbar-width: thin; }
.collection-filters-form { margin: 0; padding: 0; }
.filter-drawer-group { border-bottom: 1px solid rgba(222, 222, 222, .6); margin: 0; padding: 0; }
.filter-group-heading { align-items: center; background: transparent; border: 0; color: #252525; cursor: pointer; display: flex; font-size: 12px; font-weight: 400; justify-content: space-between; letter-spacing: .07em; line-height: 19.8px; min-height: 60px; padding: 20px; text-align: left; text-transform: uppercase; width: 100%; }
.filter-group-heading:focus-visible, .filter-drawer-close:focus-visible, .filter-choice:focus-visible, .filter-results-button:focus-visible, .filter-reset-button:focus-visible { outline: 1px solid #252525; outline-offset: -2px; }
.filter-plus { height: 11px; position: relative; width: 11px; }
.filter-plus::before, .filter-plus::after { background: currentColor; content: ''; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.filter-plus::before { height: 1px; width: 11px; }
.filter-plus::after { height: 11px; width: 1px; }
.filter-group-heading[aria-expanded='true'] .filter-plus::after { display: none; }
.filter-group-options { display: block; margin: 0; padding: 0 0 22px; }
.filter-group-options[hidden] { display: none; }
.filter-choice { align-items: center; background: transparent; border: 0; color: #292929; cursor: pointer; display: flex; font-size: 12px; font-weight: 400; justify-content: flex-start; line-height: 26px; min-height: 34px; padding: 4px 20px; text-align: left; text-transform: none; width: 100%; }
.filter-choice:hover, .filter-choice.active { background: transparent; color: #292929; }
.filter-choice.active { font-weight: 500; }
.filter-choice-label { display: block; }
.filter-price-options { padding: 0 20px 22px; }
.price-filter { padding: 0; }
.price-filter-range { display: grid; position: relative; }
.price-filter-range input { accent-color: #292929; display: block; grid-area: 1 / 1; margin: 10px 0 0; width: 100%; }
.price-filter-inputs { align-items: center; display: flex; margin-top: 16px; }
.price-filter-inputs label { align-items: center; border: 1px solid #dedede; display: flex; flex: 1 1 0; height: 38px; }
.price-filter-inputs label span { color: #777; padding-left: 10px; }
.price-filter-inputs input { background: transparent; border: 0; min-width: 0; padding: 8px; width: 100%; }
.price-filter-delimiter { color: #777; margin: 0 12px; }
.filter-drawer-footer { background: #fff; border-top: 1px solid rgba(222, 222, 222, .6); flex: none; padding: 24px 30px; }
.filter-button-group { align-items: flex-start; display: flex; margin: -12px; }
.filter-results-button, .filter-reset-button { box-sizing: border-box; cursor: pointer; display: block; font-size: 12px; font-weight: 500; height: 45px; letter-spacing: .07em; line-height: normal; margin: 12px; min-height: 45px; padding: 14px 28px; text-transform: uppercase; }
.filter-results-button { background: #252525; border: 1px solid #252525; color: #fff; flex: 1 1 0; }
.filter-reset-button { background: transparent; border: 1px solid rgba(120, 120, 120, .2); color: #252525; flex: none; margin: 0; width: calc(50% - 5px); }
.browse-pagination { align-items: center; display: flex; justify-content: center; margin: 34px auto 0; padding-top: 26px; width: 100%; }
.browse-pagination nav, .pagination-nav { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; width: 100%; }
.pagination-button { background: none; border: 0; color: #292929; cursor: pointer; font-size: 16px; height: auto; min-width: 0; padding: 0; }
.pagination-button:hover, .pagination-button.active { background: none; color: #111; }
.pagination-button.active { font-weight: 700; }
.pagination-button[disabled], .pagination-button[aria-disabled="true"] { color: #aaa; cursor: default; opacity: .45; pointer-events: none; }
.pagination-control { font-weight: 500; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.pagination-ellipsis { align-items: center; color: #9a9a9a; display: inline-flex; font-size: 16px; height: auto; justify-content: center; min-width: 18px; }
.search-page .browse-products { padding-top: 0; }
.search-page .search-results-heading { padding-bottom: 35px; }

@media (max-width: 620px) {
  .collection-heading { padding: 34px 16px 27px; }
  .collection-heading h1 { font-size: 20px; letter-spacing: .04em; }
  .collection-heading p { font-size: 12px; }
  .collection-seo-copy { padding: 0 16px 58px; }
  .collection-seo-intro { padding: 28px 0 22px; }
  .collection-seo-intro h2 { font-size: 23px; }
  .collection-seo-intro p { font-size: 13px; }
  .browse-products { padding: 0 16px 55px; }
  .browse-toolbar { min-height: 52px; padding-bottom: 13px; }
  .toolbar-count { font-size: 10px; }
  .toolbar-right { gap: 15px; }
  .browse-toolbar .toolbar-actions { gap: 14px; }
  .browse-toolbar .toolbar-button { font-size: 10px; }
  .browse-grid, .browse-grid.layout-4 { gap: 8px 6px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .browse-grid.layout-2 { grid-template-columns: 1fr; }
  .browse-grid.layout-mobile-1 { grid-template-columns: 1fr; }
  .browse-grid.layout-mobile-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .layout-button[data-grid-type="desktop"] { display: none; }
  .layout-button[data-grid-type="mobile"] { display: block; }
  .browse-grid .product-meta { padding: 10px 2px 17px; }
  .browse-grid .product-meta h3 { font-size: 10px; min-height: 40px; }
  .browse-grid .price { font-size: 11px; }
  .browse-grid .compare, .browse-grid .collection-discount { font-size: 9px; }
  .browse-grid .product-badge { font-size: 8px; left: 6px; padding: 5px 6px; top: 6px; }
  .browse-sort-popover { left: 50%; right: auto; top: 72px; transform: translateX(-50%); width: min(262px, calc(100% - 40px)); }
  .browse-filter-drawer { width: min(400px, calc(100% - 65px)); }
  .filter-drawer-header { padding: 0 18px 0 24px; }
  .filter-drawer-close { right: 18px; }
  .filter-drawer-main { overflow-y: auto; }
  .filter-drawer-content { flex: none; height: 88vh; max-height: 88vh; }
  .filter-drawer-footer { padding: 24px 24px 0; }
  .filter-drawer-footer { box-sizing: border-box; height: 100px; }
  .filter-button-group { flex-direction: column; margin: -12px; }
  .filter-results-button, .filter-reset-button { flex: none; margin: 0 0 10px; width: 100%; }
  .browse-pagination { margin-top: 26px; padding-top: 18px; }
  .pagination-nav { gap: 16px; }
  .pagination-button { font-size: 15px; }
  .search-page .search-results-heading { padding: 32px 16px 24px; }
  .search-page .search-results-heading h1 { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .browse-grid .collection-card[data-reveal-card] { opacity: 1; transform: none; }
  .browse-grid .product-image-loader::after { animation: none; }
  .hero-track { transition: none; }
  .hero-dot-fill { animation: none; }
  .hero-dot.is-active .hero-dot-fill { width: 100%; }
  .loading-mark, .loading-mark::after { animation: none; }
}

@media (max-width: 620px) {
  .search-box-wrapper { position: static; }
  .search-box-wrapper.search-open { background: #fff; inset: 0; padding: 14px 16px; position: fixed; z-index: 30; }
  .search-box-wrapper.search-open .search-top { gap: 8px; }
  .search-box-wrapper.search-open .searchDesktop { border: 1px solid var(--ink); height: 40px; width: 100%; }
  .search-box-wrapper.search-open .searchDesktop input { display: block; }
  .site-header:has(.search-box-wrapper.search-open) { min-height: 68px; }
  .result_box { min-width: 0; padding: 20px 0; top: 55px; transform: none; width: 100%; }
  .search-suggestions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tracksuit-heading { padding: 42px 16px 34px; }
  .tracksuit-heading h1 { font-size: 24px; margin-bottom: 32px; }
  .tracksuit-products { padding: 0 16px 60px; }
  .collection-toolbar { margin-bottom: 17px; }
  .toolbar-actions { gap: 15px; }
  .collection-filter-panel, .collection-sort-panel { display: block; padding: 18px 12px; }
  .collection-filter-panel > div { margin-bottom: 18px; }
  .collection-filter-panel > div:last-child { margin-bottom: 0; }
  .collection-sort-panel .sort-choice { display: block; margin: 7px 0; width: 100%; }
  .tracksuit-grid, .tracksuit-grid.layout-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tracksuit-grid.layout-2 { grid-template-columns: 1fr; }
  .collection-card .product-meta { padding-top: 12px; }
  .collection-card .product-meta h3 { font-size: 10px; }
  .search-results-heading { padding: 38px 16px 25px; }
  .search-results-heading h1 { font-size: 24px; }
  .search-category-results, .search-results-products { padding-left: 16px; padding-right: 16px; }
  .search-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Final checkout overrides. Keep these last so the checkout surface wins over storefront breakpoints. */
.checkout-page { color: #000; font-family: var(--font); }
.checkout-header { height: 75px; padding: 0 32px; position: relative; }
.checkout-header .checkout-logo { left: 50%; position: absolute; transform: translateX(-50%); width: 200px; }
.checkout-header .checkout-logo img { height: 60px; object-fit: contain; }
.checkout-cart-link { color: #252525; margin-left: auto; }
.checkout-cart-link .checkout-bag-svg { height: 21px; width: 19px; }
.checkout-layout { display: grid; gap: 0; grid-template-columns: minmax(0, 532px) minmax(0, 448px); max-width: min(980px, 100%); width: 100%; }
.checkout-main { max-width: none; padding: 40px 32px 60px 0; }
.checkout-summary { border-left: 1px solid #d8d8d8; min-height: calc(100vh - 75px); padding: 40px 48px 60px; }
.checkout-summary-body h2 { display: none; }
.checkout-product-list { padding: 0 0 20px; }
.checkout-product-line { grid-template-columns: 62px minmax(0, 1fr) auto; padding: 0 0 16px; }
.checkout-product-image, .checkout-product-image img { border-radius: 12px; }
.checkout-product-copy strong { font-size: 14px; }
.checkout-product-copy small { font-size: 12px; }
.checkout-product-price { font-size: 13px; }
.checkout-discount { border: 0; padding: 0 0 25px; }
.checkout-discount label { clip: rect(0 0 0 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.checkout-discount input { border: 1px solid #d4d4d4; border-radius: 12px; font-size: 14px; height: 47px; }
.checkout-discount button { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; color: #777; font-size: 13px; }
.checkout-costs { border-top: 1px solid #ddd; margin: 0; padding-top: 14px; }
.checkout-costs div { padding: 5px 0; }
.checkout-total { border-top: 0; margin-top: 13px; padding-top: 10px !important; }
.checkout-total dd { font-size: 16px; }
.checkout-steps { margin-bottom: 35px; }
.checkout-section { border-bottom: 0; padding-bottom: 25px; }
.checkout-section + .checkout-section { padding-top: 27px; }
.checkout-section-heading { margin-bottom: 13px; }
.checkout-section h2, .checkout-finalize h2 { font-size: 20px; font-weight: 400; }
.checkout-express { padding-bottom: 0; }
.checkout-express h2 { color: #666; font-size: 14px; font-weight: 400; margin-bottom: 14px; }
.checkout-express-buttons { gap: 9px; grid-template-columns: repeat(4, 1fr); }
.checkout-express-buttons button { align-items: center; background: #e5e5e5; border-radius: 12px; display: flex; height: 48px; justify-content: center; }
.checkout-express-buttons button:hover { background: #d9d9d9; }
.checkout-express-buttons button img { height: 24px; max-width: 72px; object-fit: contain; }
.express-shop { color: #fff; font-size: 17px !important; font-weight: 600; }
.express-shop span { font-weight: 400; }
.checkout-or { color: #777; margin: 27px 0 24px; }
.checkout-field { margin-top: 10px; position: relative; }
.checkout-field > span { display: none; }
.checkout-field select + span { color: #555; display: block; font-size: 11px; left: 11px; position: absolute; top: 6px; }
.checkout-field input, .checkout-field select { border: 1px solid #d1d1d1; border-radius: 12px; font-size: 14px; height: 48px; padding: 0 11px; }
.checkout-field select { background: #fff url('/assets/checkout-select-arrow.svg') right 15px center / 11px 7px no-repeat; padding-top: 12px; }
.checkout-field input::placeholder { color: #555; opacity: 1; }
.checkout-field input:focus, .checkout-field select:focus { border-color: #000; box-shadow: 0 0 0 1px #000; }
.checkout-field-icon { height: 18px; position: absolute; right: 13px; top: 15px; width: 18px; }
.checkout-field .checkout-svg-icon:not(.checkout-field-icon) { height: 18px; position: absolute; right: 10px; top: 15px; width: 18px; }
.checkout-field:has(input:not(:placeholder-shown)) > span { background: #fff; display: block; font-size: 10px; left: 9px; padding: 0 3px; position: absolute; top: -5px; z-index: 1; }
.checkout-field:has(input:not(:placeholder-shown)) input { padding-top: 6px; }
.checkout-checkbox { color: #222; font-size: 13px; margin-top: 11px; }
.checkout-checkbox input { border-radius: 8px; height: 20px; width: 20px; }
.checkout-shipping-method { margin-top: 29px; }
.checkout-shipping-method h3 { font-size: 16px; font-weight: 400; margin-bottom: 10px; }
.checkout-shipping-message { background: #f5f5f5; border: 0; border-radius: 12px; color: #666; font-size: 14px; min-height: 48px; padding: 15px 12px; text-align: center; }
.checkout-muted { font-size: 12px; }
.checkout-payment-list { border: 1px solid #d1d1d1; border-radius: 12px; }
.checkout-payment-option { min-height: 55px; padding: 12px; }
.checkout-payment-option:first-child { border-radius: 12px 12px 0 0; }
.checkout-payment-option:last-child { border-radius: 0 0 12px 12px; }
.checkout-payment-option > strong { font-size: 13px; }
.checkout-card-fields { padding: 5px 12px 14px; }
.checkout-billing { margin-top: 12px; }
.checkout-finalize { padding-top: 17px; }
.checkout-order-button { background: #303030; border-radius: 12px; font-size: 15px; min-height: 56px; }
.checkout-terms { font-size: 11px; }
.checkout-footer { margin-top: 30px; }
.checkout-svg-icon { display: block; object-fit: contain; }
.checkout-bag-svg { height: 19px; width: 18px; }
.checkout-summary-toggle .checkout-bag-svg { filter: grayscale(1); }

@media (max-width: 760px) {
  .checkout-header { height: 75px; padding: 0 20px; }
  .checkout-header .checkout-logo { width: 48px; }
  .checkout-header .checkout-logo img { height: 48px; width: 48px; }
  .checkout-layout { display: flex; flex-direction: column; max-width: none; }
  .checkout-main { order: 2; padding: 0 20px 40px; }
  .checkout-summary { border: 0; min-height: 0; order: 1; padding: 0; }
  .checkout-summary-body { padding: 20px; }
  .checkout-summary-toggle { border-radius: 0; }
  .checkout-steps { margin-top: 28px; }
}

/* Natural Stone catalogue updates */
.brand-text {
  align-items: center;
  color: #111;
  display: grid;
  font-weight: 800;
  gap: 2px 10px;
  grid-template-columns: auto 1fr;
  letter-spacing: .04em;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
}
.brand-icon { background: transparent; display: block; grid-row: 1 / span 2; height: 36px; object-fit: contain; width: 36px; }
.brand-text span { font-size: 22px; grid-column: 2; white-space: nowrap; }
.brand-text small { font-size: 9px; grid-column: 2; letter-spacing: .22em; white-space: nowrap; }
.home-page .site-header:not(.header-scrolled) .brand-text { color: #fff; }
.footer-brand { display: inline-flex; margin-bottom: 18px; }
.footer-brand img { display: block; height: 48px; object-fit: contain; width: 48px; }
.empty-mark { display: block; margin: 0 auto 18px; width: 72px; }
.empty-mark img { display: block; height: auto; width: 100%; }
.cart-empty .empty-mark { margin-bottom: 14px; width: 56px; }
.checkout-logo, .checkout-header .checkout-logo { width: 56px; }
.checkout-logo img, .checkout-header .checkout-logo img { display: block; height: 56px; object-fit: contain; width: 56px; }
.natural-hero .hero-media::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.38) 48%, rgba(0,0,0,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, transparent 28%, transparent 62%, rgba(0,0,0,.42) 100%);
  content: '';
  inset: 0;
  position: absolute;
}
.pdp-catalogue-id {
  color: #6f5d34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.pdp-specs h2 { font-size: 13px; margin: 0 0 12px; text-transform: uppercase; }
.pdp-specs dl { display: grid; gap: 8px; margin: 0; }
.pdp-specs dl > div { display: grid; gap: 10px; grid-template-columns: minmax(120px, 38%) 1fr; }
.pdp-specs dt { color: #767676; font-size: 12px; }
.pdp-specs dd { font-size: 12px; font-weight: 600; margin: 0; text-align: right; }
.pdp-variant-note { color: #767676; display: block; font-size: 11px; margin-top: 8px; }
.collection-heading p { color: #666; line-height: 1.5; margin: 12px 0 0; max-width: 680px; text-align: left; }

@media (max-width: 620px) {
  .browse-grid .collection-card .product-image,
  .browse-grid .collection-card .product-image img,
  .tracksuit-grid .collection-card .product-image,
  .tracksuit-grid .collection-card .product-image img,
  .search-product-grid .collection-card .product-image,
  .search-product-grid .collection-card .product-image img,
  .chat-product-item .collection-card .product-image,
  .chat-product-item .collection-card .product-image img {
    aspect-ratio: 1 / 1;
  }

  .browse-grid .collection-card .product-image img,
  .tracksuit-grid .collection-card .product-image img,
  .search-product-grid .collection-card .product-image img,
  .chat-product-item .collection-card .product-image img {
    object-fit: contain;
  }
}
.pdp-variant-head { align-items: baseline; gap: 10px; justify-content: flex-start; }
.pdp-selected-sku { background: #f4f0e7; color: #6f5d34; display: inline-flex; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1; padding: 5px 7px; text-transform: uppercase; }
.pdp-variant-options { display: grid; gap: 13px 10px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pdp-variant-option {
  align-items: stretch;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: auto;
  min-height: 0;
  min-width: 0;
  padding: 0;
  text-align: center;
}
.pdp-variant-option:hover, .pdp-variant-option.selected { background: transparent; color: var(--ink); }
.pdp-variant-option:hover { transform: none; }
.pdp-variant-option.is-unavailable { opacity: .45; }
.pdp-variant-option.is-unavailable .pdp-variant-media:after { background: #fff; color: #111; content: 'Sold out'; font-size: 8px; font-weight: 800; letter-spacing: .04em; padding: 3px 4px; position: absolute; right: 4px; text-transform: uppercase; top: 4px; width: auto; }
.pdp-variant-media {
  align-items: center;
  background: #fff;
  border: 1px solid #dedbd3;
  display: flex;
  height: 76px;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 100%;
}
.pdp-variant-option:hover .pdp-variant-media { border-color: #9f9789; box-shadow: 0 5px 16px rgba(17,17,17,.08); transform: translateY(-1px); }
.pdp-variant-option.selected .pdp-variant-media { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pdp-variant-option.selected .pdp-variant-media:after { background: var(--ink); color: #fff; content: '✓'; font-size: 9px; font-weight: 800; height: 15px; line-height: 15px; position: absolute; right: 4px; text-align: center; top: 4px; width: 15px; }
.pdp-variant-option img { aspect-ratio: 1 / 1; border-radius: 0; height: 100%; object-fit: contain; width: 100%; }
.pdp-variant-copy { align-items: center; display: grid; gap: 4px; justify-items: center; min-height: 25px; width: 100%; }
.pdp-variant-label { font-size: 12px; font-weight: 800; letter-spacing: .08em; line-height: 1; }
.pdp-variant-option small, .pdp-variant-sku { color: #777; display: block; font-size: 8px; grid-column: auto; letter-spacing: .02em; line-height: 1; margin-top: 0; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 620px) {
  .pdp-variant-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .pdp-variant-options { gap: 12px 9px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pdp-variant-media { height: 72px; }
  .pdp-variant-option img { height: 100%; width: 100%; }
}

/* Content / sourcing guide pages */
.content-page { margin: 0 auto; max-width: 1040px; padding: 64px 5.7vw 96px; }
.content-hero { border-bottom: 1px solid var(--line); margin-bottom: 32px; padding: 34px 0 38px; }
.content-hero h1 { font-size: clamp(34px, 5vw, 64px); letter-spacing: -.04em; line-height: 1; margin: 0; text-transform: uppercase; }
.content-hero > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 22px 0 0; max-width: 760px; }
.content-section { border-bottom: 1px solid var(--line); padding: 30px 0; }
.content-section h2, .content-details summary { font-size: 15px; font-weight: 800; letter-spacing: .08em; margin: 0 0 18px; text-transform: uppercase; }
.content-list, .keyword-list { display: grid; gap: 12px; line-height: 1.65; margin: 0; padding-left: 20px; }
.keyword-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-details summary { cursor: pointer; list-style: none; margin-bottom: 0; }
.content-details[open] summary { margin-bottom: 18px; }
.content-details summary::-webkit-details-marker { display: none; }
.content-details summary::after { content: '+'; float: right; font-size: 22px; font-weight: 400; line-height: .7; }
.content-details[open] summary::after { content: '−'; }
.content-link-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.content-link-grid a { border: 1px solid #222; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .05em; padding: 11px 16px; text-transform: uppercase; }
.content-link-grid a:hover { background: #222; color: #fff; }
.content-faqs { display: grid; gap: 10px; }
.content-faqs details { background: var(--paper); padding: 18px 20px; }
.content-faqs summary { cursor: pointer; font-weight: 800; }
.content-faqs p { color: var(--muted); line-height: 1.65; margin: 12px 0 0; }
.sales-contact-list { display: grid; gap: 12px; margin: 0 0 16px; }
.sales-contact-list div { display: grid; gap: 4px; }
.sales-contact-list dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sales-contact-list dd { font-size: 15px; margin: 0; }
.sales-contact-list a { border-bottom: 1px solid currentColor; }
@media (max-width: 760px) {
  .content-page { padding: 40px 18px 70px; }
  .keyword-list { grid-template-columns: 1fr; }
}
