@keyframes stt-orb-drift{0%,to{transform:translate(0,0) scale(1)}25%{transform:translate(var(--orb-x1, -30px),var(--orb-y1, 20px)) scale(1.04)}50%{transform:translate(var(--orb-x2, 20px),var(--orb-y2, -15px)) scale(.97)}75%{transform:translate(calc(var(--orb-x1, -30px)*-.4),calc(var(--orb-y2, -15px)*-.5)) scale(1.02)}}@keyframes stt-float-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes stt-pulse-accent{0%,to{box-shadow:0 0 0 0 rgba(0,122,255,.3)}50%{box-shadow:0 0 0 8px transparent}}@keyframes stt-ai-dot{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}[data-theme=crm]{--stt-bg:#ffffff;--stt-bg-alt:#f5f5f7;--stt-bg-elevated:#ffffff;--stt-site-bg:#ffffff;--stt-text:#1c1c1e;--stt-text-muted:#6e6e73;--stt-accent:#c9a96e;--stt-accent-hover:#b8935a;--stt-accent-subtle:rgba(201, 169, 110, 0.12);--stt-accent-glow:0 0 24px rgba(201, 169, 110, 0.40);--crm-text-primary:#1c1c1e;--crm-text-secondary:#48484a;--crm-text-tertiary:#6e6e73;--crm-text-quaternary:#aeaeb2;--crm-accent:#c9a96e;--crm-accent-hover:#b8935a;--crm-accent-glow:0 0 24px rgba(201, 169, 110, 0.40);--crm-accent-subtle:rgba(201, 169, 110, 0.12);--crm-green:#34c759;--crm-red:#ff3b30;--crm-orange:#ff9f0a;--crm-yellow:#ffd60a;--crm-purple:#bf5af2;--crm-pink:#ff2d55;--crm-teal:#5ac8fa;--crm-indigo:#5856d6;--crm-cyan:#32ade6;--bg-orb-1:rgba(201, 169, 110, 0.12);--bg-orb-2:rgba(201, 169, 110, 0.08);--bg-orb-3:rgba(255, 45, 85, 0.07);--bg-orb-4:rgba(201, 169, 110, 0.06);--crm-glass-bg:rgba(255, 255, 255, 0.58);--crm-glass-bg-medium:rgba(255, 255, 255, 0.72);--crm-glass-bg-heavy:rgba(255, 255, 255, 0.86);--crm-glass-bg-solid:rgba(255, 255, 255, 0.95);--crm-glass-blur:20px;--crm-glass-blur-strong:40px;--crm-glass-border:rgba(255, 255, 255, 0.75);--crm-glass-border-subtle:rgba(0, 0, 0, 0.08);--crm-glass-shadow-sm:inset 0 1px 0 rgba(255,255,255,0.85), 0 1px 3px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);--crm-glass-shadow-md:inset 0 1px 0 rgba(255,255,255,0.85), 0 4px 20px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);--crm-glass-shadow-lg:inset 0 1px 0 rgba(255,255,255,0.90), 0 8px 40px rgba(0,0,0,0.10), 0 2px 10px rgba(0,0,0,0.06);--crm-glass-refraction:linear-gradient(135deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.15) 40%, transparent 60%);--crm-input-bg:rgba(120, 120, 128, 0.08);--crm-input-border:rgba(60, 60, 67, 0.12);--crm-hover-bg:rgba(0, 0, 0, 0.04);--stt-glass-bg:var(--crm-glass-bg);--stt-glass-bg-heavy:var(--crm-glass-bg-heavy);--stt-glass-bg-light:var(--crm-glass-bg);--stt-glass-border:var(--crm-glass-border);--stt-glass-shadow:var(--crm-glass-shadow-md);--glass-bg:rgba(255, 255, 255, 0.18);--glass-bg-medium:rgba(255, 255, 255, 0.58);--glass-bg-heavy:rgba(255, 255, 255, 0.86);--glass-bg-solid:rgba(255, 255, 255, 0.95);--glass-border:rgba(255, 255, 255, 0.65);--glass-glow-accent:0 0 40px rgba(0, 0, 0, 0.08);--glass-glow-accent-sm:0 0 16px rgba(0, 0, 0, 0.06);--glass-glow-accent-lg:0 0 60px rgba(0, 0, 0, 0.12);--stt-gradient-hero:linear-gradient(135deg, #f0f4ff 0%, #f5f5f7 50%, #f0f0f5 100%);--stt-gradient-accent:linear-gradient(135deg, #c9a96e 0%, #b8935a 100%);--stt-gradient-warm:linear-gradient(180deg, rgba(201,169,110,0.04) 0%, transparent 100%);--stt-gradient-surface:linear-gradient(180deg, var(--stt-bg) 0%, var(--stt-bg-alt) 100%);--stt-sale:#ff3b30;--stt-success:#34c759;--stt-warning:#ff9f0a;--stt-neon-glow:none;--stt-neon-glow-sm:none;--stt-neon-text:none;--stt-sidebar-width:280px}[data-theme=crm] body{background-color:transparent!important;background-image:none!important;color:var(--stt-text, #1c1c1e);font-size:clamp(.9375rem,1.5vw,1rem)!important;line-height:1.6!important;color:var(--crm-text-primary, #1c1c1e)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.stt-orb-layer{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none;display:none}[data-theme=crm] .stt-orb-layer{display:block}.stt-orb{position:absolute;border-radius:50%;filter:blur(90px);will-change:transform;animation:stt-orb-drift var(--orb-duration, 22s) ease-in-out infinite}.stt-orb--1{width:clamp(280px,36vw,520px);height:clamp(280px,36vw,520px);background:var(--bg-orb-1, rgba(0, 122, 255, 0.13));top:-8%;right:-6%;--orb-duration:24s;--orb-x1:-30px;--orb-y1:20px;--orb-x2:15px;--orb-y2:-12px}.stt-orb--2{width:clamp(260px,32vw,460px);height:clamp(260px,32vw,460px);background:var(--bg-orb-2, rgba(88, 86, 214, 0.11));bottom:-6%;left:-6%;--orb-duration:30s;animation-delay:-12s;--orb-x1:20px;--orb-y1:-18px;--orb-x2:-12px;--orb-y2:12px}.stt-orb--3{width:clamp(220px,28vw,400px);height:clamp(220px,28vw,400px);background:var(--bg-orb-3, rgba(255, 45, 85, 0.10));bottom:-4%;right:-4%;--orb-duration:26s;animation-delay:-8s;--orb-x1:-16px;--orb-y1:-20px;--orb-x2:24px;--orb-y2:8px}.stt-orb--4{width:clamp(200px,26vw,380px);height:clamp(200px,26vw,380px);background:var(--bg-orb-4, rgba(90, 200, 250, 0.09));top:-6%;left:-6%;--orb-duration:34s;animation-delay:-17s;--orb-x1:14px;--orb-y1:18px;--orb-x2:-18px;--orb-y2:-8px}@media (max-width:767px){.stt-orb--3,.stt-orb--4{display:none}.stt-orb--1,.stt-orb--2{filter:blur(60px);opacity:.85}}@media (prefers-reduced-motion:reduce){.stt-orb{animation:none}}[data-theme=crm] .stt-text-gradient,[data-theme=crm] .stt-text-gradient--blue{background:linear-gradient(135deg,#1c1c1e 0,#6e6e73 60%,#48484a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=crm] .stt-text-gradient--warm{background:linear-gradient(135deg,#ff9f0a 0,#ff3b30 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=crm] .stt-text-gradient--purple{background:linear-gradient(135deg,#5856d6 0,#bf5af2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=crm] .stt-card{background:var(--crm-glass-bg-heavy);backdrop-filter:blur(var(--crm-glass-blur)) saturate(1.5);-webkit-backdrop-filter:blur(var(--crm-glass-blur)) saturate(1.5);border:1px solid var(--crm-glass-border);box-shadow:var(--crm-glass-shadow-sm);transition:box-shadow 280ms cubic-bezier(.34,1.56,.64,1),transform 280ms cubic-bezier(.34,1.56,.64,1)}[data-theme=crm] .stt-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--crm-glass-refraction);pointer-events:none;opacity:0;transition:opacity 280ms ease;z-index:0}@media (min-width:1024px){[data-theme=crm] .stt-card:hover{box-shadow:var(--crm-glass-shadow-lg);transform:translateY(-3px)}[data-theme=crm] .stt-card:hover::before{opacity:1}}[data-theme=crm] .stt-card__body,[data-theme=crm] .stt-card__media,[data-theme=crm] .stt-card__video-badge{position:relative;z-index:1}[data-theme=crm] .stt-card__quick-add{background:var(--crm-accent);color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);border:0}[data-theme=crm] .stt-card__quick-add:hover{background:var(--crm-accent-hover);box-shadow:0 4px 16px rgba(0,0,0,.22);transform:scale(1.06)}[data-theme=crm] .stt-card__quick-add:active{transform:scale(.96)}[data-theme=crm] .stt-btn--primary{box-shadow:0 1px 3px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.1)}[data-theme=crm] .stt-btn--primary:active{opacity:.88;box-shadow:0 1px 3px rgba(0,0,0,.1)}[data-theme=crm] .stt-btn--ghost{color:var(--crm-accent)}[data-theme=crm] .stt-btn--ghost:hover{color:var(--crm-accent-hover)}[data-theme=crm] .stt-header{background:var(--crm-glass-bg-medium);backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);border-bottom:1px solid var(--crm-glass-border-subtle);box-shadow:inset 0-1px 0 rgba(255,255,255,.6),0 2px 20px rgba(0,0,0,.06)}[data-theme=crm] .stt-sh__eyebrow{background:linear-gradient(135deg,#1c1c1e 0,#48484a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=crm] .stt-sh__link:hover{border-bottom-color:var(--crm-accent-hover)}[data-theme=crm] .stt-section-divider{background:linear-gradient(90deg,transparent,#1c1c1e 30%,#48484a 70%,transparent)}[data-theme=crm] .stt-badge--brand,[data-theme=crm] .stt-badge--new{background:rgba(28,28,30,.06);color:var(--crm-text-primary)}[data-theme=crm] .stt-badge--tier{background:linear-gradient(135deg,rgba(0,122,255,.1),rgba(88,86,214,.1));color:var(--crm-indigo)}[data-theme=crm] .stt-badge--sale{background:rgba(255,59,48,.1);color:var(--crm-red)}[data-theme=crm] .stt-badge--low-stock{background:rgba(255,159,10,.1);color:var(--crm-orange)}[data-theme=crm] .stt-chip.is-active,[data-theme=crm] .stt-chip[aria-pressed=true]{background:var(--crm-accent);border-color:transparent;color:#fff}[data-theme=crm] .stt-swatch.is-active{border-color:var(--crm-accent)}[data-theme=crm] .stt-size-pill.is-active{background-color:var(--crm-accent);border-color:var(--crm-accent);color:#fff}[data-theme=crm] .stt-size-pill:hover{border-color:var(--crm-accent);background:rgba(0,122,255,.06)}[data-theme=crm] input:not([type=checkbox]):not([type=radio]):not([type=range]),[data-theme=crm] select,[data-theme=crm] textarea{background:var(--crm-input-bg);border:1px solid var(--crm-input-border);border-radius:10px;padding:12px 16px;transition:border-color 200ms ease,box-shadow 200ms ease}[data-theme=crm] input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,[data-theme=crm] textarea:focus{border-color:var(--crm-accent);box-shadow:0 0 0 3px rgba(0,122,255,.18);outline:0}[data-theme=crm] :focus-visible{outline:2px solid var(--crm-accent);outline-offset:2px}[data-theme=crm] .stt-drawer{background:var(--crm-glass-bg-heavy);backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);border-left:1px solid var(--crm-glass-border);box-shadow:-4px 0 40px rgba(0,0,0,.08)}[data-theme=crm] .stt-drawer--left{border-left:none;border-right:1px solid var(--crm-glass-border);box-shadow:4px 0 40px rgba(0,0,0,.08)}[data-theme=crm] .stt-bottom-sheet{backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);box-shadow:0-8px 40px rgba(0,0,0,.08)}[data-theme=crm] .stt-action-bar,[data-theme=crm] .stt-bottom-sheet,[data-theme=crm] .stt-sticky-atc{background:var(--crm-glass-bg-heavy);border-top:1px solid var(--crm-glass-border)}[data-theme=crm] .stt-action-bar{backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0-4px 20px rgba(0,0,0,.06)}[data-theme=crm] .stt-sticky-atc{box-shadow:0-4px 24px rgba(0,0,0,.08)}[data-theme=crm] .stt-search-overlay,[data-theme=crm] .stt-sticky-atc,[data-theme=crm] .stt-toast{backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8)}[data-theme=crm] .stt-toast{background:var(--crm-glass-bg-solid);border:1px solid var(--crm-glass-border);box-shadow:var(--crm-glass-shadow-md);color:var(--crm-text-primary)}[data-theme=crm] .stt-search-overlay{background:var(--crm-glass-bg-heavy)}[data-theme=crm] .stt-search-overlay__input{background:var(--crm-input-bg);border:1px solid var(--crm-input-border)}[data-theme=crm] .stt-search-overlay__input:focus{border-color:var(--crm-accent);box-shadow:0 0 0 3px rgba(0,122,255,.18)}[data-theme=crm] .stt-announce{background:linear-gradient(135deg,rgba(0,122,255,.07)0,rgba(88,86,214,.05) 100%);border-bottom:1px solid rgba(0,122,255,.1)}[data-theme=crm] .stt-announce,[data-theme=crm] .stt-footer,[data-theme=crm] .stt-trust-badge{backdrop-filter:blur(var(--crm-glass-blur));-webkit-backdrop-filter:blur(var(--crm-glass-blur))}[data-theme=crm] .stt-footer{background:var(--crm-glass-bg-solid)}[data-theme=crm] .stt-trust-badge{background:var(--crm-glass-bg);border:1px solid var(--crm-glass-border);box-shadow:var(--crm-glass-shadow-sm)}[data-theme=crm] .stt-footer a:hover,[data-theme=crm] .stt-trust-badge__icon{color:var(--crm-accent)}[data-theme=crm] .stt-proof-badge,[data-theme=crm] .stt-wishlist-btn{backdrop-filter:blur(var(--crm-glass-blur));-webkit-backdrop-filter:blur(var(--crm-glass-blur));border:1px solid var(--crm-glass-border)}[data-theme=crm] .stt-proof-badge{background:var(--crm-glass-bg);box-shadow:var(--crm-glass-shadow-sm)}[data-theme=crm] .stt-wishlist-btn{background:var(--crm-glass-bg-medium)}[data-theme=crm] .stt-wishlist-btn.is-wishlisted{color:var(--crm-pink)}[data-theme=crm] .stt-wishlist-btn:hover{box-shadow:var(--crm-glass-shadow-sm)}[data-theme=crm] .stt-price--on-sale .stt-price__current,[data-theme=crm] .stt-price__discount{color:var(--crm-red)}[data-theme=crm] .stt-progress__fill{background:linear-gradient(90deg,#c9a96e,#b8935a)}[data-theme=crm] .stt-pagination__item--current .stt-pagination__link,[data-theme=crm] .stt-pagination__link.is-current{background:var(--crm-accent);color:#fff;border-color:transparent}[data-theme=crm] .stt-flash-sale,[data-theme=crm] .stt-flash-sale__digit{backdrop-filter:blur(var(--crm-glass-blur));-webkit-backdrop-filter:blur(var(--crm-glass-blur));border:1px solid var(--crm-glass-border)}[data-theme=crm] .stt-flash-sale{background:var(--crm-glass-bg)}[data-theme=crm] .stt-flash-sale__digit{background:var(--crm-glass-bg-heavy)}[data-theme=crm] .stt-cookie-banner{background:var(--crm-glass-bg-heavy);backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);border-top:1px solid var(--crm-glass-border)}[data-theme=crm] .stt-overlay{background:rgba(0,0,0,.25);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}[data-theme=crm] .stt-skeleton__card,[data-theme=crm] .stt-skeleton__image,[data-theme=crm] .stt-skeleton__line,[data-theme=crm] .stt-skeleton__text{background:linear-gradient(90deg,#e8e8ed 0,#f2f2f7 50%,#e8e8ed 100%);background-size:200% 100%;animation:stt-shimmer 1.5s ease-in-out infinite}[data-theme=crm] .stt-card--mini,[data-theme=crm] .stt-whatsapp-btn{background:var(--crm-glass-bg-medium);border:1px solid var(--crm-glass-border)}[data-theme=crm] .stt-whatsapp-btn{backdrop-filter:blur(var(--crm-glass-blur));-webkit-backdrop-filter:blur(var(--crm-glass-blur));box-shadow:var(--crm-glass-shadow-sm)}[data-theme=crm] .stt-card--mini{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=crm] .stt-animate-float-in{animation:stt-float-in .45s cubic-bezier(.34,1.56,.64,1) both}[data-theme=crm] .stt-pulse-cta{animation:stt-pulse-accent 2.5s ease-in-out infinite}[data-theme=crm] .stt-ai-loading span{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--crm-accent);margin:0 2px;animation:stt-ai-dot 1.2s ease-in-out infinite}[data-theme=crm] .stt-ai-loading span:nth-child(2){animation-delay:.2s}[data-theme=crm] .stt-ai-loading span:nth-child(3){animation-delay:.4s}[data-theme=crm] .stt-section--hero{background:var(--stt-gradient-hero)}[data-theme=crm] .stt-section--ai-gradient{background:linear-gradient(135deg,rgba(0,122,255,.04)0,rgba(88,86,214,.03) 50%,rgba(191,90,242,.03) 100%)}[data-theme=crm] .stt-section--glass{background:var(--crm-glass-bg);backdrop-filter:blur(var(--crm-glass-blur));-webkit-backdrop-filter:blur(var(--crm-glass-blur));border-top:1px solid var(--crm-glass-border);border-bottom:1px solid var(--crm-glass-border)}[data-theme=crm] .stt-sidebar{background:var(--crm-glass-bg-medium);backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.6);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.6);border-right:1px solid var(--crm-glass-border-subtle)}[data-theme=crm] .stt-filters__drawer,[data-theme=crm] .stt-modal,[data-theme=crm] .stt-newsletter__modal{background:var(--crm-glass-bg-heavy);backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8);-webkit-backdrop-filter:blur(var(--crm-glass-blur-strong)) saturate(1.8)}[data-theme=crm] .stt-modal,[data-theme=crm] .stt-newsletter__modal{border:1px solid var(--crm-glass-border);box-shadow:var(--crm-glass-shadow-lg)}[data-theme=crm] .stt-filters__drawer{border-right:1px solid var(--crm-glass-border)}@supports not (backdrop-filter:blur(1px)){[data-theme=crm] .stt-action-bar,[data-theme=crm] .stt-announce,[data-theme=crm] .stt-bottom-sheet,[data-theme=crm] .stt-card,[data-theme=crm] .stt-card--mini,[data-theme=crm] .stt-cookie-banner,[data-theme=crm] .stt-drawer,[data-theme=crm] .stt-filters__drawer,[data-theme=crm] .stt-flash-sale,[data-theme=crm] .stt-flash-sale__digit,[data-theme=crm] .stt-footer,[data-theme=crm] .stt-header,[data-theme=crm] .stt-modal,[data-theme=crm] .stt-newsletter__modal,[data-theme=crm] .stt-proof-badge,[data-theme=crm] .stt-search-overlay,[data-theme=crm] .stt-section--glass,[data-theme=crm] .stt-sidebar,[data-theme=crm] .stt-sticky-atc,[data-theme=crm] .stt-toast,[data-theme=crm] .stt-trust-badge,[data-theme=crm] .stt-whatsapp-btn,[data-theme=crm] .stt-wishlist-btn{background:rgba(255,255,255,.97);border-color:rgba(0,0,0,.08)}[data-theme=crm] .stt-orb-layer{display:none}}html{background:#fff}[data-theme=crm] img:not([data-no-dim]){filter:none}[data-theme=crm] .stt-flash-sale-wrap{background:linear-gradient(135deg,rgba(255,59,48,.05)0,rgba(255,159,10,.04) 100%)!important;border:1px solid rgba(255,59,48,.12)!important;border-radius:16px!important;margin-inline:clamp(.75rem,2vw,1.5rem)!important}[data-theme=crm] .stt-flash-sale-wrap .stt-sh__title,[data-theme=crm] .stt-footer{color:var(--crm-text-primary)!important}[data-theme=crm] .stt-flash-sale-wrap .stt-sh__subtitle{color:var(--crm-text-secondary)!important}[data-theme=crm] .stt-flash-sale-wrap .stt-sh__link{color:var(--crm-accent)!important}[data-theme=crm] .stt-footer{background:rgba(255,255,255,.94)!important;border-top:1px solid var(--crm-glass-border-subtle)!important}[data-theme=crm] .stt-footer a,[data-theme=crm] .stt-footer li,[data-theme=crm] .stt-footer p,[data-theme=crm] .stt-footer span{color:var(--crm-text-secondary)}[data-theme=crm] .stt-coll-hero__banner{background:0 0!important}[data-theme=crm] .stt-sidebar{background:rgba(255,255,255,.96)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:2px 0 24px rgba(0,0,0,.08),inset -1px 0 0 rgba(0,0,0,.05)!important;border-right:1px solid rgba(0,0,0,.06)!important}[data-theme=crm] .stt-sidebar__action:hover,[data-theme=crm] .stt-sidebar__nav-link:hover{background:rgba(0,122,255,.07)!important;color:var(--crm-accent)!important;border-radius:10px}[data-theme=crm] .stt-sidebar__nav-item.is-active>.stt-sidebar__nav-link,[data-theme=crm] .stt-sidebar__nav-link.is-active{background:rgba(0,122,255,.1)!important;color:var(--crm-accent)!important;border-left-color:var(--crm-accent)!important}[data-theme=crm] .stt-sidebar__submenu{border-left-color:rgba(0,122,255,.28)!important}[data-theme=crm] .stt-sidebar__submenu-link.is-active,[data-theme=crm] .stt-sidebar__submenu-link:hover{color:var(--crm-accent)!important;background-color:rgba(0,122,255,.06)!important;opacity:1!important}[data-theme=crm] .stt-sidebar__actions{border-top-color:rgba(0,0,0,.06)!important}[data-theme=crm] .stt-sidebar__logo{border-bottom-color:rgba(0,0,0,.06)!important}[data-theme=crm] .stt-sidebar__cart-count{background-color:var(--crm-accent)!important;color:#fff!important}[data-theme=crm] .stt-sidebar__action,[data-theme=crm] .stt-sidebar__nav-link{color:var(--crm-text-primary)!important}.stt-mega-panel{display:none}@media (min-width:1024px){.stt-mega-panel{display:block;position:fixed;top:0;bottom:0;left:var(--stt-sidebar-width, 280px);width:min(420px,calc(100vw - var(--stt-sidebar-width, 280px) - 1rem));background:rgba(255,255,255,.97);backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border-right:1px solid rgba(0,0,0,.06);box-shadow:4px 0 32px rgba(0,0,0,.1);z-index:calc(var(--stt-z-sticky, 100) - 1);overflow-y:auto;padding:1.75rem 1.5rem 2rem;opacity:0;visibility:hidden;transform:translateX(-10px);pointer-events:none;transition:opacity 200ms cubic-bezier(.4,0,.2,1),transform 200ms cubic-bezier(.4,0,.2,1),visibility 200ms}.stt-mega-panel.is-open{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}}[data-theme=crm] .stt-mega-panel__ai-badge{display:inline-flex;align-items:center;gap:4px;padding:.25rem .75rem;border-radius:999px;background:linear-gradient(135deg,rgba(0,122,255,.1),rgba(88,86,214,.08));border:1px solid rgba(0,122,255,.16);font-size:.68rem;font-weight:700;letter-spacing:.04em;color:var(--crm-accent);margin-bottom:.5rem}[data-theme=crm] .stt-mega-panel__heading{font-size:1.2rem;font-weight:700;color:var(--crm-text-primary);margin-bottom:.625rem}[data-theme=crm] .stt-mega-panel__group-label{font-size:.67rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--crm-text-quaternary);margin-top:1.125rem;margin-bottom:.375rem;padding-left:.5rem}[data-theme=crm] .stt-mega-panel__link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:10px;font-size:.875rem;color:var(--crm-text-primary);transition:background 160ms ease,color 160ms ease;margin-bottom:2px;text-decoration:none}[data-theme=crm] .stt-mega-panel__link.is-active,[data-theme=crm] .stt-mega-panel__link:hover{background:rgba(0,122,255,.07);color:var(--crm-accent)}[data-theme=crm] .stt-mega-panel__link--primary{font-weight:600;color:var(--crm-accent);background:rgba(0,122,255,.06);margin-bottom:.25rem}[data-theme=crm] .stt-mega-panel__link--primary:hover{background:rgba(0,122,255,.12)}[data-theme=crm] .stt-mega-panel__divider{height:1px;background:rgba(0,0,0,.06);margin:1rem 0}[data-theme=crm] .stt-sidebar__member-card{margin:.5rem .75rem .625rem;padding:.875rem 1rem;border-radius:14px;flex-shrink:0}[data-theme=crm] .stt-sidebar__member-card--member{background:linear-gradient(135deg,rgba(0,122,255,.09)0,rgba(88,86,214,.06) 100%);border:1px solid rgba(0,122,255,.16)}[data-theme=crm] .stt-sidebar__member-card--guest{background:linear-gradient(135deg,rgba(191,90,242,.06)0,rgba(0,122,255,.05) 100%)}[data-theme=crm] .stt-sidebar__member-tier{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--crm-accent);margin-bottom:.2rem}[data-theme=crm] .stt-sidebar__member-name{font-size:.875rem;font-weight:600;color:var(--crm-text-primary);line-height:1.3}[data-theme=crm] .stt-sidebar__member-sub{font-size:.7rem;color:var(--crm-text-tertiary);margin-top:.15rem;line-height:1.4}[data-theme=crm] .stt-sidebar__member-cta{display:inline-flex;align-items:center;gap:.25rem;margin-top:.625rem;padding:.35rem .875rem;background:#1c1c1e;color:#fff;border:1.5px solid var(--crm-gold);border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;transition:background 180ms ease,transform 120ms ease,border-color 180ms ease;text-decoration:none}[data-theme=crm] .stt-sidebar__member-cta:hover{background:#000;border-color:var(--crm-gold-hover);transform:translateY(-1px);color:#fff}[data-theme=crm] .stt-sidebar__member-card--guest .stt-sidebar__member-cta{background:#1c1c1e;color:#fff;border:1.5px solid var(--crm-gold);box-shadow:inset 0 0 0 1px var(--crm-gold)}[data-theme=crm] .stt-sidebar__member-card--guest .stt-sidebar__member-cta:hover{background:#000;border-color:var(--crm-gold-hover);box-shadow:inset 0 0 0 1px var(--crm-gold-hover)}[data-theme=crm] .stt-sidebar__benefits{margin:0 .75rem .5rem;padding:.625rem .875rem;border-radius:10px;background:rgba(52,199,89,.06);border:1px solid rgba(52,199,89,.16);flex-shrink:0}[data-theme=crm] .stt-sidebar__benefits-title{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--crm-green);margin-bottom:.375rem}[data-theme=crm] .stt-sidebar__benefit-item{display:flex;align-items:center;gap:6px;font-size:.72rem;color:var(--crm-text-secondary);padding:2px 0}[data-theme=crm] .shopify-section>section,[data-theme=crm] [data-stt-section]{background-color:transparent}[data-theme=crm] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=crm] ::-webkit-scrollbar-track{background:rgba(0,0,0,.03);border-radius:999px}[data-theme=crm] ::-webkit-scrollbar-thumb{background:rgba(0,122,255,.22);border-radius:999px;border:2px solid transparent;background-clip:content-box}[data-theme=crm] ::-webkit-scrollbar-thumb:hover{background:rgba(0,122,255,.42);background-clip:content-box}[data-theme=crm] html{scrollbar-width:thin;scrollbar-color:rgba(0,122,255,.25) transparent}[data-theme=crm] .stt-ai-rec-badge{display:inline-flex;align-items:center;gap:5px;padding:.25rem .75rem;border-radius:999px;background:linear-gradient(135deg,rgba(0,122,255,.1),rgba(88,86,214,.08));border:1px solid rgba(0,122,255,.16);font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--crm-accent)}[data-theme=crm] .stt-ai-rec-badge::before{content:"✦";font-size:.7rem}[data-theme=crm] .stt-card{position:relative}[data-theme=crm] .stt-card__link-overlay{position:absolute;inset:0;z-index:0;border-radius:inherit}[data-theme=crm] .stt-badge,[data-theme=crm] .stt-card__quick-add,[data-theme=crm] .stt-wishlist-btn{position:relative;z-index:2}[data-theme=crm] .content-for-layout,[data-theme=crm] .page-width,[data-theme=crm] .page-width--narrow,[data-theme=crm] .section--divider,[data-theme=crm] .section--padding,[data-theme=crm] .shopify-section,[data-theme=crm] [class*=shopify-section-group],[data-theme=crm] [id^=shopify-section-]{--gradient-background:transparent;background:0 0!important}[data-theme=crm] .color-background-1,[data-theme=crm] .color-background-2,[data-theme=crm] .color-background-3,[data-theme=crm] .color-background-4,[data-theme=crm] .color-scheme-1,[data-theme=crm] .color-scheme-2,[data-theme=crm] .color-scheme-3,[data-theme=crm] .color-scheme-4,[data-theme=crm] .color-scheme-5,[data-theme=crm] .gradient,[data-theme=crm] .newsletter,[data-theme=crm] .newsletter__wrapper,[data-theme=crm] .stt-homepage-section,[data-theme=crm] .stt-section,[data-theme=crm] .stt-section--alt,[data-theme=crm] .stt-section-footer{background:rgba(255,255,255,.1)!important;--gradient-background:transparent}[data-theme=crm]{--color-background:245, 245, 247}.stt-newsletter__credit-headline strong{color:var(--crm-green, #34c759)}@media (max-width:599px){.stt-newsletter__credit-badge{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}}.stt-newsletter__credit-badge{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.125rem;margin-bottom:1.25rem;border-radius:14px;background:linear-gradient(135deg,rgba(52,199,89,.1)0,rgba(0,122,255,.07) 100%);border:1px solid rgba(52,199,89,.22);box-shadow:0 2px 12px rgba(52,199,89,.08)}.stt-newsletter__credit-icon{font-size:1.75rem;flex-shrink:0;line-height:1}.stt-newsletter__credit-text{flex:1}.stt-newsletter__credit-headline{font-size:.9375rem;font-weight:600;color:var(--crm-text-primary, #1c1c1e);line-height:1.3}.stt-newsletter__credit-sub{font-size:.75rem;color:var(--crm-text-tertiary, #6e6e73);margin-top:.2rem;line-height:1.4}@media (max-width:599px){.stt-newsletter__credit-badge{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}}[data-theme=crm] .page-width,[data-theme=crm] .page-width--narrow,[data-theme=crm] .stt-container,[data-theme=crm] .stt-footer__container{max-width:1400px!important;margin-inline:auto!important;padding-inline:clamp(1.25rem,3vw,2.5rem)!important;width:100%!important;box-sizing:border-box!important}[data-theme=crm] .page-width--narrow,[data-theme=crm] .stt-footer__container{max-width:900px!important}[data-theme=crm] .stt-footer__container{max-width:1400px!important}[data-theme=crm] .shopify-section .section--padding,[data-theme=crm] .shopify-section section,[data-theme=crm] .stt-section{padding-block:clamp(2.5rem,5vw,4rem)}[data-theme=crm] .stt-mega-panel__products{display:flex;flex-direction:column;gap:6px;margin-bottom:.375rem}[data-theme=crm] .stt-mega-panel__product-card{display:flex;align-items:center;gap:.75rem;padding:.5rem .625rem;border-radius:12px;border:1px solid transparent;transition:background 160ms ease,border-color 160ms ease;text-decoration:none;color:inherit}[data-theme=crm] .stt-mega-panel__product-card:hover{background:rgba(0,122,255,.06);border-color:rgba(0,122,255,.12)}[data-theme=crm] .stt-mega-panel__product-img{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--crm-input-bg);display:flex;align-items:center;justify-content:center}[data-theme=crm] .stt-mega-panel__product-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}[data-theme=crm] .stt-mega-panel__product-img--placeholder{color:var(--crm-text-quaternary)}[data-theme=crm] .stt-mega-panel__product-info{flex:1;min-width:0}[data-theme=crm] .stt-mega-panel__product-title{font-size:.8rem;font-weight:500;color:var(--crm-text-primary);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=crm] .stt-mega-panel__product-price{font-size:.8rem;font-weight:600;color:var(--crm-accent);margin-top:2px;display:flex;align-items:center;gap:5px}[data-theme=crm] .stt-mega-panel__price--sale{color:var(--crm-red)}[data-theme=crm] .stt-mega-panel__price--compare{font-size:.72rem;font-weight:400;color:var(--crm-text-quaternary);text-decoration:line-through}[data-theme=crm] .h1,[data-theme=crm] h1{font-size:clamp(1.375rem,3vw,2rem)!important;font-weight:700!important;letter-spacing:-.025em!important;line-height:1.15!important;color:var(--crm-text-primary)!important}[data-theme=crm] .stt-va-hero__title{color:#f0f0f0!important;font-size:clamp(1.75rem,5vw,3rem)!important;letter-spacing:normal!important;line-height:1.15!important}[data-theme=crm] .h2,[data-theme=crm] .stt-sh__title,[data-theme=crm] h2{font-size:clamp(1.125rem,2.2vw,1.5rem)!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.22!important;color:var(--crm-text-primary)!important}[data-theme=crm] .h3,[data-theme=crm] h3{font-size:clamp(1rem,1.8vw,1.25rem)!important;font-weight:600!important;letter-spacing:-.01em!important;line-height:1.28!important;color:var(--crm-text-primary)!important}[data-theme=crm] .h4,[data-theme=crm] h4{font-size:clamp(.9375rem,1.5vw,1.0625rem)!important;font-weight:600!important;line-height:1.3!important;color:var(--crm-text-primary)!important}[data-theme=crm] .h5,[data-theme=crm] .h6,[data-theme=crm] h5,[data-theme=crm] h6{font-size:clamp(.8125rem,1.2vw,.9375rem)!important;font-weight:600!important;color:var(--crm-text-primary)!important}[data-theme=crm] p{font-size:clamp(.9375rem,1.5vw,1rem);line-height:1.65;color:var(--crm-text-secondary, #48484a)}[data-theme=crm] .text-sm,[data-theme=crm] small{font-size:clamp(.8125rem,1.2vw,.875rem)}@media (max-width:767px){[data-theme=crm] .h1,[data-theme=crm] h1{font-size:clamp(1.25rem,5.5vw,1.625rem)!important}[data-theme=crm] .h2,[data-theme=crm] .stt-sh__title,[data-theme=crm] h2{font-size:clamp(1.0625rem,4.5vw,1.375rem)!important}[data-theme=crm] .h3,[data-theme=crm] h3{font-size:clamp(.9375rem,3.5vw,1.125rem)!important}}[data-theme=crm] .card__heading,[data-theme=crm] .card__heading a,[data-theme=crm] .card__heading h2{font-size:clamp(.75rem,1.3vw,.9rem)!important;line-height:1.3!important;font-weight:600!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin-bottom:.2rem!important;color:var(--crm-text-primary)!important}[data-theme=crm] .card-information__vendor,[data-theme=crm] .card__vendor{font-size:.68rem!important;color:var(--crm-text-tertiary, #6e6e73)!important;font-weight:400!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-bottom:.15rem!important}[data-theme=crm] .price .money,[data-theme=crm] .price-item--regular,[data-theme=crm] .price__regular .money,[data-theme=crm] .price__sale .money{font-size:clamp(.78rem,1.2vw,.875rem)!important;font-weight:600!important}[data-theme=crm] .price__sale .price-item--sale{color:var(--crm-red, #ff3b30)!important}[data-theme=crm] .price__sale .price-item--regular{font-size:.72rem!important;font-weight:400!important;color:var(--crm-text-quaternary, #aeaeb2)!important;text-decoration:line-through!important}[data-theme=crm] .card-information{padding-inline:.5rem!important;padding-block:.5rem .625rem!important}@media (max-width:599px){[data-theme=crm] .card__heading,[data-theme=crm] .card__heading a{font-size:clamp(.7rem,3.5vw,.8125rem)!important}[data-theme=crm] .price .money,[data-theme=crm] .price__regular .money{font-size:.78rem!important}}[data-theme=crm]{--stt-primary:var(--crm-accent);--stt-primary-hover:var(--crm-accent-hover);--stt-primary-light:var(--crm-accent-subtle);--stt-primary-contrast:#ffffff;--crm-gold:#c9a84c;--crm-gold-hover:#b8941f;--crm-gold-subtle:rgba(201, 168, 76, 0.12);--stt-gold:#c9a84c;--stt-gold-hover:#b8941f;--stt-gold-subtle:rgba(201, 168, 76, 0.12);--color-primary:var(--crm-accent);--color-base-text:28, 28, 30;--color-shadow:28, 28, 30;--color-base-background-1:245, 245, 247;--color-base-background-2:235, 235, 237;--color-base-accent-1:0, 122, 255;--color-base-accent-2:88, 86, 214;--color-base-solid-button-labels:255, 255, 255;--color-base-outline-button-labels:0, 122, 255}[data-theme=crm] .btn,[data-theme=crm] .button,[data-theme=crm] .field__button,[data-theme=crm] .stt-btn--primary,[data-theme=crm] [class*=button--primary],[data-theme=crm] input[type=submit]{background-color:var(--crm-accent)!important;color:#fff!important;border:0!important;border-radius:10px!important;font-weight:600!important;font-size:clamp(.875rem,1.5vw,.9375rem)!important;padding:.7rem 1.5rem!important;cursor:pointer!important;transition:background-color 180ms ease,transform 120ms ease,box-shadow 180ms ease!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.375rem!important;text-decoration:none!important}[data-theme=crm] .btn:hover,[data-theme=crm] .button:hover,[data-theme=crm] .field__button:hover,[data-theme=crm] .stt-btn--primary:hover,[data-theme=crm] [class*=button--primary]:hover,[data-theme=crm] input[type=submit]:hover{background-color:var(--crm-accent-hover)!important;transform:translateY(-1px)!important}[data-theme=crm] .btn:active,[data-theme=crm] .button:active{transform:scale(.97)!important;box-shadow:none!important}[data-theme=crm] .btn--secondary,[data-theme=crm] .button--secondary,[data-theme=crm] .stt-btn--secondary{background-color:#fff!important;color:var(--crm-text-primary)!important;border:1.5px solid var(--crm-gold)!important;box-shadow:inset 0 0 0 1px var(--crm-gold)!important}[data-theme=crm] .btn--secondary:hover,[data-theme=crm] .button--secondary:hover,[data-theme=crm] .stt-btn--secondary:hover{background-color:var(--crm-gold-subtle)!important;color:var(--crm-text-primary)!important;border-color:var(--crm-gold-hover)!important;box-shadow:inset 0 0 0 1px var(--crm-gold-hover)!important;transform:translateY(-1px)!important}[data-theme=crm] .newsletter-form .button,[data-theme=crm] .newsletter-form [type=submit],[data-theme=crm] .stt-footer__newsletter-btn{background-color:var(--crm-accent)!important;color:#fff!important;border-color:var(--crm-accent)!important;border-radius:0 10px 10px 0!important}[data-theme=crm] .stt-footer__newsletter-btn:hover{background-color:var(--crm-accent-hover)!important;opacity:1!important}[data-theme=crm] .stt-footer__back-top{background:var(--crm-accent)!important;color:#fff!important}[data-theme=crm] .product-form__submit,[data-theme=crm] [class*=add-to-cart],[data-theme=crm] [class*=quick-add] button,[data-theme=crm] [name=add]{background-color:var(--crm-accent)!important;color:#fff!important;border-color:var(--crm-accent)!important}[data-theme=crm] .product-form__submit:hover,[data-theme=crm] [name=add]:hover{background-color:var(--crm-accent-hover)!important}[data-theme=crm] .stt-footer__newsletter-input{border-radius:10px 0 0 10px!important;border-color:rgba(0,122,255,.2)!important}[data-theme=crm] .stt-footer__newsletter-input:focus{border-color:var(--crm-accent)!important;box-shadow:0 0 0 3px rgba(0,122,255,.12)!important}@media (max-width:1023px){[data-theme=crm] body{padding-left:0!important;padding-bottom:env(safe-area-inset-bottom,0)!important;overflow-x:hidden!important}[data-theme=crm] .stt-header,[data-theme=crm] header[role=banner],[data-theme=crm] header[role=banner] .stt-header{display:flex!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(20px) saturate(1.6)!important;-webkit-backdrop-filter:blur(20px) saturate(1.6)!important;border-bottom:1px solid rgba(0,0,0,.07)!important;box-shadow:0 2px 20px rgba(0,0,0,.06)!important;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:200!important;transform:none!important;visibility:visible!important;opacity:1!important}[data-theme=crm] #MainContent,[data-theme=crm] .shopify-section-group-header-group~.shopify-section,[data-theme=crm] header[role=banner]~main,[data-theme=crm] main{margin-top:0!important}[data-theme=crm] .page-width,[data-theme=crm] .stt-container{padding-inline:clamp(.875rem,4vw,1.25rem)!important}[data-theme=crm] .stt-mega-panel{display:none!important}[data-theme=crm] .button,[data-theme=crm] a,[data-theme=crm] button{min-height:44px!important}}@media (max-width:599px){[data-theme=crm] .stt-product-grid,[data-theme=crm] [class*=product-grid]{grid-template-columns:repeat(2,1fr)!important;gap:.625rem!important}[data-theme=crm] .stt-flash-sale-wrap{margin-inline:.5rem!important;border-radius:14px!important}[data-theme=crm] .stt-card{border-radius:14px!important}[data-theme=crm] .stt-card__quick-add{width:32px!important;height:32px!important;border-radius:8px!important}}@media (max-width:767px){[data-theme=crm] .stt-footer__grid{grid-template-columns:1fr!important}[data-theme=crm] .stt-footer__col--newsletter{border-top:1px solid rgba(0,122,255,.1);padding-top:1.5rem;margin-top:.5rem}}[data-theme=crm] .stt-livestream-section{background:0 0!important;padding-inline:0!important;width:100%!important}[data-theme=crm] .stt-livestream{background:0 0!important;padding-block:clamp(2.5rem,5vw,4rem)!important;padding-inline:clamp(1.25rem,3vw,2.5rem)!important;max-width:1400px!important;margin-inline:auto!important;box-sizing:border-box!important;width:100%!important}[data-theme=crm] .stt-livestream>.stt-container{background:0 0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding-block:0!important;padding-inline:clamp(1rem,4vw,2rem)!important;max-width:1280px!important;margin-inline:auto!important}@media (max-width:767px){[data-theme=crm] .stt-livestream{padding-inline:.875rem!important}[data-theme=crm] .stt-livestream>.stt-container{border-radius:14px!important}}[data-theme=crm] .stt-footer__credit-offer{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-bottom:.875rem;border-radius:10px;background:linear-gradient(135deg,rgba(52,199,89,.1)0,rgba(0,122,255,.07) 100%);border:1px solid rgba(52,199,89,.2);font-size:.8125rem;color:var(--crm-text-secondary, #48484a);line-height:1.4}[data-theme=crm] .stt-footer__credit-offer strong{color:var(--crm-green, #34c759);font-weight:700}[data-theme=crm] .stt-sh__eyebrow,[data-theme=crm] .stt-sh__link,[data-theme=crm] [class*=__cta],[data-theme=crm] [class*=view-all]{color:var(--crm-gold)!important}[data-theme=crm] .stt-sh__link:hover,[data-theme=crm] [class*=__cta]:hover,[data-theme=crm] [class*=view-all]:hover{color:var(--crm-gold-hover)!important}[data-theme=crm] a:not([class]){color:var(--crm-accent)}[data-theme=crm] a:not([class]):hover{color:var(--crm-accent-hover);text-decoration:underline}[data-theme=crm] a[style*="color: #C4A"],[data-theme=crm] a[style*="color: #c4a"],[data-theme=crm] a[style*="color:#C4A"],[data-theme=crm] a[style*="color:#c4a"]{color:var(--crm-accent)!important}[data-theme=crm] .stt-mega-panel__brand-tags{display:flex;flex-wrap:wrap;gap:5px;padding:5px 0 10px}[data-theme=crm] .stt-mega-panel__brand-tag{display:inline-flex;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:500;color:var(--crm-accent);background:var(--crm-accent-subtle, rgba(0,122,255,0.08));border:1px solid rgba(0,122,255,.18);border-radius:999px;text-decoration:none;transition:all .15s ease;white-space:nowrap;line-height:1.4}[data-theme=crm] .stt-mega-panel__brand-tag:hover{background:var(--crm-accent);color:#fff!important;border-color:var(--crm-accent);transform:translateY(-1px)}.stt-sidebar__action-item{position:relative}.stt-sidebar__action-item.is-action-open>.stt-sidebar__action{background:rgba(201,169,110,.08);color:#c9a96e;border-radius:10px}[data-theme=crm] .stt-action-panel__member-info{padding:10px 14px;background:rgba(201,169,110,.06);border-radius:10px;margin-bottom:10px;border:1px solid rgba(201,169,110,.14)}[data-theme=crm] .stt-action-panel__member-name{font-size:.8rem;font-weight:500;color:var(--crm-text-secondary);margin-top:3px}[data-theme=crm] .stt-action-panel__member-tier{font-size:.7rem;font-weight:700;color:var(--crm-accent);text-transform:uppercase;letter-spacing:.07em}[data-theme=crm] .stt-action-panel__cart-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}[data-theme=crm] .stt-action-panel__cart-img{width:48px;height:48px;border-radius:8px;overflow:hidden;background:rgba(0,0,0,.04);flex-shrink:0}[data-theme=crm] .stt-action-panel__cart-img img{width:100%;height:100%;object-fit:cover}[data-theme=crm] .stt-action-panel__cart-info{flex:1;min-width:0}[data-theme=crm] .stt-action-panel__cart-title{font-size:.8rem;font-weight:500;color:var(--crm-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=crm] .stt-action-panel__cart-price{font-size:.75rem;color:var(--crm-accent);font-weight:600;margin-top:2px}[data-theme=crm] .stt-action-panel__cart-subtotal{font-size:.875rem;color:var(--crm-text-primary);padding:10px 0 4px;font-weight:500}[data-theme=crm] .stt-action-panel__cart-subtotal strong{color:var(--crm-accent)}[data-theme=crm] .stt-action-panel__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;margin-top:6px;padding:10px 16px;background:var(--crm-accent);color:#fff!important;border-radius:10px;font-size:.875rem;font-weight:600;text-decoration:none!important;text-align:center;transition:background .15s ease}[data-theme=crm] .stt-action-panel__checkout-btn:hover{background:var(--crm-accent-hover)}.sttNewArrivals-section{background:0 0!important}.sttNewArrivals-section-title{font-size:clamp(1.1rem,2.5vw,1.5rem)!important;background:linear-gradient(135deg,#1c1c1e 0,#6e6e73 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.sttNewArrivals-banner-color-0,.sttNewArrivals-banner-color-1,.sttNewArrivals-banner-color-2,.sttNewArrivals-banner-color-3,.sttNewArrivals-banner-color-4{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.5)!important;backdrop-filter:blur(16px) saturate(1.4)!important;-webkit-backdrop-filter:blur(16px) saturate(1.4)!important}.sttNewArrivals-banner-text{font-size:clamp(.85rem,2vw,1.05rem)!important;color:var(--crm-text-primary, #1c1c1e)!important;text-shadow:none!important;font-weight:700!important}.sttNewArrivals-see-more{color:var(--crm-text-secondary, #48484a)!important;text-shadow:none!important;font-size:.75rem!important}.sttNewArrivals-brand-nav .button{border-color:rgba(28,28,30,.2)!important;color:var(--crm-text-secondary, #48484a)!important;background:rgba(255,255,255,.6)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;font-size:.72rem!important}.sttNewArrivals-brand-nav .button:hover{border-color:var(--crm-accent, #1c1c1e)!important;background:rgba(28,28,30,.06)!important}.sttNewArrivals-brand-nav .button.active{background:var(--crm-accent, #1c1c1e)!important;border-color:var(--crm-accent, #1c1c1e)!important;color:#fff!important}.sttNewArrivals-dot{background:rgba(0,0,0,.18)!important;transition:background .3s ease,transform .3s ease!important}.sttNewArrivals-dot:hover{background:rgba(0,0,0,.4)!important}.sttNewArrivals-dot,.sttNewArrivals-dot.active{width:8px!important;height:8px!important;border-radius:50%!important}.sttNewArrivals-dot.active{background:var(--crm-accent, #1c1c1e)!important;transform:scale(1.35)!important}.sttNewArrivals-products-list li{background:rgba(255,255,255,.7)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}@media (max-width:768px){.sttNewArrivals-section-title{font-size:clamp(1rem,4vw,1.25rem)!important}.sttNewArrivals-banner-text{font-size:.9rem!important}}[data-theme=crm] .stt-breadcrumb-bar{background:0 0!important;border-bottom:none!important}[data-theme=crm] .stt-breadcrumb-bar:empty,[data-theme=crm] .stt-breadcrumb-bar__inner:empty{display:none}[data-theme=crm] .stt-va-filters__drawer{bottom:auto!important;left:0!important;right:auto!important;top:0!important;width:min(300px,88vw)!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-right:1px solid rgba(0,0,0,.08)!important;box-shadow:4px 0 24px rgba(0,0,0,.1)!important;transform:translateX(-100%)!important;transition:transform 280ms cubic-bezier(.32,.72,0,1)!important}[data-theme=crm] .stt-va-filters__drawer.is-open{transform:translateX(0)!important}[data-theme=crm] .stt-va-filters__overlay{background:rgba(0,0,0,.2)!important;backdrop-filter:none!important}[data-theme=crm] .stt-va-filters__header{background:#fff!important;border-bottom:1px solid rgba(0,0,0,.06)!important;position:sticky!important;top:0!important;z-index:10!important}[data-theme=crm] .stt-lr-hero{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:none!important}[data-theme=crm] .stt-lr-hero::after,[data-theme=crm] .stt-lr-hero::before{display:none!important}[data-theme=crm] .stt-lr-block,[data-theme=crm] .stt-lr-blocks,[data-theme=crm] .stt-lr-hero{background:0 0!important;box-shadow:none!important}[data-theme=crm] .stt-lr-block__content{background:rgba(255,255,255,.7)!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:16px!important}[data-theme=crm] .stt-lr-hero__title{color:var(--crm-text-primary)!important;font-size:clamp(2rem,5vw,3.5rem)!important}[data-theme=crm] .stt-lr-hero__sub{color:var(--crm-text-secondary)!important}[data-theme=crm] .stt-lr-hero__live-text{color:var(--crm-red)!important}[data-theme=crm] .stt-lr-hero__live-dot{background:var(--crm-red)!important;box-shadow:0 0 0 3px rgba(255,59,48,.2)!important}[data-theme=crm] .stt-lr-nav{background:rgba(255,255,255,.85)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom-color:rgba(0,0,0,.06)!important}[data-theme=crm] .stt-lr-nav__pill{color:var(--crm-text-secondary)!important}[data-theme=crm] .stt-lr-nav__pill--active{background:var(--crm-text-primary)!important;color:#fff!important}[data-theme=crm] .stt-livestream__card-title{font-size:.8125rem;line-height:1.35;font-weight:500;color:var(--crm-text-primary, #1c1c1e);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}[data-theme=crm] .stt-card__title,[data-theme=crm] .stt-card__title a{color:#1c1c1e}[data-theme=crm] .stt-ls-row__name{font-size:.78rem!important;font-weight:500!important;color:var(--crm-text-primary)!important}[data-theme=crm] .stt-ls-detail__block-title,[data-theme=crm] .stt-ls-detail__view-all{font-size:clamp(.9rem,2vw,1.05rem)!important}[data-theme=crm] .stt-ls-detail__view-all{color:var(--crm-gold)!important}[data-theme=crm] .btn:hover,[data-theme=crm] .button:hover,[data-theme=crm] .field__button:hover,[data-theme=crm] .stt-btn--primary:hover,[data-theme=crm] [class*=button--primary]:hover,[data-theme=crm] input[type=submit]:hover{box-shadow:0 4px 16px rgba(0,0,0,.18)!important}[data-theme=crm] .stt-vb-card{position:relative;display:flex;flex-direction:column;background:rgba(255,255,255,.7);border:1px solid rgba(0,0,0,.07);border-radius:14px;overflow:hidden;transition:box-shadow 240ms ease,transform 240ms ease}[data-theme=crm] .stt-vb-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);transform:translateY(-2px)}[data-theme=crm] .stt-vb-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:rgba(0,0,0,.03)}[data-theme=crm] .stt-vb-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 360ms ease}[data-theme=crm] .stt-vb-card:hover .stt-vb-card__media img{transform:scale(1.04)}[data-theme=crm] .stt-vb-card__body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px;flex:1}[data-theme=crm] .stt-vb-card__vendor{font-size:.65rem;font-weight:500;color:var(--crm-gold);text-transform:uppercase;letter-spacing:.06em}[data-theme=crm] .stt-vb-card__title,[data-theme=crm] h3.stt-vb-card__title{font-size:clamp(.72rem,1.5vw,.82rem)!important;font-weight:500!important;line-height:1.35!important;letter-spacing:0!important;color:var(--crm-text-primary)!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}[data-theme=crm] .stt-vb-card__title a{color:inherit!important;text-decoration:none!important}[data-theme=crm] .stt-vb-card__price{display:flex;align-items:center;gap:6px;margin-top:2px}[data-theme=crm] .stt-vb-card__price-current{font-size:.8rem;font-weight:600;color:var(--crm-text-primary)}[data-theme=crm] .stt-vb-card__price-compare{font-size:.72rem;color:var(--crm-text-quaternary);text-decoration:line-through}[data-theme=crm] .stt-vb-card__price--sale .stt-vb-card__price-current{color:var(--crm-red)}[data-theme=crm] .stt-vb-card__quick-add{position:absolute!important;bottom:10px!important;right:10px!important;z-index:3!important;width:34px!important;height:34px!important;border-radius:999px!important;background:#1c1c1e!important;color:#fff!important;border:1.5px solid var(--crm-gold)!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;transform:scale(.85)!important;transition:opacity 200ms ease,transform 200ms ease,background 150ms ease!important;padding:0!important}[data-theme=crm] .stt-vb-card:hover .stt-vb-card__quick-add{opacity:1!important;transform:scale(1)!important}[data-theme=crm] .stt-vb-card__quick-add:hover{background:#000!important;border-color:var(--crm-gold-hover)!important;transform:scale(1.08)!important}@media (max-width:767px){[data-theme=crm] .stt-vb-card__quick-add{opacity:1!important;transform:scale(1)!important;width:30px!important;height:30px!important}}[data-theme=crm] #brands-showcase-zhibo,[data-theme=crm] .brands-showcase,[data-theme=crm] .brands-showcase-zhibo,[data-theme=crm] .sttDiscovery-brands-section,[data-theme=crm] .sttDiscovery-hub-section{background:0 0!important}[data-theme=crm] .product-card{background:rgba(255,255,255,.7)!important;border:1px solid rgba(0,0,0,.07)!important;border-radius:14px!important;box-shadow:0 2px 12px rgba(0,0,0,.06)!important;transition:box-shadow 240ms ease,transform 240ms ease!important}[data-theme=crm] .product-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1)!important;transform:translateY(-2px)!important;border-color:rgba(201,168,76,.3)!important}[data-theme=crm] .product-card .product-card-button,[data-theme=crm] .product-card a.product-card-button,[data-theme=crm] .product-card button.product-card-button{background:#1c1c1e!important;color:#fff!important;border:1.5px solid var(--crm-gold)!important;border-radius:8px!important;box-shadow:none!important}[data-theme=crm] .arrow-button:hover,[data-theme=crm] .product-card .product-card-button:hover,[data-theme=crm] .product-card a.product-card-button:hover{background:#000!important;border-color:var(--crm-gold-hover)!important}[data-theme=crm] .arrow-button{background:#1c1c1e!important;color:#fff!important;border:1.5px solid var(--crm-gold)!important;box-shadow:none!important}[data-theme=crm] .view-all-link{color:var(--crm-gold)!important}[data-theme=crm] .view-all-link:hover{color:var(--crm-gold-hover)!important}[data-theme=crm] .sttDiscovery-section-title{color:var(--crm-text-primary)!important}[data-theme=crm] .stt-sidebar__member-card--guest .stt-sidebar__member-tier,[data-theme=crm] .sttDiscovery-title-en{color:var(--crm-gold)!important}[data-theme=crm] .stt-sidebar__member-card--guest{background:linear-gradient(135deg,rgba(201,168,76,.08)0,rgba(0,0,0,.04) 100%)!important;border:1px solid rgba(201,168,76,.25)!important}[data-theme=crm] .stt-sidebar__guest-benefits li,[data-theme=crm] .stt-sidebar__member-card--guest .stt-sidebar__member-name{color:var(--crm-text-secondary)!important}[data-theme=crm] .stt-va-grid__load-more{color:#fff!important;background:#1c1c1e!important;border:1.5px solid var(--crm-gold)!important;border-radius:9999px!important;font-weight:600!important}[data-theme=crm] .stt-va-grid__load-more:hover{background:#000!important;border-color:var(--crm-gold-hover)!important}[data-theme=crm] .stt-pagination__list{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:.25rem!important;list-style:none!important}[data-theme=crm] .stt-pagination__link{color:var(--crm-text-primary)!important;background:rgba(255,255,255,.8)!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:8px!important;min-width:38px!important;height:38px!important}[data-theme=crm] .stt-pagination__link:hover{border-color:var(--crm-gold)!important;background:rgba(201,168,76,.08)!important}[data-theme=crm] .stt-pagination__current{background:#1c1c1e!important;color:#fff!important;border-radius:8px!important;font-weight:600!important}[data-theme=crm] .stt-pagination__dots{color:var(--crm-text-tertiary)!important}[data-theme=crm] .stt-branddir__item{border-radius:10px!important}[data-theme=crm] .stt-branddir__item:hover{border-color:var(--crm-gold)!important;color:var(--crm-text-primary)!important;background:rgba(201,168,76,.07)!important}[data-theme=crm] .stt-branddir__filters .stt-chip,[data-theme=crm] .stt-branddir__item{background:rgba(255,255,255,.85)!important;border-color:rgba(0,0,0,.09)!important;color:var(--crm-text-primary)!important}[data-theme=crm] .stt-branddir__filters .stt-chip.is-active{background:#1c1c1e!important;border-color:transparent!important;color:#fff!important}[data-theme=crm] .stt-branddir__heading{background:linear-gradient(135deg,#c9a84c 0,#f0d080 50%,#b8941f 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.product-card[data-handle=docapp-free-gift-8726466265342],[data-handle=docapp-free-gift-8726466265342],[data-stt-product-handle=docapp-free-gift-8726466265342],li[data-product-id*="8726466265342"]{display:none!important}.stt-card__stretched-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.stt-va-card__badges,.stt-va-card__media-link,.stt-va-card__quick-add,.stt-va-card__wishlist,.stt-vc-card__badges,.stt-vc-card__media-link,.stt-vc-card__quick-add,.stt-vc-card__wishlist{position:relative;z-index:2}.stt-for-you__track .stt-card__stretched-link,.stt-ls-detail__product-track .stt-card__stretched-link,.stt-va-trending__track .stt-card__stretched-link{display:none}[data-theme=crm]{--bg-primary:#ffffff;--bg-secondary:#f5f5f7;--bg-tertiary:#ebebf0;--accent:#c9a96e;--accent-hover:#b8935a;--text-primary:#1c1c1e;--text-secondary:#48484a;--text-tertiary:#6e6e73;--sale:#ff3b30;--vc-dark-surface:#ffffff;--vc-dark-surface-alt:#f5f5f7;--vc-dark-text:#1c1c1e;--vc-dark-accent:#c9a96e;--vc-dark-subtext:#6e6e73;--vc-glass-bg:rgba(255, 255, 255, 0.65);--vc-glass-border:rgba(0, 0, 0, 0.08);--vc-font-heading:'Playfair Display', Georgia, serif;--vc-font-body:'Inter', -apple-system, sans-serif}@media print{[data-theme=crm] .stt-announce,[data-theme=crm] .stt-mega-panel,[data-theme=crm] .stt-orb-layer,[data-theme=crm] .stt-sidebar{display:none!important}[data-theme=crm] body{background:#fff!important;color:#000!important;padding-left:0!important}}