/* SX Engine 2.64.75 — light-only storefront alignment + unified product-card seal. */
:root{
  --sxe-theme-page:#f7f8fb;
  --sxe-theme-surface:#fff;
  --sxe-theme-surface-2:#f8fafc;
  --sxe-theme-surface-3:#eef2f7;
  --sxe-theme-text:#0f172a;
  --sxe-theme-text-2:#334155;
  --sxe-theme-muted:#64748b;
  --sxe-theme-border:rgba(15,23,42,.11);
  --sxe-theme-control:#fff;
  --sxe-theme-shadow:0 18px 48px rgba(15,23,42,.08);
  color-scheme:light;
}

/* Top bar: social stays left; the market/currency control owns the far right. */
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:12px!important;
  width:100%!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-topbar-social{
  grid-column:1!important;
  justify-self:start!important;
  min-width:0!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-topbar-controls{
  grid-column:2!important;
  justify-self:end!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:0!important;
  min-width:0!important;
  position:relative!important;
  z-index:5!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__switcher{
  margin-left:auto!important;
  justify-self:end!important;
  position:relative!important;
  z-index:2!important;
  isolation:isolate!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar{
  margin-left:auto!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{
  width:auto!important;
  min-width:70px!important;
  max-width:118px!important;
  padding-inline:9px!important;
  justify-content:center!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] [data-sxe-market-label-mode="compact"]{
  max-width:86px!important;
  text-overflow:ellipsis!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market__panel{
  z-index:20!important;
  max-height:min(520px,calc(100dvh - 90px))!important;
  overscroll-behavior:contain!important;
}

/* One visual contract for every ProductCard component: Home, Collection,
   Search, archive and PDP recommendations all share the same card skin. */
html body.sxe-canvas [data-sxe-product-card]{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(42,35,29,.13)!important;
  border-radius:14px!important;
  box-shadow:0 12px 30px -24px rgba(42,35,29,.48)!important;
  color:#172033!important;
  transform:none;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-image{
  display:block!important;
  position:relative!important;
  width:100%!important;
  aspect-ratio:4/5!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#f3eee5!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-card-img,
html body.sxe-canvas [data-sxe-product-card] .sxe-placeholder-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-content{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:8px!important;
  padding:12px 12px 13px!important;
  background:#fff!important;
  min-width:0!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-title,
html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-title a{
  margin:0!important;
  min-height:2.6em!important;
  color:#172033!important;
  font-family:var(--sxe-font-body,Barlow,system-ui,sans-serif)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.3!important;
  letter-spacing:-.01em!important;
  text-decoration:none!important;
  overflow-wrap:anywhere!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-card-ratingline{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px!important;
  min-height:24px!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-ai-recommend{
  display:inline-flex!important;
  align-items:center!important;
  min-height:20px!important;
  padding:3px 7px!important;
  border:1px solid rgba(139,74,43,.18)!important;
  border-radius:999px!important;
  background:#f8f2e8!important;
  color:#7b4229!important;
  font-size:9.5px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-card-rating{
  min-width:0!important;
  font-size:10px!important;
}
html body.sxe-canvas [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]){
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  min-height:24px!important;
  margin:0!important;
  color:#172033!important;
  font-family:var(--sxe-font-body,Barlow,system-ui,sans-serif)!important;
  font-size:15px!important;
  font-weight:800!important;
}
html body.sxe-canvas [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]) del{
  color:#7b8494!important;
  font-size:11.5px!important;
  font-weight:500!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:8px!important;
  margin-top:auto!important;
  padding-top:2px!important;
  background:transparent!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-card-actions.sxe-card-actions--dual{
  grid-template-columns:minmax(0,1fr) 42px!important;
  align-items:stretch!important;
}
html body.sxe-canvas [data-sxe-product-card] .sxe-card-primary-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:0!important;
  min-height:42px!important;
  padding:0 12px!important;
  border:1px solid #172033!important;
  border-radius:9px!important;
  background:#172033!important;
  color:#fff!important;
  box-shadow:none!important;
  font-family:var(--sxe-font-body,Barlow,system-ui,sans-serif)!important;
  font-size:12px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
html body.sxe-canvas [data-sxe-product-card] button.sxe-card-qv-icon[data-sxe-quick-view]{
  position:static!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
  border:1px solid rgba(42,35,29,.16)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#172033!important;
  box-shadow:none!important;
}
html body.sxe-canvas [data-sxe-product-card] button.sxe-card-qv-icon .sxe-card-qv-label{
  display:none!important;
}
html body.sxe-canvas [data-sxe-product-card] button.sxe-card-qv-icon .sxe-card-qv-svg{
  width:18px!important;
  height:18px!important;
}
html body.sxe-canvas .sxe-you-may-like .sxe-product-card-title,
html body.sxe-canvas .sxe-you-may-like [data-sxe-product-card] .sxe-product-card-title a{
  font-size:14px!important;
  line-height:1.3!important;
}
html body.sxe-canvas .sxe-you-may-like [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]){
  font-size:15px!important;
}
html body.sxe-canvas .sxe-you-may-like [data-sxe-product-card] .sxe-card-ratingline{
  gap:5px!important;
}

/* Stale unconditional shipping claims from old cached markup stay suppressed.
   Live shipping eligibility logic is not modified. */
html body .pdp6__top-free-ship,
html body .sxe-qv__ship,
html body .sxe-trust-strip__free-ship{
  display:none!important;
}

@media(hover:hover) and (pointer:fine){
  html body.sxe-canvas [data-sxe-product-card]{
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
  }
  html body.sxe-canvas [data-sxe-product-card]:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(139,74,43,.24)!important;
    box-shadow:0 18px 38px -26px rgba(42,35,29,.55)!important;
  }
  html body.sxe-canvas [data-sxe-product-card] .sxe-card-primary-cta:hover{
    background:#6e3a20!important;
    border-color:#6e3a20!important;
  }
  html body.sxe-canvas [data-sxe-product-card] button.sxe-card-qv-icon:hover{
    background:#f8f2e8!important;
    border-color:rgba(139,74,43,.30)!important;
    color:#6e3a20!important;
  }
}

@media(max-width:640px){
  html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:7px!important;
    padding-inline:9px!important;
  }
  html body .sxe-market-strip[data-sxe-market-topbar] .sxe-topbar-controls{
    justify-self:end!important;
    margin-left:auto!important;
  }
  html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{
    min-width:64px!important;
    max-width:86px!important;
    height:24px!important;
    min-height:24px!important;
    padding-inline:7px!important;
    font-size:9.5px!important;
  }
  html body .sxe-market-strip[data-sxe-market-topbar] [data-sxe-market-label-mode="compact"]{
    max-width:62px!important;
  }
  html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-content{
    gap:6px!important;
    padding:9px 8px 10px!important;
  }
  html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-title,
  html body.sxe-canvas [data-sxe-product-card] .sxe-product-card-title a,
  html body.sxe-canvas .sxe-you-may-like [data-sxe-product-card] .sxe-product-card-title,
  html body.sxe-canvas .sxe-you-may-like [data-sxe-product-card] .sxe-product-card-title a{
    min-height:2.55em!important;
    font-size:12.5px!important;
    line-height:1.28!important;
  }
  html body.sxe-canvas [data-sxe-product-card] .sxe-ai-recommend{
    padding:3px 6px!important;
    font-size:8.75px!important;
  }
  html body.sxe-canvas [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]),
  html body.sxe-canvas .sxe-you-may-like [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]){
    font-size:13px!important;
  }
  html body.sxe-canvas [data-sxe-product-card] .sxe-card-actions.sxe-card-actions--dual{
    grid-template-columns:minmax(0,1fr) 38px!important;
    gap:6px!important;
  }
  html body.sxe-canvas [data-sxe-product-card] .sxe-card-primary-cta{
    min-height:38px!important;
    padding-inline:8px!important;
    border-radius:8px!important;
    font-size:11px!important;
  }
  html body.sxe-canvas [data-sxe-product-card] button.sxe-card-qv-icon[data-sxe-quick-view]{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    border-radius:8px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html body *{scroll-behavior:auto!important}
  html body.sxe-canvas [data-sxe-product-card],
  html body.sxe-canvas [data-sxe-product-card] *{
    transition:none!important;
  }
}

/* ========================================================================== 
   SX Engine 2.64.76 — utility-edge ownership + commerce contrast seal
   Presentation only. No market, timer, rating, review or commerce logic changes.
   ========================================================================== */

/* Currency/market selector: own the physical far-right edge of the viewport on
   every device while social icons remain at the physical far-left edge. */
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-left:clamp(8px,1.2vw,16px)!important;
  padding-right:clamp(8px,1.2vw,16px)!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-topbar-social{
  grid-column:1!important;
  justify-self:start!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-topbar-controls{
  grid-column:3!important;
  justify-self:end!important;
  margin:0!important;
  width:max-content!important;
  max-width:100%!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__switcher,
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar{
  margin:0!important;
  justify-self:end!important;
}
html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market__panel{
  right:0!important;
  left:auto!important;
  width:min(360px,calc(100vw - 16px))!important;
  max-width:calc(100vw - 16px)!important;
}
@media(max-width:640px){
  html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{
    min-height:32px!important;
    padding-left:7px!important;
    padding-right:7px!important;
    gap:6px!important;
  }
  html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{
    min-width:68px!important;
    max-width:92px!important;
    justify-content:flex-end!important;
  }
  html body .sxe-market-strip[data-sxe-market-topbar] [data-sxe-market-label-mode="compact"]{
    max-width:66px!important;
  }
  html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market__panel{
    width:calc(100vw - 14px)!important;
    max-width:calc(100vw - 14px)!important;
  }
}

/* Collection contrast hardening: keep the warm editorial palette, but small
   navigation/meta/compare-at text must not disappear into the canvas. */
html body.sxe-canvas .col7 .col7__bc{
  color:#675c52!important;
}
html body.sxe-canvas .col7 .col7__count,
html body.sxe-canvas .col7 .col7__count>span:first-child{
  color:#5f554c!important;
}
html body.sxe-canvas .col7 .sxe-catalog-filters__toggle small{
  color:#655a50!important;
  font-weight:600!important;
}
html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] .sxe-card-rating,
html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] .sxe-card-rating strong,
html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] .sxe-card-rating small{
  color:#4b6f5c!important;
}
html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] .sxe-card-rating strong{
  color:#315842!important;
}
html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]) del{
  color:#675c52!important;
  font-weight:600!important;
}
html body.sxe-canvas .col7 .sxe-ai-recommend{
  color:#763f28!important;
  border-color:rgba(118,63,40,.22)!important;
  background:rgba(139,74,43,.075)!important;
}

/* PDP contrast hardening: preserve the premium white/warm layout, strengthen
   breadcrumb, microcopy and supporting commerce text only. */
html body.sxe-single-product .pdp6__bc{
  color:#536176!important;
}
html body.sxe-single-product .pdp6__bc-cur{
  color:#172033!important;
  font-weight:700!important;
}
html body.sxe-single-product .pdp6__ratingline .sxe-ai-recommend{
  color:#3f4f66!important;
  border-color:#cbd5e1!important;
}
html body.sxe-single-product .pdp6__ratingline [data-sxe-rating] small{
  color:#426b58!important;
}
html body.sxe-single-product .pdp6__ship-goal-copy small,
html body.sxe-single-product .pdp6__info .sxe-vs__label-val,
html body.sxe-single-product .pdp6__info .sxfomo-inline-block[data-sxfomo-mount="sold_live_compact"] .fomo-sold-live-pair{
  color:#58677b!important;
}
html body.sxe-single-product .sxe-trust-strip--pdp .sxe-trust-strip__benefits span{
  color:#46566c!important;
}
html body.sxe-single-product .sxe-trust-strip--pdp .sxe-trust-strip__payments,
html body.sxe-single-product .sxe-trust-strip--pdp .sxe-trust-strip__fallback{
  color:#58677b!important;
  opacity:1!important;
}
html body.sxe-single-product .pdp6__reviews-note{
  color:#58677b!important;
}

@media(max-width:640px){
  html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] .sxe-product-card-title,
  html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] .sxe-product-card-title a{
    color:#2a231d!important;
    font-weight:650!important;
  }
  html body.sxe-canvas .col7 .sxe-collection-unified-grid [data-sxe-product-card] :where(.sxe-product-card-price,[data-sxe-card-price-wrap]) del{
    font-size:10.5px!important;
  }
}
/* SX Engine 2.64.89 — instant free-shipping proof hierarchy. */
html body .sxe-line-free-ship{display:inline-flex!important;align-items:center!important;gap:3px!important;margin-left:5px!important;padding:3px 6px!important;border:1px solid #ccebd8!important;border-radius:999px!important;background:#f2fbf5!important;color:#247a4b!important;font-size:9.5px!important;font-weight:750!important;line-height:1!important;text-transform:none!important;box-shadow:none!important;white-space:nowrap!important}
html body .sxe-line-free-ship i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:11px!important;height:11px!important;border-radius:50%!important;background:#dcf6e6!important;color:#16713e!important;font-size:7.5px!important;font-style:normal!important;line-height:1!important}
html body .sxe-mini-cart-line .sxe-line-free-ship,html body .sxe-cart-item-price .sxe-line-free-ship{transform:none!important}
@media(max-width:480px){html body .sxe-line-free-ship{margin-left:4px!important;font-size:9px!important}}
html body.sxe-single-product .pdp6__ship-proof:not([hidden]){background:#f2fbf5!important;border-color:#ccebd8!important;color:#247a4b!important;box-shadow:none!important}
html body .sxe-ship-goal--drawer.is-qualified .sxe-ship-goal__progress,html body .sxe-ship-goal--drawer.is-qualified .sxe-ship-goal__copy small{display:none!important}
html body .sxe-ship-goal--drawer.is-qualified{padding-block:8px!important}
