/* ODO Commerce OS v2.8.0 — Premium Design System & Motion Layer
 * Presentation-only, Elementor-owned. No commerce truth is mutated here.
 */
:root{
  --odo-accent:#c9ff2e;
  --odo-ink:#111111;
  --odo-paper:#f7f5f0;
  --odo-surface:#ffffff;
  --odo-muted:#66635e;
  --odo-border:#e5e1d9;
  --odo-stone:#eeeae2;
  --odo-radius-button:8px;
  --odo-radius-small:12px;
  --odo-radius-card:14px;
  --odo-radius-editorial:16px;
  --odo-radius-large:18px;
  --odo-content-width:1360px;
  --odo-max-width:1480px;
  --odo-motion-fast:180ms;
  --odo-motion-ui:220ms;
  --odo-motion-reveal:440ms;
  --odo-motion-ease:cubic-bezier(.2,.72,.2,1);
}

/* Premium marquee / announcement */
.odo-motion-marquee{position:relative;display:flex;align-items:center;min-height:32px;overflow:hidden;background:#0d0d0d;color:#fff;isolation:isolate;font-size:10px;font-weight:720;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}
.odo-motion-marquee:before{content:"";position:absolute;z-index:2;inset:0 auto 0 0;width:60px;background:linear-gradient(90deg,currentColor,transparent);opacity:.035;pointer-events:none}
.odo-motion-marquee__track{display:flex;width:max-content;min-width:200%;align-items:center;will-change:transform;animation:odo-marquee-left var(--odo-marquee-speed,26s) linear infinite}
.odo-motion-marquee__track>span{display:block;padding:0 34px;opacity:.86}
.odo-motion-marquee--pause:hover .odo-motion-marquee__track,.odo-motion-marquee--pause:focus-within .odo-motion-marquee__track{animation-play-state:paused}
.odo-motion-marquee[data-direction="right"] .odo-motion-marquee__track{animation-name:odo-marquee-right}
.odo-motion-marquee--glow:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(201,255,46,.12) 48%,transparent 64%);transform:translateX(-120%);animation:odo-marquee-glow 11s ease-in-out infinite;pointer-events:none}
@keyframes odo-marquee-left{to{transform:translateX(-33.333%)}}
@keyframes odo-marquee-right{from{transform:translateX(-33.333%)}to{transform:translateX(0)}}
@keyframes odo-marquee-glow{0%,74%,100%{transform:translateX(-120%)}84%{transform:translateX(120%)}}

/* Header v2.8 */
.odo-header--premium{--odo-sticky-logo-scale:88;position:sticky;padding:0!important;top:0;background:rgba(247,245,240,.96);border-bottom:1px solid transparent;transition:min-height var(--odo-motion-ui) var(--odo-motion-ease),background var(--odo-motion-ui),border-color var(--odo-motion-ui),box-shadow var(--odo-motion-ui);pointer-events:auto}
.admin-bar .odo-header--premium{top:32px}
.odo-header--premium .odo-header-utility{pointer-events:auto}
.odo-header--premium .odo-tb-header__inner{width:min(var(--odo-content-width),calc(100% - 80px));min-height:76px;padding:0;grid-template-columns:minmax(110px,170px) minmax(0,1fr) auto;gap:28px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;transition:min-height var(--odo-motion-ui) var(--odo-motion-ease),width var(--odo-motion-ui)}
.odo-header--premium.is-odo-sticky{background:rgba(247,245,240,.91);border-color:var(--odo-border);box-shadow:0 8px 30px rgba(17,17,17,.045);backdrop-filter:blur(14px) saturate(125%)}
.odo-header--premium.is-odo-sticky .odo-tb-header__inner{min-height:64px}
.odo-header--premium.is-odo-sticky .odo-header-utility{display:none}
.odo-tb-brand{position:relative;overflow:hidden;transform:translate(var(--odo-logo-x,0),var(--odo-logo-y,0));transform-origin:left center;transition:transform var(--odo-motion-ui) var(--odo-motion-ease),opacity var(--odo-motion-ui),filter var(--odo-motion-ui)}
.odo-tb-brand--image{display:inline-flex;align-items:center;line-height:1}
.odo-tb-brand img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain;transition:opacity var(--odo-motion-ui),transform var(--odo-motion-ui) var(--odo-motion-ease),filter var(--odo-motion-ui)}
.odo-tb-brand .odo-logo-sticky{display:none}
.odo-header--premium.is-odo-sticky .odo-tb-brand{transform:translate(var(--odo-logo-x,0),var(--odo-logo-y,0)) scale(calc(var(--odo-sticky-logo-scale,88)/100))}
.odo-header--premium.is-odo-sticky .odo-tb-brand.has-sticky-logo .odo-logo-main{display:none}
.odo-header--premium.is-odo-sticky .odo-tb-brand .odo-logo-sticky{display:block}
.odo-logo-hover--micro-scale:hover{transform:translate(var(--odo-logo-x,0),var(--odo-logo-y,0)) scale(1.025)}
.odo-logo-hover--soft-fade:hover{opacity:.76}
.odo-logo-hover--soft-glow:hover{filter:drop-shadow(0 0 12px rgba(201,255,46,.34))}
.odo-logo-hover--light-sweep:after,.odo-advanced-logo.odo-logo-hover--light-sweep:after{content:"";position:absolute;z-index:2;top:-25%;bottom:-25%;width:26%;left:-50%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);opacity:0;pointer-events:none}
.odo-logo-hover--light-sweep:hover:after,.odo-advanced-logo.odo-logo-hover--light-sweep:hover:after{animation:odo-logo-sweep .72s ease-out}
@keyframes odo-logo-sweep{0%{left:-50%;opacity:0}20%{opacity:.62}100%{left:125%;opacity:0}}
.odo-header--premium .odo-tb-nav{gap:23px}
.odo-header--premium .odo-tb-nav>a,.odo-header--premium .odo-nav-collection>a{padding:29px 0 27px;font-size:12px;font-weight:650;letter-spacing:-.01em}
.odo-header--premium.is-odo-sticky .odo-tb-nav>a,.odo-header--premium.is-odo-sticky .odo-nav-collection>a{padding-block:23px}
.odo-header--premium .odo-tb-nav>a:after,.odo-header--premium .odo-nav-collection>a:after{bottom:22px;height:1px}
.odo-header--premium .odo-tb-actions{gap:3px}
.odo-header-icon{position:relative;display:inline-flex!important;align-items:center;justify-content:center;gap:5px;min-width:40px;min-height:40px;padding:0 7px!important;border-radius:10px!important;border:0!important;background:transparent!important;color:#111!important;text-decoration:none!important;transition:background var(--odo-motion-fast),transform var(--odo-motion-fast)}
.odo-header-icon:hover{background:#ece8df!important;transform:translateY(-1px)}
.odo-header-icon>span{font-size:20px;line-height:1}.odo-header-icon>em{font-style:normal;font-size:9px;font-weight:720}.odo-header-icon>b{display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#111;color:#fff;font-size:8px}
.odo-tb-cart>b{background:var(--odo-accent)!important;color:#111!important}
.odo-mobile-menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:9px;align-content:center;gap:5px;cursor:pointer}.odo-mobile-menu-toggle>span{display:block;width:22px;height:1.5px;background:#111}
.odo-mobile-menu[hidden]{display:none!important}.odo-mobile-menu{position:fixed;z-index:100060;inset:0;background:#f7f5f0;padding:20px;overflow:auto}.odo-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--odo-border)}.odo-mobile-menu__head strong{font-size:11px;letter-spacing:.14em}.odo-mobile-menu__head button{width:44px;height:44px;border:1px solid var(--odo-border);border-radius:50%;background:#fff;font-size:26px}.odo-mobile-menu__links{display:grid;padding-top:22px}.odo-mobile-menu__links a{display:flex;align-items:center;min-height:58px;border-bottom:1px solid var(--odo-border);color:#111!important;text-decoration:none!important;font-size:26px;font-weight:620;letter-spacing:-.035em}
body.odo-mobile-menu-open{overflow:hidden}
.odo-mega__featured span small{display:block;margin-bottom:4px;font-size:7px;letter-spacing:.12em;color:var(--odo-accent)}

/* Advanced standalone logo */
.odo-advanced-logo{--odo-logo-x:0px;--odo-logo-y:0px;--odo-logo-sticky-scale:88;position:relative;display:inline-flex;align-items:center;width:max-content;transform:translate(var(--odo-logo-x),var(--odo-logo-y));transform-origin:left center;overflow:hidden;transition:transform var(--odo-motion-ui),opacity var(--odo-motion-ui),filter var(--odo-motion-ui)}
.odo-advanced-logo a{display:inline-flex;align-items:center;color:#111!important;text-decoration:none!important}.odo-advanced-logo__image{display:block;height:auto;object-fit:contain}.odo-advanced-logo .odo-logo-sticky{display:none}.odo-tb-header.is-odo-sticky .odo-advanced-logo{transform:translate(var(--odo-logo-x),var(--odo-logo-y)) scale(calc(var(--odo-logo-sticky-scale)/100))}.odo-tb-header.is-odo-sticky .odo-advanced-logo.has-sticky-logo .odo-logo-main{display:none}.odo-tb-header.is-odo-sticky .odo-advanced-logo .odo-logo-sticky{display:block}.odo-advanced-logo--fallback{display:grid;line-height:.9;font-size:26px;font-weight:900;letter-spacing:.18em}.odo-advanced-logo--fallback small{margin-top:7px;font-size:7px;color:#777;letter-spacing:.22em}

/* Hero v2.8 — split editorial */
.odo-hero-v280{--odo-hero-copy:43%;--odo-hero-min-height:650px;position:relative;display:grid;grid-template-columns:minmax(0,var(--odo-hero-copy)) minmax(0,calc(100% - var(--odo-hero-copy)));min-height:var(--odo-hero-min-height);width:min(var(--odo-max-width),calc(100% - 40px));margin:18px auto 0;border-radius:18px;overflow:hidden;background:#101010;color:#fff;isolation:isolate}
.odo-hero-v280__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:68px;background:#101010}
.odo-hero-v280 .odo-kicker{color:var(--odo-accent)}.odo-hero-v280 .odo-kicker:before{box-shadow:none}
.odo-hero-v280 h1{max-width:620px;margin:17px 0 22px;color:#fff;font-size:clamp(48px,5.15vw,74px);font-weight:610;line-height:.96;letter-spacing:-.057em;text-wrap:balance}
.odo-hero-v280__copy>p{max-width:520px;margin:0;color:rgba(255,255,255,.70);font-size:16px;line-height:1.62}
.odo-hero-v280 .odo-actions{align-items:center;margin-top:30px}.odo-hero-v280 .odo-btn{min-height:48px;border-radius:8px;padding:0 24px;font-size:12px;letter-spacing:.01em}
.odo-btn--acid{position:relative;overflow:hidden;background:var(--odo-accent);color:#111!important;box-shadow:none}.odo-btn--acid:hover{background:#d5ff58}.odo-btn--text{padding-inline:8px!important;color:#fff!important;background:transparent!important}.odo-btn--text:hover{text-decoration:underline!important;text-underline-offset:5px}.odo-btn--text span,.odo-btn--acid span{transition:transform var(--odo-motion-fast)}.odo-btn:hover span{transform:translateX(3px)}
.odo-hero-v280__micro{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:rgba(255,255,255,.56);font-size:10px}.odo-hero-v280__micro span{display:flex;align-items:center;gap:6px}.odo-hero-v280__micro i{width:5px;height:5px;border-radius:50%;background:var(--odo-accent);box-shadow:0 0 0 4px rgba(201,255,46,.08);animation:odo-soft-pulse 2.4s ease-in-out infinite}.odo-hero-v280__micro span:nth-child(2) i{animation-delay:.35s}.odo-hero-v280__micro span:nth-child(3) i{animation-delay:.7s}
@keyframes odo-soft-pulse{0%,100%{opacity:.48;transform:scale(.88)}50%{opacity:1;transform:scale(1.05)}}
.odo-hero-v280__visual{position:relative;min-width:0;overflow:hidden;background:#d8d3ca}.odo-hero-v280__visual picture,.odo-hero-v280__visual>picture>img{display:block;width:100%;height:100%}.odo-hero-v280__visual img{width:100%!important;height:100%!important;object-fit:cover;object-position:center;transition:transform 900ms var(--odo-motion-ease)}.odo-hero-v280:hover .odo-hero-v280__visual>picture img{transform:scale(1.012)}
.odo-hero-v280__visual--grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.odo-hero-v280__visual--grid .odo-signature-tile{min-height:0;border-radius:0}.odo-hero-v280__visual--grid .odo-signature-tile--1{grid-row:1/-1}
.odo-ambient-light{position:absolute;z-index:4;inset:-30%;background:linear-gradient(112deg,transparent 36%,rgba(255,255,255,.16) 49%,rgba(201,255,46,.055) 53%,transparent 65%);transform:translateX(-55%) rotate(3deg);animation:odo-ambient-sweep 12s ease-in-out infinite;pointer-events:none;mix-blend-mode:screen}
@keyframes odo-ambient-sweep{0%,68%,100%{transform:translateX(-62%) rotate(3deg);opacity:0}75%{opacity:.68}88%{transform:translateX(62%) rotate(3deg);opacity:.28}}
.odo-motion-shimmer:after{content:"";position:absolute;top:-25%;bottom:-25%;left:-55%;width:34%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.64),transparent);transform:skewX(-18deg);animation:odo-cta-shimmer 7s ease-in-out infinite;pointer-events:none}
@keyframes odo-cta-shimmer{0%,78%,100%{left:-55%;opacity:0}82%{opacity:.72}92%{left:128%;opacity:0}}

/* Product card v2.8 */
.odo-product-card-v280{position:relative;border-radius:14px;transition:border-color var(--odo-motion-ui),transform var(--odo-motion-ui);transform:translateZ(0)}
.odo-product-card-v280 .odo-product-card-v2__media{aspect-ratio:4/5;border-radius:14px;background:#f0eee8;border:1px solid transparent;transition:border-color var(--odo-motion-ui),background var(--odo-motion-ui)}
.odo-product-card-v280:hover .odo-product-card-v2__media{border-color:#dcd7cd}.odo-product-card-v280 .odo-product-card-v2__primary img,.odo-product-card-v280 .odo-product-card-v2__alt{object-fit:contain;padding:7%;transition:opacity .32s ease,transform .38s var(--odo-motion-ease)}.odo-product-card-v280:hover .odo-product-card-v2__primary img,.odo-product-card-v280:hover .odo-product-card-v2__alt{transform:scale(1.018)}
.odo-product-card-v280 .odo-badge{max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:7px;padding:7px 9px;background:#111;color:#fff}
.odo-product-brand-prefix{display:block;margin-bottom:-2px;color:#77736d;font-size:9px;font-weight:820;letter-spacing:.14em;text-transform:uppercase}.odo-product-brand-prefix--single{margin-bottom:9px;color:#647f00}
.odo-product-card-v280 .odo-product-card-v2__body{padding-top:12px;gap:6px}.odo-product-card-v280 .odo-product-card-v2__top>a{font-size:13px;font-weight:680;line-height:1.36}.odo-product-card-v280 .odo-product-card-v2__top>strong{font-size:13px;font-weight:730}.odo-product-card-v280 .odo-product-card-v2__body>small{font-size:10px;color:#77736d}
.odo-card-edge{position:absolute;z-index:6;inset:-1px;border-radius:14px;overflow:hidden;pointer-events:none;opacity:0;transition:opacity var(--odo-motion-fast)}.odo-card-edge:before{content:"";position:absolute;width:42%;height:180%;top:-40%;left:-55%;background:linear-gradient(90deg,transparent,rgba(201,255,46,.65),rgba(255,255,255,.74),transparent);transform:rotate(24deg);transition:left .72s var(--odo-motion-ease)}.odo-product-card-v280:hover .odo-card-edge{opacity:.28}.odo-product-card-v280:hover .odo-card-edge:before,.odo-product-card-v280:focus-within .odo-card-edge:before{left:125%}
.odo-product-card-v280 .odo-card-favorite{transition:transform var(--odo-motion-fast),background var(--odo-motion-fast)}.odo-product-card-v280 .odo-card-favorite:active{transform:scale(1.15)}

/* Reveal language — JS adds is-visible once. */
[data-odo-reveal]{--odo-reveal-y:14px}.odo-motion-ready [data-odo-reveal]{opacity:0;transform:translateY(var(--odo-reveal-y));transition:opacity var(--odo-motion-reveal) var(--odo-motion-ease),transform var(--odo-motion-reveal) var(--odo-motion-ease)}.odo-motion-ready [data-odo-reveal].is-odo-visible{opacity:1;transform:none}.odo-motion-ready .odo-product-card-v280[data-odo-reveal]{--odo-reveal-y:10px}

@media(max-width:1120px){
  .odo-header--premium .odo-tb-header__inner{width:calc(100% - 48px);grid-template-columns:minmax(90px,130px) minmax(0,1fr) auto;gap:18px}.odo-header--premium .odo-tb-nav{gap:15px}.odo-header--premium .odo-tb-nav>a,.odo-header--premium .odo-nav-collection>a{font-size:10px}.odo-header-icon>em{display:none}
  .odo-hero-v280 h1{font-size:clamp(46px,5vw,60px)}
}
@media(max-width:780px){
  .admin-bar .odo-header--premium{top:46px}.odo-header--premium .odo-header-utility{min-height:30px}.odo-header--premium .odo-tb-header__inner{width:calc(100% - 32px);min-height:62px;grid-template-columns:42px 1fr auto;gap:8px}.odo-header--premium.is-odo-sticky .odo-tb-header__inner{min-height:58px}.odo-mobile-menu-toggle{display:grid}.odo-header--premium .odo-tb-nav{display:none}.odo-tb-brand{justify-self:center}.odo-tb-actions .odo-header-icon:nth-of-type(n+2){display:none!important}.odo-tb-actions{gap:0}.odo-tb-actions .odo-tb-cart{display:inline-flex!important}.odo-header-icon>em{display:none}.odo-header-icon{min-width:38px;padding:0 4px!important}.odo-header-icon>span{font-size:19px}
  .odo-hero-v280{display:flex;flex-direction:column;width:calc(100% - 24px);min-height:0!important;margin-top:12px}.odo-hero-v280__copy{order:1;min-height:auto}.odo-hero-v280__visual{order:2;aspect-ratio:4/5;min-height:0}.odo-hero-v280 h1{font-size:clamp(40px,11.7vw,48px);line-height:.98}.odo-hero-v280__copy>p{font-size:14px}.odo-hero-v280 .odo-actions{display:grid;grid-template-columns:1fr;margin-top:24px}.odo-hero-v280 .odo-btn{width:100%}.odo-hero-v280 .odo-btn--text{justify-content:flex-start;padding-left:0!important}.odo-hero-v280__micro{gap:10px 14px}.odo-hero-v280__visual--grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.odo-ambient-light{display:none}
}
@media(max-width:520px){.odo-motion-marquee__track>span{padding-inline:24px}.odo-product-card-v280 .odo-product-card-v2__media{aspect-ratio:4/5}.odo-product-card-v280 .odo-product-card-v2__top{grid-template-columns:1fr}.odo-product-card-v280 .odo-product-card-v2__top>strong{white-space:normal}.odo-product-card-v280 .odo-product-card-v2__sizes{display:none}.odo-product-brand-prefix{font-size:8px}}

@media(prefers-reduced-motion:reduce){
  .odo-motion-marquee__track,.odo-motion-marquee--glow:after,.odo-ambient-light,.odo-motion-shimmer:after,.odo-hero-v280__micro i{animation:none!important}
  .odo-motion-ready [data-odo-reveal]{opacity:1!important;transform:none!important;transition:none!important}
  .odo-product-card-v2__primary,.odo-product-card-v2__alt,.odo-product-card-v280,.odo-tb-brand,.odo-advanced-logo,.odo-header-icon,.odo-hero-v280__visual img{transition:none!important}
}
