:root{--bg:#050607;--bg2:#0b0d10;--panel:#101318;--panel2:#15191e;--line:#272c33;--muted:#9aa1aa;--text:#f5f6f8;--silver:#d9dde3;--silver2:#8e959f;--accent:#ffffff;--danger:#ff6b6b;--success:#55d88b;--warning:#ffca68;--radius:18px;--shadow:0 26px 80px rgba(0,0,0,.42)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 75% -10%,#171c22 0,transparent 30%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.55}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1240px,calc(100% - 40px));margin:auto}.announcement{height:30px;padding:0 28px;background:#080a0c;border-bottom:1px solid #15191f;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#c1c5ca;letter-spacing:.02em}.announcement a:hover{color:#fff}.site-header{height:78px;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:44px;padding:0 30px;background:rgba(7,9,11,.9);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.24em;font-size:19px}.brand img{width:34px;height:42px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(255,255,255,.08))}.main-nav{display:flex;justify-content:center;align-items:center;gap:34px;font-size:12px;font-weight:700;letter-spacing:.06em}.main-nav>a,.nav-drop>a{height:78px;display:flex;align-items:center;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:#fff;transform:scaleX(0);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.nav-drop{position:relative}.nav-drop-menu{position:absolute;top:66px;left:-20px;min-width:190px;padding:12px;background:#11151a;border:1px solid #2c3239;border-radius:12px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.nav-drop:hover .nav-drop-menu{opacity:1;visibility:visible;transform:none}.nav-drop-menu a{display:block;padding:10px 12px;color:#c9ced4;font-size:12px;border-radius:8px}.nav-drop-menu a:hover{background:#20252b;color:#fff}.header-actions{display:flex;gap:8px;align-items:center}.icon-btn{width:38px;height:38px;border:0;background:transparent;color:#fff;display:grid;place-items:center;border-radius:50%;font-size:21px;cursor:pointer;transition:.2s}.icon-btn:hover{background:#20252b}.badge-wrap{position:relative}.badge-wrap b{position:absolute;right:-2px;top:-1px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#e2e5e9;color:#0c0e11;font-size:9px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}.search-panel{position:fixed;inset:0;z-index:90;background:rgba(3,4,5,.9);backdrop-filter:blur(14px);display:none;place-items:start center;padding-top:140px}.search-panel.open{display:grid}.search-panel form{display:grid;grid-template-columns:1fr auto auto;width:min(850px,calc(100% - 36px));border-bottom:1px solid #606872}.search-panel input{background:none;border:0;color:#fff;font-size:25px;padding:18px;outline:0}.search-panel button{background:none;border:0;color:#fff;padding:0 18px;cursor:pointer}.toast{position:fixed;z-index:100;right:24px;top:120px;max-width:390px;padding:14px 18px;border-radius:12px;background:#1a1f25;border:1px solid #39414a;box-shadow:var(--shadow);animation:toastIn .35s}.toast.success{border-color:#2c8f58}.toast.error{border-color:#a74444}.toast.warning{border-color:#ae8534}@keyframes toastIn{from{opacity:0;transform:translateX(20px)}}.hero{position:relative;min-height:650px;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,6,.95) 0%,rgba(4,5,6,.78) 38%,rgba(4,5,6,.12) 73%,rgba(4,5,6,.32) 100%)}.hero h1{font-size:clamp(48px,8vw,104px);line-height:.9;margin:0;font-weight:300;letter-spacing:.2em;background:linear-gradient(135deg,#fff,#8a919a 45%,#fff 70%,#6c737c);-webkit-background-clip:text;color:transparent;text-shadow:0 12px 40px rgba(255,255,255,.06)}.hero h2{margin:14px 0 26px;font-size:18px;font-weight:300;letter-spacing:.42em;color:#c5cad0}.hero p{max-width:500px;color:#aeb4bc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 22px;border-radius:8px;border:1px solid #6c737d;background:#f4f5f7;color:#0b0d10;font-weight:800;font-size:12px;letter-spacing:.05em;cursor:pointer;transition:.22s}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(255,255,255,.12)}.btn-dark{background:#101419;color:#fff;border-color:#343b44}.btn-outline{background:transparent;color:#fff;border-color:#4b535d}.btn-danger{background:#9a3d3d;color:#fff;border-color:#a95252}.btn-sm{min-height:36px;padding:0 14px;font-size:11px}.hero-dots span.active{background:#fff}.benefits{margin-top:-1px;background:#0c0f12;border-top:1px solid #232830;border-bottom:1px solid #232830}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{display:flex;align-items:center;gap:14px;padding:24px 20px;border-right:1px solid #22272e}.benefit:last-child{border:0}.benefit i{font-style:normal;width:40px;height:40px;border:1px solid #4c535d;border-radius:50%;display:grid;place-items:center}.benefit strong{display:block;font-size:12px}.benefit span{font-size:11px;color:var(--muted)}.section{padding:76px 0}.section-sm{padding:48px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:22px;margin:0;letter-spacing:.1em;font-weight:600}.section-head h2:after{content:"";display:inline-block;width:48px;height:1px;background:#7f8791;margin-left:16px;vertical-align:middle}.section-head p{margin:5px 0 0;color:var(--muted)}.text-link{font-size:12px;color:#cbd0d5}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.promo{min-height:200px;border:1px solid #2a3037;border-radius:14px;background:linear-gradient(120deg,#11151a,#252a31);padding:30px;display:flex;align-items:end;overflow:hidden;position:relative}.promo:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;right:-60px;top:-60px;border:38px solid rgba(255,255,255,.04)}.promo h3{font-size:26px;line-height:1.02;margin:0 0 12px}.promo p{color:#aab0b7;margin:0 0 16px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative}.product-media{aspect-ratio:1/1;background:#171b20;border:1px solid #2a3037;border-radius:14px;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-media img{transform:scale(1.035)}.product-badges{position:absolute;left:12px;top:12px;display:flex;gap:6px;z-index:2}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e8eaed;color:#111418;font-size:9px;font-weight:800}.pill.sale{background:#59616b;color:#fff}.wish-btn{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:50%;border:1px solid #4a515b;background:rgba(5,6,7,.7);color:#fff;cursor:pointer;font-size:18px}.product-card:hover .quick-add{transform:translateY(0)}.product-meta{padding:14px 2px}.product-meta h3{font-size:14px;margin:0 0 7px;font-weight:600}.rating{font-size:11px;color:#cdd1d6}.price{margin-top:7px;font-weight:800}.price del{color:#737a83;font-weight:400;margin-left:7px}.product-empty{grid-column:1/-1;padding:70px;text-align:center;border:1px dashed #353b43;border-radius:14px;color:var(--muted)}.brand-story{display:grid;grid-template-columns:1fr 1fr;min-height:520px;border:1px solid #2a3037;border-radius:20px;overflow:hidden;background:#0c0f12}.story-visual{position:relative;background:radial-gradient(circle at 50% 40%,#333941,#0b0d10 68%);display:grid;place-items:center}.story-visual img{height:320px;filter:drop-shadow(0 25px 35px #000)}.story-copy{padding:70px;display:flex;flex-direction:column;justify-content:center}.story-copy .eyebrow{letter-spacing:.26em;font-size:11px;color:#aeb4bc}.story-copy h2{font-size:50px;line-height:1.05;margin:14px 0 20px}.story-copy p{color:#a9afb7}.footer{margin-top:70px;background:#090b0e;border-top:1px solid #252a31}.footer h4{font-size:11px;letter-spacing:.1em;margin:0 0 17px}.footer p{font-size:12px;color:#949ba4}.socials{display:flex;gap:8px;margin-top:18px}.socials a{width:30px;height:30px;border:1px solid #363c44;border-radius:50%;display:grid;place-items:center;font-size:12px}.newsletter{display:flex}.newsletter input{width:100%;background:#1b2026;border:1px solid #313840;color:#fff;padding:12px}.newsletter button{width:45px;background:#272d34;border:1px solid #39414a;color:#fff}.page-hero{padding:80px 0 60px;border-bottom:1px solid #242a31;background:radial-gradient(circle at 80% 20%,#252b32,transparent 35%)}.page-hero h1{font-size:52px;margin:0}.page-hero p{color:#a6adb6;max-width:640px}.breadcrumbs{font-size:11px;color:#8d949d;margin-bottom:18px}.shop-layout{display:grid;grid-template-columns:245px 1fr;gap:32px}.filters{position:sticky;top:105px;align-self:start;background:#0d1013;border:1px solid #2a3037;border-radius:14px;padding:22px}.filters h3{font-size:13px;margin:0 0 16px}.filter-list a{display:flex;justify-content:space-between;padding:9px 0;color:#adb4bc;font-size:13px;border-bottom:1px solid #1f242a}.filter-list a.active,.filter-list a:hover{color:#fff}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.shop-toolbar p{color:#969da6;font-size:12px}.select,input,textarea{background:#12161a;border:1px solid #303740;color:#fff;border-radius:8px;padding:12px 13px;outline:none}.select:focus,input:focus,textarea:focus{border-color:#7e8690}.shop-toolbar select{background:#12161a;border:1px solid #303740;color:#fff;border-radius:8px;padding:10px}.pagination{display:flex;gap:7px;justify-content:center;margin-top:38px}.pagination a,.pagination span{width:38px;height:38px;border:1px solid #333a43;border-radius:8px;display:grid;place-items:center;font-size:12px}.pagination .active{background:#fff;color:#000}.product-detail-info .category{font-size:11px;letter-spacing:.16em;color:#9da4ad}.stock{font-size:12px;color:#73d79c}.summary-row{display:flex;justify-content:space-between;padding:10px 0;color:#aab1ba;border-bottom:1px solid #242a31}.summary-row.total{font-size:18px;color:#fff;font-weight:800;border:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:11px;color:#b8bec5}.field input,.field select,.field textarea{width:100%}.field textarea{min-height:110px;resize:vertical}.auth-wrap{min-height:650px;display:grid;place-items:center;padding:60px 20px}.auth-card{width:min(480px,100%);padding:34px;border:1px solid #2d333b;border-radius:18px;background:linear-gradient(145deg,#11151a,#0a0c0f);box-shadow:var(--shadow)}.auth-card h1{margin:0 0 5px}.auth-card>p{color:#969da5}.auth-card .field{margin-bottom:14px}.account-layout{display:grid;grid-template-columns:240px 1fr;gap:28px}.account-nav{background:#0d1013;border:1px solid #2a3037;border-radius:14px;padding:14px;align-self:start}.account-nav a{display:block;padding:12px;border-radius:8px;font-size:13px}.account-nav a:hover,.account-nav a.active{background:#20252b}.panel{background:#0d1013;border:1px solid #2a3037;border-radius:14px;padding:22px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{padding:20px;border:1px solid #2c333b;border-radius:12px;background:#12161a}.stat strong{font-size:28px;display:block}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:13px;border-bottom:1px solid #252b32;font-size:12px}.table th{color:#89909a;font-weight:600}.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;background:#2b3138}.status.success{background:#16472c;color:#8be4ac}.status.danger{background:#4b2020;color:#ff9a9a}.status.warning{background:#4a3817;color:#ffd77e}.status.info{background:#173b50;color:#8ddcff}.status.purple{background:#342250;color:#c9a4ff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-info{padding:35px;border:1px solid #2d333b;border-radius:16px;background:linear-gradient(145deg,#15191e,#090b0e)}.contact-info h2{font-size:32px}.contact-item{padding:16px 0;border-bottom:1px solid #2a3037}.contact-item span{display:block;color:#9097a0;font-size:11px}.content-page{max-width:900px}.content-page h2{margin-top:35px}.content-page p,.content-page li{color:#aeb4bc}@media (max-width:1000px){.main-nav{gap:18px}.product-grid{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr}.shop-layout{grid-template-columns:1fr}.filters{position:static}.filter-list{display:flex;gap:14px;overflow:auto}.filter-list a{min-width:max-content}.brand-story{grid-template-columns:1fr}.story-visual{min-height:400px}.contact-grid{grid-template-columns:1fr}}@media (max-width:760px){.announcement{display:none}.site-header{height:66px;padding:0 16px;grid-template-columns:auto auto 1fr;gap:10px}.brand{font-size:15px}.brand img{width:28px;height:34px}.menu-toggle{display:block;order:-1}.main-nav{display:none;position:fixed;inset:66px 0 0;background:#080a0c;padding:22px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.main-nav.open{display:flex}.main-nav>a,.nav-drop>a{height:52px;border-bottom:1px solid #1e2329}.nav-drop-menu{position:static;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none}.nav-drop:hover .nav-drop-menu{display:block}.header-actions{justify-self:end}.header-actions .icon-btn:first-child{display:none}.hero{min-height:610px}.hero:after{background:linear-gradient(90deg,rgba(4,5,6,.96),rgba(4,5,6,.5))}.hero h1{font-size:54px}.hero h2{font-size:13px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit{padding:18px 12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-meta h3{font-size:12px}.section{padding:52px 0}.section-head{align-items:flex-start}.promo h3{font-size:21px}.story-copy{padding:35px 25px}.story-copy h2{font-size:38px}.page-hero{padding:54px 0 38px}.page-hero h1{font-size:38px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.account-layout{grid-template-columns:1fr}.account-nav{display:flex;overflow:auto}.account-nav a{white-space:nowrap}.stats{grid-template-columns:1fr}.container{width:min(100% - 24px,1240px)}}@media (max-width:430px){.header-actions{gap:0}.icon-btn{width:34px}.benefit-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.product-meta{padding-top:9px}.price{font-size:12px}.hero h1{letter-spacing:.12em}.story-visual{min-height:320px}.story-visual img{height:240px}}.icon-btn svg,.drawer-section svg,.drawer-profile-button svg,.modern-account-nav svg,.verification-banner svg{width:20px;height:20px;display:block}.search-action svg{width:18px;height:18px}.nav-drop-trigger{height:78px;display:flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;letter-spacing:.06em;cursor:pointer;position:relative;padding:0}.nav-drop-trigger:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:#fff;transform:scaleX(0);transition:.25s}.nav-drop-trigger:hover:after,.nav-drop-trigger.active:after{transform:scaleX(1)}.nav-drop:focus-within .nav-drop-menu,.nav-drop.open .nav-drop-menu{opacity:1;visibility:visible;transform:none}.customer-avatar,.avatar-fallback{display:grid;place-items:center;border-radius:50%;object-fit:cover;flex:0 0 auto;background:linear-gradient(145deg,#2d333b,#0a0d10);border:1px solid #424a54;color:#fff;font-weight:800;letter-spacing:.04em}.header-customer-avatar{width:32px;height:32px;font-size:10px}.account-avatar-btn{padding:0;overflow:visible}.account-avatar-btn:hover{background:transparent;transform:scale(1.03)}.auth-page{min-height:720px;display:grid;place-items:center;padding:72px 20px;background:radial-gradient(circle at 20% 10%,rgba(115,75,145,.14),transparent 28%),radial-gradient(circle at 85% 75%,rgba(60,93,170,.14),transparent 30%),#f3f3f5;color:#111}.auth-box{width:min(448px,100%);background:#fff;border:1px solid #dedfe4;border-radius:22px;padding:34px 36px;box-shadow:0 24px 70px rgba(13,15,18,.16)}.auth-box-wide{width:min(680px,100%)}.auth-brand{display:inline-flex;align-items:center;gap:10px;color:#111;font-weight:800;letter-spacing:.22em;font-size:15px;margin-bottom:26px}.auth-brand img{width:30px;height:38px;object-fit:contain;filter:none}.auth-heading>span{display:block;color:#777b83;font-size:10px;font-weight:800;letter-spacing:.22em;margin-bottom:5px}.auth-heading h1{font-size:31px;line-height:1.1;margin:0 0 8px;letter-spacing:-.025em}.auth-heading p{margin:0 0 24px;color:#6e727a;font-size:13px}.auth-form{display:grid;gap:13px}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-input{height:52px;display:flex;align-items:center;gap:10px;border:1px solid #d6d8dd;border-radius:11px;background:#fafafa;padding:0 13px;transition:.2s}.auth-input:focus-within{border-color:#262932;background:#fff;box-shadow:0 0 0 3px rgba(17,18,22,.06)}.auth-input>span{width:19px;color:#6e727a;flex:0 0 auto}.auth-input>span svg{width:18px;height:18px;display:block}.auth-input input{width:100%;height:100%;min-width:0;border:0!important;outline:0;background:transparent!important;color:#111!important;padding:0!important;font-size:13px;box-shadow:none!important}.auth-input input::placeholder{color:#989ba1}.password-toggle{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:0;background:transparent;color:#777b83;cursor:pointer;padding:0}.password-toggle svg{width:18px;height:18px}.auth-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#646870;margin-top:-2px}.auth-row a,.auth-switch a,.auth-check a{font-weight:800;color:#111}.auth-primary{height:50px;border:0;border-radius:11px;background:linear-gradient(110deg,#090a0c,#343944);color:#fff;font-size:12px;font-weight:900;letter-spacing:.1em;cursor:pointer;box-shadow:0 12px 25px rgba(10,11,14,.18);transition:.2s}.auth-primary:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(10,11,14,.22)}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#9a9da3;font-size:10px;font-weight:800}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#e1e2e6}.google-button{height:50px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #cfd1d6;border-radius:11px;background:#fff;color:#18191c;font-size:13px;transition:.2s}.google-button:hover{background:#f7f7f8;border-color:#aeb1b7;transform:translateY(-1px)}.google-g{font-family:Arial,sans-serif;font-weight:900;font-size:20px;background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 43%,#fbbc05 0 68%,#ea4335 0 83%,#4285f4 0);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-switch{text-align:center;margin:22px 0 0;color:#73777e;font-size:12px}.auth-config-note{margin:10px 0 0!important;text-align:center;color:#999ca2!important;font-size:10px!important;line-height:1.45}.auth-check{display:flex;align-items:flex-start;gap:9px;font-size:11px;color:#6f737b;cursor:pointer}.auth-check input{margin-top:3px;accent-color:#111}.auth-alert{padding:12px 14px;border-radius:10px;margin:0 0 16px;font-size:12px;border:1px solid transparent}.auth-alert.error{background:#fff0f0;border-color:#efc6c6;color:#a23232}.auth-alert.warning{background:#fff8df;border-color:#ead38c;color:#765b00}.auth-alert.info{background:#eef5ff;border-color:#c8daf3;color:#315b88}.otp-box{text-align:center}.otp-box .auth-brand{justify-content:center}.otp-input{width:100%;height:66px;border:1px solid #cfd1d6;border-radius:12px;text-align:center;font-size:28px;font-weight:800;letter-spacing:.45em;color:#111;background:#fafafa;outline:0;padding-left:.45em}.otp-input:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,18,22,.07)}.resend-form{margin-top:16px;text-align:center}.resend-form button{border:0;background:transparent;color:#111;font-weight:800;font-size:12px;cursor:pointer}.resend-form button:disabled{color:#a0a3a8;cursor:not-allowed}.account-drawer-overlay{position:fixed;inset:0;z-index:109;background:rgba(0,0,0,.66);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:.25s}.account-drawer-overlay.open{opacity:1;visibility:visible}.account-drawer{position:fixed;z-index:110;right:0;top:0;bottom:0;width:min(420px,100%);padding:0 12px 12px;background:#0d1014;border-left:1px solid #303640;box-shadow:-25px 0 80px rgba(0,0,0,.55);transform:translateX(103%);transition:transform .28s ease;display:flex;flex-direction:column;color:#f7f7f8}.account-drawer.open{transform:none}.drawer-head{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 3px;border-bottom:1px solid #262b33}.drawer-head strong{display:block;font-size:14px}.drawer-head small{display:block;color:#858c96;font-size:9px;font-weight:800;letter-spacing:.08em}.drawer-head button{width:38px;height:38px;border:1px solid #343a43;border-radius:12px;background:#15191f;color:#e8eaed;display:grid;place-items:center;cursor:pointer}.drawer-head button svg{width:20px;height:20px}.drawer-profile{display:flex;align-items:center;gap:13px;margin-top:10px;padding:13px;border:1px solid #2c3139;border-radius:17px;background:linear-gradient(145deg,#191d23,#111419)}.drawer-avatar{width:50px;height:50px;font-size:14px;border-color:#873348;box-shadow:0 0 0 2px #171a1f,0 0 0 3px #922e47}.drawer-profile>div{min-width:0}.drawer-profile strong,.drawer-profile span,.drawer-profile small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-profile strong{font-size:14px}.drawer-profile span{font-size:10px;color:#adb3bc}.drawer-profile small{font-size:9px;color:#7f8791;margin-top:2px}.drawer-profile-button{height:43px;margin-top:9px;border:1px solid #761d35;border-radius:14px;background:linear-gradient(90deg,#3b0d19,#17141a);display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:800}.drawer-profile-button svg{width:17px;height:17px}.drawer-scroll{overflow-y:auto;padding-right:2px;scrollbar-width:thin;scrollbar-color:#59616c transparent}.drawer-section{padding:12px 0;border-top:1px solid #232830;margin-top:9px}.drawer-section h4{margin:0 0 8px;padding:0 3px;color:#858c96;font-size:9px;letter-spacing:.15em}.drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.drawer-grid a,.drawer-list a{border:1px solid #292e36;background:#161a20;border-radius:12px;transition:.18s}.drawer-grid a{height:43px;display:flex;align-items:center;gap:9px;padding:0 11px;font-size:12px;font-weight:800}.drawer-grid a:hover,.drawer-list a:hover{background:#20252c;border-color:#3a414b;transform:translateX(1px)}.drawer-grid svg{width:17px;height:17px;color:#d8dce2}.drawer-list{display:grid;gap:7px}.drawer-list a{min-height:44px;display:grid;grid-template-columns:20px 1fr 15px;align-items:center;gap:9px;padding:0 11px;font-size:12px;font-weight:800}.drawer-list a>svg:first-child{width:17px;height:17px}.drawer-list a>svg:last-child{width:13px;height:13px;color:#69717c}.drawer-logout{color:#ffb3b3}.account-hero{padding:42px 0;background:linear-gradient(115deg,#090b0e,#1a1f26);border-bottom:1px solid #292f37}.account-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.account-profile-head{display:flex;align-items:center;gap:17px}.account-page-avatar{width:78px;height:78px;font-size:20px}.account-profile-head span{display:block;color:#949ca6;font-size:10px;font-weight:800;letter-spacing:.18em}.account-profile-head h1{margin:3px 0 1px;font-size:30px}.account-profile-head p{margin:0;color:#a9b0b9;font-size:12px}.account-section{background:#07090b}.modern-account-layout{grid-template-columns:250px 1fr;align-items:start}.modern-account-nav{padding:10px;background:#0d1014;border-color:#292f37;position:sticky;top:98px}.modern-account-nav a{display:flex;align-items:center;gap:11px;min-height:46px;padding:0 12px;margin:3px 0;border:1px solid transparent}.modern-account-nav a svg{width:18px;height:18px;color:#9da5af}.modern-account-nav a:hover,.modern-account-nav a.active{background:#181d23;border-color:#2c333c}.modern-account-nav a.active svg{color:#fff}.account-content{min-width:0}.modern-stats{margin-bottom:18px}.modern-stats .stat{background:linear-gradient(145deg,#13171c,#0c0f12);min-height:112px;display:flex;flex-direction:column;justify-content:center}.modern-stats .stat span{color:#8f97a1;font-size:11px}.modern-stats .stat strong{font-size:26px}.account-panel{padding:25px}.panel-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:20px}.panel-title-row h2{margin:0;font-size:17px;letter-spacing:.08em}.panel-title-row p{margin:5px 0 0;color:#9098a2;font-size:12px}.panel-title-row>a{color:#cdd2d8;font-size:11px;font-weight:800}.verification-banner{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 17px;margin-bottom:18px;border:1px solid #725b28;border-radius:13px;background:#211b0e}.verification-banner>div{display:flex;align-items:center;gap:12px}.verification-banner svg{color:#f0c65e}.verification-banner strong,.verification-banner small{display:block}.verification-banner strong{font-size:12px}.verification-banner small{font-size:10px;color:#bdad83}.verification-banner>a{font-size:10px;font-weight:900;color:#f5d174}.account-empty{text-align:center;padding:55px 20px;color:#969ea8}.account-empty .btn{margin-top:12px}.avatar-editor{display:flex;align-items:center;gap:16px;padding:0 0 22px;margin-bottom:20px;border-bottom:1px solid #292f37}.profile-edit-avatar{width:82px;height:82px;font-size:20px}.file-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid #4a525c;border-radius:8px;font-size:10px;font-weight:900;cursor:pointer}.file-button input{display:none}.avatar-editor small{display:block;color:#8c949e;font-size:10px;margin-top:7px}.profile-form .field small{font-size:9px;color:#7f8791}.security-form{max-width:680px}.security-form>.field{margin-bottom:16px}@media (max-width:760px){.header-actions .search-action{display:grid!important}.nav-drop-trigger{height:52px;width:100%;justify-content:space-between;border-bottom:1px solid #1e2329}.nav-drop-trigger:after{display:none}.nav-drop-menu{padding:7px 0 10px 12px;border:0;border-radius:0;background:transparent}.nav-drop.open .nav-drop-menu{display:block}.nav-drop:hover .nav-drop-menu{display:none}.nav-drop.open:hover .nav-drop-menu{display:block}.auth-page{min-height:620px;padding:38px 12px}.auth-box,.auth-box-wide{padding:27px 20px;border-radius:17px}.auth-grid{grid-template-columns:1fr}.auth-heading h1{font-size:27px}.auth-brand{margin-bottom:21px}.account-drawer{width:min(390px,100%);padding-left:10px;padding-right:10px}.drawer-grid{gap:6px}.account-hero{padding:28px 0}.account-hero-inner{align-items:flex-start}.account-hero-inner>.btn{display:none}.account-page-avatar{width:62px;height:62px}.account-profile-head h1{font-size:23px}.modern-account-layout{grid-template-columns:1fr}.modern-account-nav{position:static;display:flex;overflow-x:auto;padding:7px}.modern-account-nav a{white-space:nowrap;flex:0 0 auto}.modern-account-nav a svg{display:none}.account-panel{padding:18px}.panel-title-row{align-items:flex-start}.verification-banner{align-items:flex-start}.verification-banner>a{white-space:nowrap}.avatar-editor{align-items:flex-start}}@media (max-width:430px){.auth-box{padding:24px 17px}.auth-input{height:50px}.auth-heading p{margin-bottom:19px}.google-button,.auth-primary{height:48px}.drawer-profile{padding:11px}.drawer-grid a{font-size:11px;padding:0 9px}.drawer-list a{font-size:11px}.drawer-section{padding-top:10px}.account-profile-head{gap:12px}.account-profile-head p{max-width:220px;overflow:hidden;text-overflow:ellipsis}.verification-banner{display:block}.verification-banner>a{display:inline-block;margin:12px 0 0 32px}.avatar-editor{display:block}.avatar-editor>div{margin-top:13px}}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.hero-slide .container{position:relative;z-index:2}.hero-controls button.active{width:27px;border-radius:9px;background:#fff}.checkout-page{padding:58px 0 88px;background:radial-gradient(circle at 78% 16%,rgba(164,111,126,.12),transparent 25%),radial-gradient(circle at 20% 20%,rgba(93,112,164,.1),transparent 28%),#f3f4f6;color:#111318;min-height:760px}.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:54px;align-items:start}.checkout-main{min-width:0}.checkout-back{display:inline-flex;margin-bottom:20px;font-size:12px;font-weight:800;color:#383b42}.checkout-heading{margin-bottom:27px}.checkout-heading>span{font-size:10px;letter-spacing:.18em;font-weight:900;color:#7b7f87}.checkout-heading h1{margin:3px 0 4px;font-size:42px;line-height:1.1}.checkout-heading p{margin:0;color:#777b83}.checkout-error{max-width:760px}.checkout-form{display:grid;gap:18px}.checkout-step{background:rgba(255,255,255,.82);border:1px solid #e2e4e8;border-radius:18px;padding:25px;box-shadow:0 18px 55px rgba(22,26,33,.05)}.checkout-step-title{display:flex;align-items:flex-start;gap:13px;margin-bottom:20px}.checkout-step-title>b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#11151a;color:#fff;font-size:11px;flex:0 0 auto}.checkout-step-title h2{margin:1px 0 2px;font-size:16px}.checkout-step-title p{margin:0;color:#888c93;font-size:11px}.checkout-grid{gap:15px}.checkout-page .field label{color:#737780;font-size:9px;font-weight:900;letter-spacing:.08em}.checkout-page .field input,.checkout-page .field select,.checkout-page .field textarea{width:100%;border:1px solid #d9dce1;background:#fff;color:#111318;border-radius:10px;padding:12px 13px;outline:0;transition:.2s}.checkout-page .field input:focus,.checkout-page .field select:focus,.checkout-page .field textarea:focus{border-color:#3978e6;box-shadow:0 0 0 3px rgba(57,120,230,.09)}.checkout-page .field textarea{min-height:90px;resize:vertical}.delivery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:18px}.delivery-option,.payment-option{position:relative;cursor:pointer}.delivery-option input,.payment-option input{position:absolute;opacity:0;pointer-events:none}.delivery-option>span:not(.delivery-option-icon){display:block;min-width:0}.delivery-option{min-height:76px;padding:14px 43px 14px 54px;border:1px solid #dfe2e7;border-radius:13px;background:#fff;display:flex;align-items:center}.delivery-option-icon{position:absolute;left:15px;top:19px;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f0f2f5;color:#555b64}.delivery-option-icon svg{width:17px;height:17px}.delivery-option strong,.delivery-option small{display:block}.delivery-option strong{font-size:12px}.delivery-option small{font-size:9px;color:#858a92;margin-top:2px}.delivery-option>i{position:absolute;right:14px;top:25px;width:21px;height:21px;border:1px solid #ccd0d6;border-radius:50%;display:grid;place-items:center;color:transparent;font-size:10px;font-style:normal}.delivery-option:has(input:checked){border-color:#3978e6;box-shadow:0 0 0 2px rgba(57,120,230,.09)}.delivery-option:has(input:checked) .delivery-option-icon{background:#3978e6;color:#fff}.delivery-option:has(input:checked)>i{background:#2fb45d;border-color:#2fb45d;color:#fff}.delivery-address-grid{margin-top:4px}.payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-option{min-height:74px;padding:13px 70px 13px 14px;border:1px solid #dfe2e7;border-radius:13px;background:#fff;display:flex;align-items:center}.payment-option strong,.payment-option small{display:block}.payment-option strong{font-size:12px}.payment-option small{font-size:9px;color:#858a92;margin-top:2px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-option>i{position:absolute;right:13px;padding:6px 8px;border-radius:7px;background:#f0f2f5;color:#3f444c;font-style:normal;font-size:9px;font-weight:900}.payment-option:has(input:checked){border-color:#3978e6;box-shadow:0 0 0 2px rgba(57,120,230,.09)}.payment-option:has(input:checked)>i{background:#3978e6;color:#fff}.payment-option.disabled{opacity:.46;cursor:not-allowed}.manual-payment-fields{display:none;margin-top:15px;padding:15px;border:1px dashed #c9ced6;border-radius:12px;background:#f8f9fb}.manual-payment-fields.open{display:block}.manual-payment-note{font-size:11px;color:#646972;margin-bottom:13px}.manual-payment-note b{color:#111}.coupon-input{display:grid;grid-template-columns:1fr auto}.coupon-input input{border-radius:10px 0 0 10px!important}.coupon-input button{border:0;border-radius:0 10px 10px 0;padding:0 16px;background:#171b20;color:#fff;font-size:10px;font-weight:900;cursor:pointer}.field>[data-coupon-message]{display:block;min-height:15px;margin-top:5px;font-size:9px}.field>[data-coupon-message].success{color:#178348}.field>[data-coupon-message].error{color:#b33737}.checkout-last-step{padding-bottom:17px}.checkout-summary{position:sticky;top:102px}.checkout-summary-card{background:rgba(255,255,255,.95);border:1px solid #e1e3e7;border-radius:20px;padding:22px;box-shadow:0 24px 70px rgba(28,31,38,.13)}.summary-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e7e9ec}.summary-heading span{font-size:14px;font-weight:900}.summary-heading strong{font-size:9px;color:#81858c}.checkout-items{display:grid;gap:13px;padding:17px 0;border-bottom:1px solid #e7e9ec;max-height:315px;overflow:auto}.checkout-item{display:grid;grid-template-columns:62px 1fr auto;gap:11px;align-items:center}.checkout-item img{width:62px;height:70px;object-fit:cover;border-radius:10px;background:#eff1f3}.checkout-item>div{min-width:0}.checkout-item>div strong,.checkout-item>div small,.checkout-item>div span{display:block}.checkout-item>div strong{font-size:11px;line-height:1.3}.checkout-item>div small{font-size:9px;color:#8a8e95;margin-top:3px}.checkout-item>div span{font-size:9px;color:#666b73;margin-top:3px}.checkout-item>b{font-size:10px;white-space:nowrap}.checkout-totals{padding:16px 0}.checkout-totals>div{display:flex;justify-content:space-between;gap:15px;padding:6px 0;font-size:11px;color:#62666e}.checkout-totals strong{color:#111318}.checkout-totals .checkout-total{margin-top:7px;padding-top:15px;border-top:1px solid #dfe2e6;font-size:15px;font-weight:900;color:#111318}.checkout-total strong{font-size:21px}.checkout-submit{width:100%;height:50px;border:0;border-radius:11px;background:#286bf2;color:#fff;font-weight:900;font-size:11px;letter-spacing:.03em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 13px 28px rgba(40,107,242,.24)}.checkout-submit:hover{background:#1858d6}.checkout-agree{display:flex;align-items:flex-start;gap:8px;margin-top:13px;color:#787c84;font-size:9px;cursor:pointer}.checkout-agree input{margin-top:2px;accent-color:#286bf2}.checkout-agree a{text-decoration:underline;color:#31343a}.checkout-agree.invalid{padding:8px;border:1px solid #e3a8a8;border-radius:8px;background:#fff3f3;color:#a22e2e}.checkout-notice{text-align:center;font-size:9px;color:#8a8e95;margin:12px 0 0}.pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:34px}.pagination a,.pagination span{min-width:38px;height:38px;padding:0 10px;border:1px solid #30363e;border-radius:9px;display:grid;place-items:center;font-size:11px}.pagination a:hover,.pagination a.active{background:#e8eaed;color:#111;border-color:#e8eaed}@media (max-width:960px){.checkout-shell{grid-template-columns:1fr;gap:24px}.checkout-summary{position:static}.checkout-summary-card{max-width:none}.checkout-items{max-height:none}}@media (max-width:760px){.checkout-page{padding:30px 0 55px}.checkout-heading h1{font-size:32px}.checkout-step{padding:19px 15px}.delivery-options,.payment-options{grid-template-columns:1fr}.checkout-grid{grid-template-columns:1fr}.checkout-grid .full{grid-column:auto}.checkout-summary-card{padding:17px}.checkout-item{grid-template-columns:54px 1fr auto}.checkout-item img{width:54px;height:62px}}.mobile-menu-overlay,.mobile-nav-head,.mobile-nav-quick,.mobile-nav-foot,.mobile-link-icon{display:none}.nav-drop-chevron{display:inline-flex;transition:transform .22s ease}.nav-drop-chevron svg{width:14px;height:14px}.nav-drop.open .nav-drop-chevron{transform:rotate(90deg)}.nav-drop.open .nav-drop-menu{opacity:1;visibility:visible;transform:none}@media (max-width:760px){.site-header{z-index:100;backdrop-filter:none;-webkit-backdrop-filter:none;background:#07090b}.menu-toggle{display:flex;order:-1;width:36px;height:36px;padding:8px;border:0;border-radius:9px;flex-direction:column;justify-content:center;gap:5px;position:relative;z-index:102}.menu-toggle span{display:block;width:20px;height:2px;border-radius:4px;background:#fff;transition:transform .22s ease,opacity .18s ease}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay{display:block;position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.main-nav{display:flex;position:fixed;inset:0 auto 0 0;width:min(380px,calc(100% - 42px));height:100dvh;max-height:100dvh;padding:0 14px 22px;overflow-y:auto;overscroll-behavior:contain;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:7px;background:linear-gradient(180deg,#0d1014 0%,#090b0e 100%);border-right:1px solid #303640;box-shadow:22px 0 70px rgba(0,0,0,.58);transform:translateX(-105%);opacity:1;visibility:visible;transition:transform .28s cubic-bezier(.22,.8,.22,1);z-index:120}.main-nav.open{display:flex;transform:translateX(0)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:9px 2px 10px;border-bottom:1px solid #292f37;margin-bottom:5px;position:sticky;top:0;z-index:2;background:#0d1014}.mobile-nav-brand{display:flex;align-items:center;gap:10px;min-width:0}.mobile-nav-brand img{width:34px;height:42px;object-fit:contain}.mobile-nav-brand span{min-width:0}.mobile-nav-brand b,.mobile-nav-brand small{display:block}.mobile-nav-brand b{font-size:15px;letter-spacing:.22em}.mobile-nav-brand small{margin-top:2px;color:#8e96a0;font-size:7px;letter-spacing:.17em;white-space:nowrap}.mobile-menu-close{width:38px;height:38px;border:1px solid #343a43;border-radius:11px;background:#171b20;color:#fff;display:grid;place-items:center;cursor:pointer}.mobile-menu-close svg{width:18px;height:18px}.main-nav>a,.nav-drop{flex:0 0 auto}.main-nav>a,.nav-drop-trigger{min-height:49px;height:auto!important;width:100%;padding:0 13px;border:1px solid #282e36!important;border-radius:12px;background:#15191e;color:#f4f5f7;display:flex;align-items:center;gap:11px;position:relative;font-size:12px;font-weight:850;letter-spacing:.035em;transition:background .18s ease,border-color .18s ease,transform .18s ease}.main-nav>a:hover,.main-nav>a.active,.nav-drop-trigger:hover,.nav-drop-trigger.active,.nav-drop.open>.nav-drop-trigger{background:#1d2229;border-color:#3b434d!important;transform:none}.main-nav>a:after,.nav-drop-trigger:after{display:none!important}.mobile-link-icon{display:grid;width:21px;height:21px;place-items:center;color:#cfd4da;flex:0 0 auto}.mobile-link-icon svg{width:17px;height:17px}.nav-drop-label{flex:1;text-align:left}.nav-drop-chevron{margin-left:auto;color:#929aa4}.nav-drop.open .nav-drop-chevron{transform:rotate(90deg)}.nav-drop-menu{position:static;min-width:0;width:100%;max-height:0;overflow:hidden;padding:0 8px!important;margin:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;opacity:1;visibility:visible;transform:none;transition:max-height .32s ease,padding .25s ease,margin .25s ease}.nav-drop.open .nav-drop-menu{display:block!important;max-height:420px;overflow-y:auto;padding:7px 8px 3px!important;margin:1px 0 4px}.nav-drop:hover .nav-drop-menu{display:block}.nav-drop-menu a{display:grid!important;grid-template-columns:1fr auto;gap:3px 10px;min-height:43px;padding:8px 11px!important;margin-bottom:5px;border:1px solid #252b32;border-radius:10px!important;background:#101419;color:#e6e9ed!important;position:relative}.nav-drop-menu a:after{content:"›";grid-column:2;grid-row:1 / span 2;align-self:center;color:#69727d;font-size:17px;background:none!important;transform:none!important;position:static!important;height:auto!important}.nav-drop-menu a span{font-size:11px;font-weight:800}.nav-drop-menu a small{font-size:8px;color:#7e8792;letter-spacing:.03em}.nav-drop-menu a:hover{background:#1a1f25;color:#fff!important}.mobile-nav-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mobile-nav-quick a{min-height:67px;padding:9px 5px;border:1px solid #282e36;border-radius:12px;background:#13171c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#dce0e5;text-align:center;font-size:9px;font-weight:800}.mobile-nav-quick svg{width:18px;height:18px}.mobile-nav-quick a:hover{background:#1d2229;border-color:#3a424c}.mobile-nav-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:18px 4px 3px;color:#707985}.mobile-nav-foot span{font-size:8px;font-weight:900;letter-spacing:.16em}.mobile-nav-foot small{font-size:8px}.header-actions .search-action{display:grid!important}}@media (max-width:390px){.main-nav{width:calc(100% - 24px)}.mobile-nav-quick{grid-template-columns:1fr 1fr}.mobile-nav-quick a:last-child{grid-column:1/-1;min-height:52px;flex-direction:row}}.cart-page{min-height:760px;padding:62px 0 92px;background:radial-gradient(circle at 82% 7%,rgba(105,119,143,.13),transparent 24%),radial-gradient(circle at 12% 28%,rgba(98,74,83,.11),transparent 27%),#080a0c;color:#f7f8fa}.cart-heading{text-align:center;max-width:720px;margin:0 auto 34px}.cart-heading>span,.cart-section-title span,.cart-summary-heading>div>span{display:block;font-size:9px;font-weight:900;letter-spacing:.2em;color:#7f8791}.cart-heading h1{margin:5px 0 8px;font-size:46px;line-height:1.05;letter-spacing:-.035em}.cart-heading p{margin:0;color:#929aa4;font-size:13px}.cart-progress{width:min(720px,100%);margin:0 auto 56px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center}.cart-progress-step{display:flex;align-items:center;gap:10px;color:#6f7782;white-space:nowrap}.cart-progress-step b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#1a1f25;border:1px solid #303741;font-size:11px}.cart-progress-step span{font-size:11px;font-weight:800}.cart-progress-step.active{color:#fff}.cart-progress-step.active b{background:#fff;color:#090b0d;border-color:#fff}.cart-progress-line{height:1px;background:#2a3037;margin:0 18px}.modern-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 385px;gap:32px;align-items:start}.modern-cart-main{min-width:0}.cart-section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.cart-section-title h2{font-size:25px;margin:3px 0 0}.cart-section-title small{color:#8c949e;font-size:11px}.modern-cart-form{display:block}.cart-bulk-bar{min-height:68px;padding:12px 16px 12px 18px;border:1px solid #2b323a;border-radius:17px;background:linear-gradient(145deg,#101419,#0b0e11);display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.cart-select-all,.cart-item-check{position:relative;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.cart-select-all input,.cart-item-check input{position:absolute;opacity:0;pointer-events:none}.cart-select-all>span,.cart-item-check>span{width:18px;height:18px;border:1px solid #4b535d;border-radius:5px;background:#0a0d10;display:grid;place-items:center;transition:.18s}.cart-select-all>span:after,.cart-item-check>span:after{content:"✓";font-size:11px;font-weight:900;color:#090b0d;opacity:0;transform:scale(.6);transition:.18s}.cart-select-all input:checked+span,.cart-item-check input:checked+span{background:#f3f5f7;border-color:#f3f5f7}.cart-select-all input:checked+span:after,.cart-item-check input:checked+span:after{opacity:1;transform:scale(1)}.cart-select-all b{font-size:11px}.cart-bulk-actions{display:flex;align-items:center;gap:8px}.cart-text-button,.cart-delete-selected{height:38px;padding:0 14px;border-radius:9px;border:1px solid #333b45;background:transparent;color:#e8ebee;font-size:9px;font-weight:900;letter-spacing:.04em;cursor:pointer}.cart-text-button:hover{background:#1a2026}.cart-delete-selected{border-color:#543039;color:#ff9aa5}.cart-delete-selected:hover{background:#391c22}.cart-delete-selected:disabled{opacity:.35;cursor:not-allowed}.modern-cart-list{border:1px solid #2b323a;border-radius:21px;background:linear-gradient(145deg,#0e1216,#090b0e);overflow:hidden}.modern-cart-item{position:relative;display:grid;grid-template-columns:22px 104px minmax(0,1fr) auto;gap:17px;align-items:center;padding:20px;border-bottom:1px solid #232930}.modern-cart-item:last-child{border-bottom:0}.cart-item-check{align-self:start;margin-top:8px}.cart-product-image{width:104px;height:116px;border-radius:14px;overflow:hidden;background:#151a20;border:1px solid #242b33}.cart-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.cart-product-image:hover img{transform:scale(1.035)}.cart-product-info{min-width:0}.cart-product-name{font-size:15px;font-weight:900;line-height:1.3;color:#fff}.cart-product-options{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:7px;color:#858e99;font-size:10px}.cart-product-options span{position:relative}.cart-product-options span+span:before{content:"";position:absolute;left:-8px;top:4px;width:2px;height:2px;border-radius:50%;background:#59616b}.cart-product-options b{color:#bdc3ca;font-weight:700}.cart-unit-price{display:flex;align-items:center;gap:9px;margin-top:15px}.cart-unit-price strong{font-size:14px}.cart-unit-price del{font-size:10px;color:#69717b}.cart-item-controls{min-width:166px;display:grid;grid-template-columns:auto auto;gap:12px 18px;align-items:center;justify-items:end}.cart-quantity{height:42px;border-radius:12px;border:1px solid #2d343c;background:#11161b;display:grid;grid-template-columns:38px 45px 38px;align-items:center;overflow:hidden}.cart-quantity button{height:100%;border:0;background:transparent;color:#fff;font-size:19px;cursor:pointer}.cart-quantity button:hover{background:#20262d}.cart-quantity input{width:100%;height:100%;border:0!important;border-left:1px solid #262d34!important;border-right:1px solid #262d34!important;border-radius:0!important;background:transparent!important;padding:0!important;text-align:center;color:#fff;font-weight:900;-moz-appearance:textfield}.cart-quantity input::-webkit-outer-spin-button,.cart-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-line-total{font-size:15px;white-space:nowrap}.cart-remove-icon{grid-column:2;width:34px;height:34px;border:1px solid #3b2b31;border-radius:9px;background:#171115;color:#ff7e8d;display:grid;place-items:center;cursor:pointer}.cart-remove-icon svg{width:15px;height:15px}.cart-remove-icon:hover{background:#3b171e}.cart-continue-link{display:inline-flex;margin-top:20px;color:#aeb5bd;font-size:10px;font-weight:900;letter-spacing:.08em}.cart-continue-link:hover{color:#fff}.modern-cart-summary{position:sticky;top:102px}.cart-summary-card{padding:24px;border:1px solid #343b44;border-radius:22px;background:linear-gradient(145deg,#14191f,#0d1115);box-shadow:0 24px 75px rgba(0,0,0,.3)}.cart-summary-heading{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #293038}.cart-summary-heading h2{font-size:20px;margin:4px 0 0}.cart-summary-lock{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#1c2229;color:#bbc1c8}.cart-summary-lock svg{width:17px;height:17px}.cart-coupon-form{padding:20px 0 17px;border-bottom:1px solid #293038}.cart-coupon-form>label{display:block;margin-bottom:8px;font-size:9px;font-weight:900;letter-spacing:.11em;color:#838b95}.cart-coupon-row{height:45px;display:grid;grid-template-columns:1fr auto}.cart-coupon-row input{min-width:0;height:45px;border-radius:11px 0 0 11px;background:#0a0d10;border:1px solid #303842;border-right:0;padding:0 13px;color:#fff;text-transform:uppercase}.cart-coupon-row button{height:45px;border:0;border-radius:0 11px 11px 0;padding:0 17px;background:#f1f3f5;color:#0a0c0e;font-size:9px;font-weight:900;cursor:pointer}.cart-coupon-row button:hover{background:#fff}.cart-coupon-applied{display:flex;align-items:center;justify-content:space-between;margin-top:10px;color:#75d69a;font-size:9px;font-weight:800}.cart-coupon-applied button{border:0;background:transparent;color:#f58b98;font-size:8px;font-weight:900;cursor:pointer}.cart-summary-totals{padding:18px 0}.cart-summary-totals>div{display:flex;justify-content:space-between;gap:18px;padding:8px 0;color:#9ca4ae;font-size:11px}.cart-summary-totals strong{color:#f4f5f6;text-align:right}.cart-summary-totals strong.discount{color:#78d79b}.cart-summary-totals .cart-grand-total{margin-top:9px;padding-top:17px;border-top:1px solid #293038;color:#fff;font-size:15px;font-weight:900}.cart-grand-total strong{font-size:22px}.cart-primary-button{width:100%;min-height:50px;padding:0 19px;border:0;border-radius:12px;background:#f4f5f7;color:#090b0e;display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px;font-weight:950;letter-spacing:.055em;box-shadow:0 15px 30px rgba(0,0,0,.18)}.cart-primary-button:hover{background:#fff;transform:translateY(-1px)}.cart-primary-button span{font-size:15px}.cart-trust-note{display:flex;align-items:flex-start;gap:9px;margin-top:14px;color:#777f89}.cart-trust-note>span{width:18px;height:18px;flex:0 0 auto}.cart-trust-note svg{width:15px;height:15px}.cart-trust-note p{margin:0;font-size:9px;line-height:1.5}.cart-empty-modern{max-width:650px;margin:0 auto;text-align:center;padding:75px 30px;border:1px solid #2d343c;border-radius:24px;background:linear-gradient(145deg,#11151a,#090b0e)}.cart-empty-icon{width:72px;height:72px;border-radius:22px;background:#1b2128;display:grid;place-items:center;margin:0 auto 20px}.cart-empty-icon svg{width:29px;height:29px}.cart-empty-modern h2{font-size:30px;margin:0 0 8px}.cart-empty-modern p{color:#929aa4;margin:0 auto 24px;max-width:430px;font-size:12px}.cart-empty-modern .cart-primary-button{max-width:240px;margin:auto}@media (max-width:1050px){.modern-cart-layout{grid-template-columns:minmax(0,1fr) 340px}.modern-cart-item{grid-template-columns:22px 90px minmax(0,1fr)}.cart-product-image{width:90px;height:104px}.cart-item-controls{grid-column:3;min-width:0;width:100%;grid-template-columns:auto 1fr auto;justify-items:start}.cart-line-total{justify-self:end}.cart-remove-icon{grid-column:auto}.modern-cart-summary{top:88px}}@media (max-width:860px){.modern-cart-layout{grid-template-columns:1fr}.modern-cart-summary{position:static}.cart-progress{margin-bottom:40px}.cart-summary-card{max-width:none}}@media (max-width:620px){.cart-page{padding:34px 0 62px}.cart-heading{text-align:left;margin-bottom:28px}.cart-heading h1{font-size:35px}.cart-heading p{font-size:11px}.cart-progress{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:34px}.cart-progress-line{display:none}.cart-progress-step{display:grid;justify-items:center;text-align:center;gap:7px;white-space:normal}.cart-progress-step b{width:30px;height:30px}.cart-progress-step span{font-size:9px;line-height:1.3}.cart-section-title h2{font-size:21px}.cart-bulk-bar{padding:12px;display:block}.cart-bulk-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr}.cart-text-button,.cart-delete-selected{padding:0 8px}.modern-cart-item{grid-template-columns:20px 78px minmax(0,1fr);gap:12px;padding:15px 13px}.cart-product-image{width:78px;height:92px;border-radius:11px}.cart-product-name{font-size:13px}.cart-product-options{display:grid;gap:3px;font-size:9px}.cart-product-options span+span:before{display:none}.cart-unit-price{margin-top:9px}.cart-item-controls{grid-column:2/4;grid-template-columns:auto 1fr auto;gap:10px 12px}.cart-quantity{height:39px;grid-template-columns:34px 40px 34px}.cart-line-total{font-size:13px}.cart-remove-icon{width:34px;height:34px}.cart-summary-card{padding:19px 16px}.cart-summary-heading h2{font-size:19px}.cart-summary-totals>div{font-size:10px}.cart-grand-total strong{font-size:20px}}.cart-progress-step.is-complete{color:#dce1e7}.cart-progress-step.is-complete b{background:#f4f5f7;color:#090b0e;border-color:#f4f5f7}.checkout-progress{margin:0 0 34px;width:min(720px,100%)}.checkout-page.checkout-page-dark{padding:58px 0 88px;background:radial-gradient(circle at 82% 7%,rgba(105,119,143,.13),transparent 24%),radial-gradient(circle at 12% 28%,rgba(98,74,83,.11),transparent 27%),#080a0c;color:#f7f8fa;min-height:760px}.checkout-page-dark .checkout-back{display:inline-flex;margin-bottom:20px;font-size:11px;font-weight:900;letter-spacing:.08em;color:#c9cfd6}.checkout-page-dark .checkout-back:hover{color:#fff}.checkout-page-dark .checkout-heading{margin-bottom:22px}.checkout-page-dark .checkout-heading>span{font-size:9px;letter-spacing:.2em;font-weight:900;color:#7f8791}.checkout-page-dark .checkout-heading h1{margin:5px 0 8px;font-size:46px;line-height:1.05;letter-spacing:-.035em;color:#fff}.checkout-page-dark .checkout-heading p{margin:0;color:#929aa4;font-size:13px}.checkout-page-dark .checkout-form{display:grid;gap:18px}.checkout-page-dark .checkout-step{background:linear-gradient(145deg,#11161c,#0b0f13);border:1px solid #2b323a;border-radius:22px;padding:24px;box-shadow:0 18px 55px rgba(0,0,0,.22)}.checkout-page-dark .checkout-step-title{display:flex;align-items:flex-start;gap:13px;margin-bottom:18px}.checkout-page-dark .checkout-step-title>b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#f4f5f7;color:#090b0e;font-size:11px;flex:0 0 auto}.checkout-page-dark .checkout-step-title h2{margin:1px 0 2px;font-size:16px;color:#fff}.checkout-page-dark .checkout-step-title p{margin:0;color:#8d95a0;font-size:11px}.checkout-page-dark .checkout-grid{gap:15px}.checkout-page-dark .field label{color:#7f8791;font-size:9px;font-weight:900;letter-spacing:.12em}.checkout-page-dark .field input,.checkout-page-dark .field select,.checkout-page-dark .field textarea{width:100%;border:1px solid #303842;background:#0c1014;color:#f7f8fa;border-radius:12px;padding:12px 13px;outline:0;transition:.2s}.checkout-page-dark .field input::placeholder,.checkout-page-dark .field textarea::placeholder{color:#727b86}.checkout-page-dark .field input:focus,.checkout-page-dark .field select:focus,.checkout-page-dark .field textarea:focus{border-color:#6c727a;box-shadow:0 0 0 3px rgba(244,245,247,.06)}.checkout-page-dark .field textarea{min-height:96px;resize:vertical}.checkout-page-dark .delivery-options,.checkout-page-dark .payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.checkout-page-dark .delivery-option,.checkout-page-dark .payment-option{position:relative;cursor:pointer}.checkout-page-dark .delivery-option input,.checkout-page-dark .payment-option input{position:absolute;opacity:0;pointer-events:none}.checkout-page-dark .delivery-option{min-height:78px;padding:14px 43px 14px 54px;border:1px solid #313943;border-radius:15px;background:#0d1217;display:flex;align-items:center}.checkout-page-dark .delivery-option>span:not(.delivery-option-icon){display:block;min-width:0}.checkout-page-dark .delivery-option-icon{position:absolute;left:15px;top:19px;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#181f26;color:#c6ccd3}.checkout-page-dark .delivery-option-icon svg{width:17px;height:17px}.checkout-page-dark .delivery-option strong,.checkout-page-dark .delivery-option small{display:block}.checkout-page-dark .delivery-option strong{font-size:12px;color:#fff}.checkout-page-dark .delivery-option small{font-size:9px;color:#838c97;margin-top:2px}.checkout-page-dark .delivery-option>i{position:absolute;right:14px;top:25px;width:21px;height:21px;border:1px solid #46505a;border-radius:50%;display:grid;place-items:center;color:transparent;font-size:10px;font-style:normal}.checkout-page-dark .delivery-option:has(input:checked){border-color:#747d88;box-shadow:0 0 0 2px rgba(244,245,247,.05)}.checkout-page-dark .delivery-option:has(input:checked) .delivery-option-icon{background:#f4f5f7;color:#090b0e}.checkout-page-dark .delivery-option:has(input:checked)>i{background:#2fb45d;border-color:#2fb45d;color:#fff}.checkout-page-dark .delivery-address-grid{margin-top:5px}.checkout-page-dark .payment-option{min-height:74px;padding:13px 68px 13px 14px;border:1px solid #313943;border-radius:15px;background:#0d1217;display:flex;align-items:center}.checkout-page-dark .payment-option strong,.checkout-page-dark .payment-option small{display:block}.checkout-page-dark .payment-option strong{font-size:12px;color:#fff}.checkout-page-dark .payment-option small{font-size:9px;color:#858e99;margin-top:2px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-page-dark .payment-option>i{position:absolute;right:13px;padding:6px 8px;border-radius:8px;background:#1c2229;color:#c2c8cf;font-style:normal;font-size:9px;font-weight:900}.checkout-page-dark .payment-option:has(input:checked){border-color:#747d88;box-shadow:0 0 0 2px rgba(244,245,247,.05)}.checkout-page-dark .payment-option:has(input:checked)>i{background:#f4f5f7;color:#090b0e}.checkout-page-dark .payment-option.disabled{opacity:.45;cursor:not-allowed}.checkout-page-dark .manual-payment-fields{display:none;margin-top:15px;padding:15px;border:1px dashed #3a434d;border-radius:12px;background:#0b0f13}.checkout-page-dark .manual-payment-fields.open{display:block}.checkout-page-dark .manual-payment-note{font-size:11px;color:#99a1aa;margin-bottom:13px}.checkout-page-dark .manual-payment-note b{color:#fff}.checkout-page-dark .coupon-input{display:grid;grid-template-columns:1fr auto}.checkout-page-dark .coupon-input input{border-radius:12px 0 0 12px!important}.checkout-page-dark .coupon-input button{border:0;border-radius:0 12px 12px 0;padding:0 16px;background:#f4f5f7;color:#090b0e;font-size:10px;font-weight:900;cursor:pointer}.checkout-page-dark .field>[data-coupon-message]{display:block;min-height:15px;margin-top:5px;font-size:9px}.checkout-page-dark .field>[data-coupon-message].success{color:#78d79b}.checkout-page-dark .field>[data-coupon-message].error{color:#ff9aa5}.checkout-page-dark .checkout-summary{position:sticky;top:102px}.checkout-page-dark .checkout-summary-card{padding:24px;border:1px solid #343b44;border-radius:22px;background:linear-gradient(145deg,#14191f,#0d1115);box-shadow:0 24px 75px rgba(0,0,0,.3)}.checkout-page-dark .summary-heading{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #293038}.checkout-page-dark .summary-heading span{font-size:14px;font-weight:900;color:#fff}.checkout-page-dark .summary-heading strong{font-size:9px;color:#838b95}.checkout-page-dark .checkout-items{display:grid;gap:13px;padding:17px 0;border-bottom:1px solid #293038;max-height:315px;overflow:auto}.checkout-page-dark .checkout-item{display:grid;grid-template-columns:62px 1fr auto;gap:11px;align-items:center}.checkout-page-dark .checkout-item img{width:62px;height:70px;object-fit:cover;border-radius:10px;background:#151a20;border:1px solid #242b33}.checkout-page-dark .checkout-item>div{min-width:0}.checkout-page-dark .checkout-item>div strong,.checkout-page-dark .checkout-item>div small,.checkout-page-dark .checkout-item>div span{display:block}.checkout-page-dark .checkout-item>div strong{font-size:11px;line-height:1.3;color:#fff}.checkout-page-dark .checkout-item>div small{font-size:9px;color:#858e99;margin-top:3px}.checkout-page-dark .checkout-item>div span{font-size:9px;color:#666f79;margin-top:3px}.checkout-page-dark .checkout-item>b{font-size:10px;white-space:nowrap;color:#f7f8fa}.checkout-page-dark .checkout-totals{padding:18px 0}.checkout-page-dark .checkout-totals>div{display:flex;justify-content:space-between;gap:18px;padding:8px 0;color:#9ca4ae;font-size:11px}.checkout-page-dark .checkout-totals strong{color:#f4f5f6;text-align:right}.checkout-page-dark .checkout-totals .checkout-total{margin-top:9px;padding-top:17px;border-top:1px solid #293038;color:#fff;font-size:15px;font-weight:900}.checkout-page-dark .checkout-total strong{font-size:22px}.checkout-page-dark .checkout-submit{width:100%;min-height:50px;padding:0 19px;border:0;border-radius:12px;background:#f4f5f7;color:#090b0e;display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px;font-weight:950;letter-spacing:.055em;cursor:pointer;box-shadow:0 15px 30px rgba(0,0,0,.18)}.checkout-page-dark .checkout-submit:hover{background:#fff;transform:translateY(-1px)}.checkout-page-dark .checkout-submit span{font-size:15px}.checkout-page-dark .checkout-agree{display:flex;align-items:flex-start;gap:8px;margin-top:13px;color:#8f97a1;font-size:9px;cursor:pointer}.checkout-page-dark .checkout-agree input{margin-top:2px;accent-color:#f4f5f7}.checkout-page-dark .checkout-agree a{text-decoration:underline;color:#e8ebee}.checkout-page-dark .checkout-agree.invalid{padding:8px;border:1px solid #6b363d;border-radius:8px;background:#2a1519;color:#ffb1bb}.checkout-page-dark .checkout-notice{text-align:center;font-size:9px;color:#808892;margin:12px 0 0}@media (max-width:960px){.checkout-page-dark .checkout-shell{grid-template-columns:1fr;gap:24px}.checkout-page-dark .checkout-summary{position:static}.checkout-page-dark .checkout-summary-card{max-width:none}.checkout-page-dark .checkout-items{max-height:none}}@media (max-width:760px){.checkout-progress{margin-bottom:28px}.checkout-page.checkout-page-dark{padding:34px 0 62px}.checkout-page-dark .checkout-heading h1{font-size:35px}.checkout-page-dark .checkout-heading p{font-size:11px}.checkout-page-dark .checkout-step{padding:19px 15px}.checkout-page-dark .delivery-options,.checkout-page-dark .payment-options{grid-template-columns:1fr}.checkout-page-dark .checkout-grid{grid-template-columns:1fr}.checkout-page-dark .checkout-grid .full{grid-column:auto}.checkout-page-dark .checkout-summary-card{padding:19px 16px}.checkout-page-dark .checkout-item{grid-template-columns:54px 1fr auto}.checkout-page-dark .checkout-item img{width:54px;height:62px}}html{color-scheme:dark}.theme-icon{width:19px;height:19px;display:grid;place-items:center}.theme-icon svg{width:19px;height:19px}.theme-icon-moon{display:none}.mobile-theme-row{display:none}.theme-toggle-header{position:relative}.theme-toggle-header:after{content:"";position:absolute;inset:4px;border:1px solid transparent;border-radius:50%;pointer-events:none}.theme-toggle-header:hover:after{border-color:rgba(255,255,255,.08)}html[data-theme="light"]{color-scheme:light;--bg:#f4f5f7;--bg2:#eef0f3;--panel:#fff;--panel2:#f6f7f9;--line:#dfe3e8;--muted:#68717c;--text:#15181c;--silver:#343a42;--silver2:#737c87;--accent:#111418;--shadow:0 24px 70px rgba(23,29,36,.12)}html[data-theme="light"] .theme-icon-sun{display:none}html[data-theme="light"] .theme-icon-moon{display:grid}body,.site-header,.announcement,.main-nav,.nav-drop-menu,.footer,.page-hero,.filters,.panel,.product-media,.promo,.brand-story,.account-drawer,.account-section,.cart-page,.checkout-page,.checkout-step,.cart-summary-card,.checkout-summary-card{transition:background-color .24s ease,border-color .24s ease,color .24s ease,box-shadow .24s ease}html[data-theme="light"] body{background:radial-gradient(circle at 75% -10%,#fff 0,transparent 32%),#f4f5f7;color:#15181c}html[data-theme="light"] .announcement{background:#fff;border-color:#e2e5e9;color:#59626d}html[data-theme="light"] .announcement a:hover{color:#111}html[data-theme="light"] .site-header{background:rgba(255,255,255,.93);border-color:rgba(18,24,31,.1);box-shadow:0 8px 25px rgba(20,26,33,.05)}html[data-theme="light"] .brand,html[data-theme="light"] .main-nav,html[data-theme="light"] .icon-btn,html[data-theme="light"] .menu-toggle{color:#11151a}html[data-theme="light"] .main-nav a:after,html[data-theme="light"] .nav-drop-trigger:after{background:#11151a}html[data-theme="light"] .nav-drop-menu{background:#fff;border-color:#dfe3e8;box-shadow:0 20px 55px rgba(25,31,38,.15)}html[data-theme="light"] .nav-drop-menu a{color:#4f5863}html[data-theme="light"] .nav-drop-menu a:hover{background:#f0f2f5;color:#11151a}html[data-theme="light"] .icon-btn:hover{background:#edf0f3}html[data-theme="light"] .badge-wrap b{background:#11151a;color:#fff}html[data-theme="light"] .search-panel{background:rgba(247,248,250,.96)}html[data-theme="light"] .search-panel form{border-color:#737c87}html[data-theme="light"] .search-panel input,html[data-theme="light"] .search-panel button{color:#11151a}html[data-theme="light"] .toast{background:#fff;border-color:#d9dee4;color:#11151a;box-shadow:0 18px 50px rgba(24,30,37,.16)}html[data-theme="light"] .benefits{background:#fff;border-color:#e0e4e8}html[data-theme="light"] .benefit{border-color:#e2e5e9}html[data-theme="light"] .benefit i{border-color:#b9c0c8}html[data-theme="light"] .section-head h2:after{background:#737c87}html[data-theme="light"] .text-link,html[data-theme="light"] .rating{color:#515a65}html[data-theme="light"] .product-media{background:#fff;border-color:#dfe3e8;box-shadow:0 12px 35px rgba(25,31,38,.05)}html[data-theme="light"] .product-meta h3,html[data-theme="light"] .price{color:#11151a}html[data-theme="light"] .product-empty{border-color:#cbd1d8;color:#68717c;background:#fff}html[data-theme="light"] .promo{background:linear-gradient(120deg,#fff,#e9edf1);border-color:#dfe3e8;color:#11151a}html[data-theme="light"] .promo p{color:#626b76}html[data-theme="light"] .brand-story{background:#fff;border-color:#dfe3e8}html[data-theme="light"] .story-visual{background:radial-gradient(circle at 50% 40%,#e1e5e9,#f7f8fa 68%)}html[data-theme="light"] .story-copy p,html[data-theme="light"] .story-copy .eyebrow{color:#626b76}html[data-theme="light"] .page-hero{background:radial-gradient(circle at 80% 20%,#fff,transparent 40%),#eef1f4;border-color:#dce1e6}html[data-theme="light"] .page-hero p,html[data-theme="light"] .breadcrumbs{color:#68717c}html[data-theme="light"] .filters{background:#fff;border-color:#dfe3e8}html[data-theme="light"] .filter-list a{color:#5c6570;border-color:#e5e8ec}html[data-theme="light"] .filter-list a.active,html[data-theme="light"] .filter-list a:hover{color:#11151a}html[data-theme="light"] .select,html[data-theme="light"] body>main input,html[data-theme="light"] body>main textarea,html[data-theme="light"] body>main select{background:#fff;border-color:#d8dde3;color:#11151a}html[data-theme="light"] .shop-toolbar select{background:#fff;border-color:#d8dde3;color:#11151a}html[data-theme="light"] .pagination a,html[data-theme="light"] .pagination span{border-color:#ccd2d9}html[data-theme="light"] .pagination .active,html[data-theme="light"] .pagination a:hover{background:#11151a;color:#fff;border-color:#11151a}html[data-theme="light"] .panel,html[data-theme="light"] .stat,html[data-theme="light"] .account-nav{background:#fff;border-color:#dfe3e8}html[data-theme="light"] .account-nav a:hover,html[data-theme="light"] .account-nav a.active{background:#edf0f3}html[data-theme="light"] .table th,html[data-theme="light"] .table td{border-color:#e2e5e9}html[data-theme="light"] .table th{color:#68717c}html[data-theme="light"] .contact-info{background:linear-gradient(145deg,#fff,#eef1f4);border-color:#dfe3e8}html[data-theme="light"] .contact-item{border-color:#dfe3e8}html[data-theme="light"] .account-hero{background:linear-gradient(115deg,#fff,#e9edf1);border-color:#dfe3e8}html[data-theme="light"] .account-profile-head span,html[data-theme="light"] .account-profile-head p{color:#65707b}html[data-theme="light"] .account-section{background:#f4f5f7}html[data-theme="light"] .modern-account-nav{background:#fff;border-color:#dfe3e8}html[data-theme="light"] .modern-account-nav a:hover,html[data-theme="light"] .modern-account-nav a.active{background:#edf0f3;border-color:#d7dce2}html[data-theme="light"] .modern-account-nav a.active svg{color:#11151a}html[data-theme="light"] .modern-stats .stat{background:linear-gradient(145deg,#fff,#f1f3f5)}html[data-theme="light"] .panel-title-row p,html[data-theme="light"] .modern-stats .stat span{color:#65707b}html[data-theme="light"] .panel-title-row>a{color:#20262d}html[data-theme="light"] .verification-banner{background:#fff8df;border-color:#ead38c;color:#5f4a00}html[data-theme="light"] .avatar-editor{border-color:#dfe3e8}html[data-theme="light"] .account-drawer-overlay{background:rgba(33,39,47,.36)}html[data-theme="light"] .account-drawer{background:#f7f8fa;border-color:#d8dde3;color:#11151a;box-shadow:-25px 0 80px rgba(25,31,38,.22)}html[data-theme="light"] .drawer-head,html[data-theme="light"] .drawer-section{border-color:#dfe3e8}html[data-theme="light"] .drawer-head small,html[data-theme="light"] .drawer-section h4,html[data-theme="light"] .drawer-profile span,html[data-theme="light"] .drawer-profile small{color:#68717c}html[data-theme="light"] .drawer-head button{background:#fff;border-color:#d5dae0;color:#11151a}html[data-theme="light"] .drawer-profile{background:linear-gradient(145deg,#fff,#eef1f4);border-color:#d8dde3}html[data-theme="light"] .drawer-profile-button{background:linear-gradient(90deg,#fff0f3,#fff);border-color:#d7a4b1;color:#4b1522}html[data-theme="light"] .drawer-grid a,html[data-theme="light"] .drawer-list a{background:#fff;border-color:#dce1e6}html[data-theme="light"] .drawer-grid a:hover,html[data-theme="light"] .drawer-list a:hover{background:#edf0f3;border-color:#cbd1d8}html[data-theme="light"] .drawer-grid svg{color:#333a42}html[data-theme="light"] .cart-page{background:radial-gradient(circle at 82% 7%,rgba(255,255,255,.95),transparent 25%),radial-gradient(circle at 12% 28%,rgba(214,220,227,.38),transparent 28%),#f4f5f7;color:#11151a}html[data-theme="light"] .cart-heading p,html[data-theme="light"] .cart-section-title small{color:#68717c}html[data-theme="light"] .cart-progress-step{color:#87909b}html[data-theme="light"] .cart-progress-step b{background:#e7ebef;border-color:#d4dae0;color:#4d5661}html[data-theme="light"] .cart-progress-step.active,html[data-theme="light"] .cart-progress-step.is-complete{color:#11151a}html[data-theme="light"] .cart-progress-step.active b,html[data-theme="light"] .cart-progress-step.is-complete b{background:#11151a;color:#fff;border-color:#11151a}html[data-theme="light"] .cart-progress-line{background:#ccd2d9}html[data-theme="light"] .cart-bulk-bar,html[data-theme="light"] .modern-cart-list{background:#fff;border-color:#dce1e6}html[data-theme="light"] .modern-cart-item{border-color:#e4e7eb}html[data-theme="light"] .cart-select-all>span,html[data-theme="light"] .cart-item-check>span{background:#fff;border-color:#aeb6bf}html[data-theme="light"] .cart-select-all input:checked+span,html[data-theme="light"] .cart-item-check input:checked+span{background:#11151a;border-color:#11151a}html[data-theme="light"] .cart-select-all>span:after,html[data-theme="light"] .cart-item-check>span:after{color:#fff}html[data-theme="light"] .cart-text-button{border-color:#c9d0d7;color:#20262d}html[data-theme="light"] .cart-text-button:hover{background:#eef1f4}html[data-theme="light"] .cart-product-image{background:#f1f3f5;border-color:#dfe3e8}html[data-theme="light"] .cart-product-name,html[data-theme="light"] .cart-unit-price strong,html[data-theme="light"] .cart-line-total{color:#11151a}html[data-theme="light"] .cart-product-options{color:#737d88}html[data-theme="light"] .cart-product-options b{color:#424a54}html[data-theme="light"] .cart-quantity{background:#fff;border-color:#ccd2d9}html[data-theme="light"] .cart-quantity button,html[data-theme="light"] .cart-quantity input{color:#11151a}html[data-theme="light"] .cart-quantity button:hover{background:#eef1f4}html[data-theme="light"] .cart-quantity input{border-color:#dce1e6!important}html[data-theme="light"] .cart-continue-link{color:#515b66}html[data-theme="light"] .cart-summary-card{background:#fff;border-color:#d7dde3;box-shadow:0 24px 65px rgba(23,29,36,.12)}html[data-theme="light"] .cart-summary-heading,html[data-theme="light"] .cart-coupon-form,html[data-theme="light"] .cart-grand-total{border-color:#dfe3e8}html[data-theme="light"] .cart-summary-lock{background:#eef1f4;color:#4e5863}html[data-theme="light"] .cart-coupon-row input{background:#f8f9fa;border-color:#d6dce2;color:#11151a}html[data-theme="light"] .cart-coupon-row button{background:#11151a;color:#fff}html[data-theme="light"] .cart-summary-totals>div{color:#66707b}html[data-theme="light"] .cart-summary-totals strong,html[data-theme="light"] .cart-summary-totals .cart-grand-total{color:#11151a}html[data-theme="light"] .cart-primary-button{background:#11151a;color:#fff;box-shadow:0 14px 28px rgba(20,26,33,.15)}html[data-theme="light"] .cart-primary-button:hover{background:#252b32}html[data-theme="light"] .cart-empty-modern{background:#fff;border-color:#dce1e6}html[data-theme="light"] .cart-empty-icon{background:#eef1f4}html[data-theme="light"] .checkout-page.checkout-page-dark{background:radial-gradient(circle at 82% 7%,rgba(255,255,255,.95),transparent 25%),radial-gradient(circle at 12% 28%,rgba(214,220,227,.38),transparent 28%),#f4f5f7;color:#11151a}html[data-theme="light"] .checkout-page-dark .checkout-back{color:#515b66}html[data-theme="light"] .checkout-page-dark .checkout-heading h1{color:#11151a}html[data-theme="light"] .checkout-page-dark .checkout-heading p,html[data-theme="light"] .checkout-page-dark .checkout-heading>span{color:#68717c}html[data-theme="light"] .checkout-page-dark .checkout-step{background:#fff;border-color:#dce1e6;box-shadow:0 18px 55px rgba(23,29,36,.07)}html[data-theme="light"] .checkout-page-dark .checkout-step-title>b{background:#11151a;color:#fff}html[data-theme="light"] .checkout-page-dark .checkout-step-title h2{color:#11151a}html[data-theme="light"] .checkout-page-dark .checkout-step-title p,html[data-theme="light"] .checkout-page-dark .field label{color:#68717c}html[data-theme="light"] .checkout-page-dark .field input,html[data-theme="light"] .checkout-page-dark .field select,html[data-theme="light"] .checkout-page-dark .field textarea{background:#fff;color:#11151a;border-color:#d6dce2}html[data-theme="light"] .checkout-page-dark .field input::placeholder,html[data-theme="light"] .checkout-page-dark .field textarea::placeholder{color:#969da6}html[data-theme="light"] .checkout-page-dark .delivery-option,html[data-theme="light"] .checkout-page-dark .payment-option{background:#fff;border-color:#d9dee4}html[data-theme="light"] .checkout-page-dark .delivery-option-icon,html[data-theme="light"] .checkout-page-dark .payment-option>i{background:#eef1f4;color:#4d5661}html[data-theme="light"] .checkout-page-dark .delivery-option strong,html[data-theme="light"] .checkout-page-dark .payment-option strong{color:#11151a}html[data-theme="light"] .checkout-page-dark .delivery-option small,html[data-theme="light"] .checkout-page-dark .payment-option small{color:#747e89}html[data-theme="light"] .checkout-page-dark .delivery-option:has(input:checked),html[data-theme="light"] .checkout-page-dark .payment-option:has(input:checked){border-color:#11151a;box-shadow:0 0 0 2px rgba(17,21,26,.05)}html[data-theme="light"] .checkout-page-dark .delivery-option:has(input:checked) .delivery-option-icon,html[data-theme="light"] .checkout-page-dark .payment-option:has(input:checked)>i{background:#11151a;color:#fff}html[data-theme="light"] .checkout-page-dark .manual-payment-fields{background:#f8f9fa;border-color:#cbd2d9}html[data-theme="light"] .checkout-page-dark .manual-payment-note{color:#606a75}html[data-theme="light"] .checkout-page-dark .manual-payment-note b{color:#11151a}html[data-theme="light"] .checkout-page-dark .coupon-input button{background:#11151a;color:#fff}html[data-theme="light"] .checkout-page-dark .checkout-summary-card{background:#fff;border-color:#d7dde3;box-shadow:0 24px 65px rgba(23,29,36,.12)}html[data-theme="light"] .checkout-page-dark .summary-heading,html[data-theme="light"] .checkout-page-dark .checkout-items,html[data-theme="light"] .checkout-page-dark .checkout-totals .checkout-total{border-color:#dfe3e8}html[data-theme="light"] .checkout-page-dark .summary-heading span,html[data-theme="light"] .checkout-page-dark .checkout-item>div strong,html[data-theme="light"] .checkout-page-dark .checkout-item>b,html[data-theme="light"] .checkout-page-dark .checkout-totals strong,html[data-theme="light"] .checkout-page-dark .checkout-totals .checkout-total{color:#11151a}html[data-theme="light"] .checkout-page-dark .checkout-item img{background:#f1f3f5;border-color:#dfe3e8}html[data-theme="light"] .checkout-page-dark .checkout-totals>div{color:#66707b}html[data-theme="light"] .checkout-page-dark .checkout-submit{background:#11151a;color:#fff;box-shadow:0 14px 28px rgba(20,26,33,.15)}html[data-theme="light"] .checkout-page-dark .checkout-submit:hover{background:#252b32}html[data-theme="light"] .checkout-page-dark .checkout-agree{color:#69737e}html[data-theme="light"] .checkout-page-dark .checkout-agree a{color:#11151a}html[data-theme="light"] .footer{background:#fff;border-color:#dfe3e8}html[data-theme="light"] .footer p{color:#626b76}html[data-theme="light"] .socials a{border-color:#cbd1d8}html[data-theme="light"] .newsletter input{background:#f2f4f6;border-color:#d6dce2;color:#11151a}html[data-theme="light"] .newsletter button{background:#11151a;border-color:#11151a;color:#fff}html[data-theme="dark"] .auth-page{background:radial-gradient(circle at 20% 10%,rgba(115,75,145,.14),transparent 28%),radial-gradient(circle at 85% 75%,rgba(60,93,170,.14),transparent 30%),#080a0c;color:#f5f6f8}html[data-theme="dark"] .auth-box{background:linear-gradient(145deg,#11151a,#0a0c0f);border-color:#2d333b;box-shadow:0 24px 70px rgba(0,0,0,.36)}html[data-theme="dark"] .auth-brand,html[data-theme="dark"] .auth-row a,html[data-theme="dark"] .auth-switch a,html[data-theme="dark"] .auth-check a{color:#fff}html[data-theme="dark"] .auth-heading>span,html[data-theme="dark"] .auth-heading p,html[data-theme="dark"] .auth-row,html[data-theme="dark"] .auth-switch,html[data-theme="dark"] .auth-check{color:#9aa2ac}html[data-theme="dark"] .auth-input{background:#11161b;border-color:#303740}html[data-theme="dark"] .auth-input:focus-within{background:#151a20;border-color:#7e8690;box-shadow:0 0 0 3px rgba(255,255,255,.05)}html[data-theme="dark"] .auth-input input{color:#fff!important}html[data-theme="dark"] .auth-divider:before,html[data-theme="dark"] .auth-divider:after{background:#303740}html[data-theme="dark"] .google-button{background:#fff;color:#18191c}html[data-theme="dark"] .otp-input{background:#11161b;border-color:#303740;color:#fff}html[data-theme="dark"] .resend-form button{color:#fff}@media (max-width:760px){.theme-toggle-header{display:none!important}.mobile-theme-row{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:64px;margin:8px 0 0;padding:11px 13px;border:1px solid #282e36;border-radius:12px;background:#13171c}.mobile-theme-row strong,.mobile-theme-row small{display:block}.mobile-theme-row strong{font-size:9px;letter-spacing:.13em}.mobile-theme-row small{margin-top:2px;color:#858e99;font-size:9px}.mobile-theme-toggle{border:0;background:transparent;color:#f4f5f7;padding:0;display:flex;align-items:center;gap:9px;cursor:pointer}.theme-toggle-track{width:42px;height:24px;padding:3px;border:1px solid #424a54;border-radius:99px;background:#090c0f;display:flex;align-items:center}.theme-toggle-track i{width:16px;height:16px;border-radius:50%;background:#f4f5f7;display:block;transform:translateX(0);transition:.22s}.theme-toggle-text{font-size:8px;font-weight:900;letter-spacing:.08em}html[data-theme="light"] .theme-toggle-track i{transform:translateX(18px);background:#11151a}html[data-theme="light"] .main-nav{background:linear-gradient(180deg,#fff 0%,#f5f7f9 100%);border-color:#d8dde3;box-shadow:22px 0 70px rgba(25,31,38,.22);color:#11151a}html[data-theme="light"] .mobile-nav-head{background:#fff;border-color:#dfe3e8}html[data-theme="light"] .mobile-nav-brand small{color:#707a85}html[data-theme="light"] .mobile-menu-close{background:#f1f3f5;border-color:#d5dae0;color:#11151a}html[data-theme="light"] .main-nav>a,html[data-theme="light"] .nav-drop-trigger{background:#fff;border-color:#dce1e6!important;color:#11151a}html[data-theme="light"] .main-nav>a:hover,html[data-theme="light"] .main-nav>a.active,html[data-theme="light"] .nav-drop-trigger:hover,html[data-theme="light"] .nav-drop-trigger.active,html[data-theme="light"] .nav-drop.open>.nav-drop-trigger{background:#edf0f3;border-color:#cbd1d8!important}html[data-theme="light"] .nav-drop-menu{background:transparent;box-shadow:none}html[data-theme="light"] .nav-drop-menu a{background:#f4f6f8;border-color:#e0e4e8;color:#222931}html[data-theme="light"] .mobile-nav-quick a{background:#fff;border-color:#dce1e6;color:#222931}html[data-theme="light"] .mobile-nav-quick a:hover{background:#edf0f3;border-color:#cbd1d8}html[data-theme="light"] .mobile-theme-row{background:#fff;border-color:#dce1e6;color:#11151a}html[data-theme="light"] .mobile-theme-row small{color:#707a85}html[data-theme="light"] .mobile-theme-toggle{color:#11151a}html[data-theme="light"] .theme-toggle-track{background:#eef1f4;border-color:#bdc5ce}html[data-theme="light"] .mobile-nav-foot{color:#707a85}html[data-theme="light"] .mobile-menu-overlay.open{background:rgba(33,39,47,.35)}}:root{--v36-accent:#ff5b35;--v36-accent-soft:#ffeadf;--v36-warm:#f4ece7;--v36-ink:#17110f;--v36-card:#11151a}@media (min-width:761px){.site-header{width:min(1240px,calc(100% - 36px));height:68px;margin:14px auto 0;padding:0 16px 0 20px;top:12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;box-shadow:0 18px 50px rgba(0,0,0,.2);grid-template-columns:auto 1fr auto;gap:26px}.announcement{height:28px;padding:0 max(28px,calc((100% - 1240px)/2));border-bottom:0}.brand{gap:10px;font-size:16px;letter-spacing:.22em}.brand img{width:30px;height:36px}.main-nav{gap:8px;padding:5px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.035);width:max-content;justify-self:center}.main-nav>a,.nav-drop-trigger{height:44px!important;padding:0 15px!important;border-radius:999px!important;font-size:10px!important;letter-spacing:.08em!important}.main-nav>a:after,.nav-drop-trigger:after{display:none!important}.main-nav>a:hover,.main-nav>a.active,.nav-drop-trigger:hover,.nav-drop-trigger.active{background:rgba(255,255,255,.1)}.nav-drop-menu{top:52px;left:0;min-width:220px;border-radius:18px;padding:10px}.header-actions{gap:6px}.icon-btn{width:40px;height:40px;border:1px solid rgba(255,255,255,.09);border-radius:14px}.icon-btn svg{width:19px;height:19px}.header-login-link{height:40px;padding:0 8px;display:flex;align-items:center;font-size:10px;font-weight:850;letter-spacing:.08em;color:#d9dde2}.header-signup-link{height:40px;padding:0 16px;display:flex;align-items:center;border-radius:999px;background:#f4f5f7;color:#11151a;font-size:10px;font-weight:900;letter-spacing:.08em}.header-signup-link:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(255,255,255,.12)}.mobile-account-icon{display:none!important}}.v36-home .container{width:min(1240px,calc(100% - 40px))}.v36-hero-slide.active{opacity:1;visibility:visible;z-index:1}.v36-hero-controls button.active{background:#fff;width:48px}.v36-section-heading.split{display:flex;justify-content:space-between;align-items:end;gap:35px}.v36-section-heading.split p{max-width:360px}.v36-category-pills a.active{background:#2b1712;color:#fff}.social-links a{display:grid;place-items:center}.social-links svg{width:15px;height:15px}html[data-theme="light"] .site-header{background:rgba(255,255,255,.92);border-color:rgba(31,27,25,.08);box-shadow:0 18px 55px rgba(48,35,29,.12)}html[data-theme="light"] .main-nav{background:#f6f4f2;border-color:#ebe5e1}html[data-theme="light"] .main-nav>a:hover,html[data-theme="light"] .main-nav>a.active,html[data-theme="light"] .nav-drop-trigger:hover,html[data-theme="light"] .nav-drop-trigger.active{background:#e8e2de}html[data-theme="light"] .header-login-link{color:#3d3733}html[data-theme="light"] .header-signup-link{background:#211613;color:#fff}html[data-theme="light"] .icon-btn{border-color:#e4dfdc}html[data-theme="dark"] .v36-category-pills a.active{background:#f4f5f7;color:#11151a}@media (max-width:1040px){}@media (max-width:760px){.announcement{display:none}.site-header{width:100%;height:68px;margin:0;border-radius:0;top:0;padding:0 14px;border-left:0;border-right:0}.header-login-link,.header-signup-link{display:none}.mobile-account-icon{display:grid!important}.icon-btn{width:38px;height:38px;border:0;border-radius:12px}.header-actions{gap:2px}.brand span{font-size:14px}.brand img{width:27px;height:34px}.v36-home .container{width:min(100% - 24px,1240px)}.v36-section-heading.split{display:block}.v36-section-heading.split p{margin-top:10px}}@media (max-width:390px){}.home-minimal{overflow:hidden}.home-minimal .section-head{align-items:center}.home-minimal .section-head>h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.04em}.home-minimal-hero .hero-content-minimal .btn{min-width:150px}.home-minimal-benefits .benefit{justify-content:center;gap:11px;text-align:center}.home-minimal-benefits .benefit>i{display:grid;place-items:center;width:38px;height:38px;border:1px solid #39414a;border-radius:50%;font-style:normal;flex:0 0 auto}.home-minimal-benefits .benefit>i svg{width:17px;height:17px}.home-minimal-benefits .benefit>strong{font-size:10px;letter-spacing:.07em}.home-minimal-categories .category-info span{display:none}.home-minimal-promos .promo p{display:none!important}.home-minimal-promos .promo{min-height:210px}.home-minimal-promos .promo h3{margin-bottom:24px}.home-minimal-products .section-head p{display:none}.home-minimal-featured{padding-top:20px}.home-minimal .brand-story,.home-minimal .newsletter-band{display:none!important}.promo-grid .promo p,.brand-story{display:none!important}@media (max-width:760px){.site-header{grid-template-columns:40px minmax(0,1fr) auto!important;gap:5px!important;padding:0 10px!important}.menu-toggle{display:flex!important;width:40px!important;height:40px!important;min-width:40px!important;margin:0!important;padding:10px!important;border:0!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;align-items:center!important;justify-content:center!important;gap:5px!important;overflow:visible!important}.menu-toggle span{width:20px!important;height:2px!important;flex:0 0 auto!important}html[data-theme="light"] .menu-toggle span{background:#11151a!important}html[data-theme="dark"] .menu-toggle span{background:#fff!important}.brand{min-width:0;gap:8px!important}.brand span{white-space:nowrap;font-size:13px!important;letter-spacing:.2em!important}.brand img{width:25px!important;height:32px!important}.header-actions{min-width:0;gap:0!important}.header-actions .icon-btn{width:35px!important;height:35px!important}.home-minimal-benefits .benefit-grid{grid-template-columns:1fr 1fr!important}.home-minimal-benefits .benefit{min-height:68px!important;padding:10px 8px!important}.home-minimal-benefits .benefit>i{width:32px;height:32px}.home-minimal-benefits .benefit>strong{font-size:8px}.home-minimal .section-head{gap:12px}.home-minimal .section-head>h2{font-size:25px}.home-minimal .section-head .text-link{font-size:8px;white-space:nowrap}.home-minimal-promos .promo{min-height:170px!important;padding:24px 28px!important}.home-minimal-promos .promo h3{margin:0 0 20px!important;font-size:25px!important}.home-minimal-promos .promo-grid{gap:12px!important}}@media (max-width:390px){.site-header{grid-template-columns:38px minmax(0,1fr) auto!important;padding:0 7px!important}.menu-toggle{width:38px!important;min-width:38px!important;height:38px!important;padding:9px!important}.brand span{font-size:12px!important;letter-spacing:.16em!important}.header-actions .icon-btn{width:32px!important;height:34px!important}.home-minimal-benefits .benefit-grid{grid-template-columns:1fr 1fr!important}}.epochs-hero-slider{position:relative;display:block;width:100%;height:680px;min-height:420px;overflow:hidden;background:#050607;isolation:isolate;transition:height .35s ease}.epochs-hero-track{position:absolute;inset:0;overflow:hidden}.epochs-hero-slide{--hero-height:680px;--hero-mobile-height:540px;--hero-overlay:#000000;--hero-overlay-opacity:.66;--hero-text:#ffffff;--hero-button:#ffffff;--hero-button-text:#080a0d;--hero-desktop-position:center center;--hero-mobile-position:center center;position:absolute;inset:0;height:var(--hero-height);min-height:420px;opacity:0;visibility:hidden;pointer-events:none;color:var(--hero-text);transition:opacity .65s ease,transform .75s cubic-bezier(.22,.61,.36,1),visibility .65s ease;will-change:opacity,transform}.epochs-hero-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.epochs-hero-slider.transition-fade .epochs-hero-slide{transform:scale(1.018)}.epochs-hero-slider.transition-fade .epochs-hero-slide.active{transform:scale(1)}.epochs-hero-slider.transition-slide .epochs-hero-slide{opacity:1;visibility:visible}.epochs-hero-media{position:absolute;inset:0;background-image:var(--hero-desktop-image);background-size:cover;background-repeat:no-repeat;background-position:var(--hero-desktop-position);transform:scale(1.01);transition:transform 6s ease}.epochs-hero-slide.active .epochs-hero-media{transform:scale(1.045)}.epochs-hero-overlay{position:absolute;inset:0;background:var(--hero-overlay);opacity:var(--hero-overlay-opacity);z-index:1}.epochs-hero-inner{position:relative;z-index:3;height:100%;display:flex;align-items:center;padding-top:56px;padding-bottom:56px}.epochs-hero-slide.position-top .epochs-hero-inner{align-items:flex-start}.epochs-hero-slide.position-bottom .epochs-hero-inner{align-items:flex-end}.epochs-hero-content{width:min(720px,74%);display:flex;flex-direction:column;align-items:flex-start;text-align:left}.epochs-hero-slide.align-center .epochs-hero-content{margin-inline:auto;align-items:center;text-align:center}.epochs-hero-slide.align-right .epochs-hero-content{margin-left:auto;align-items:flex-end;text-align:right}.epochs-hero-brand{display:flex;align-items:center;gap:18px;margin-bottom:22px}.epochs-hero-brand img{width:72px;height:92px;object-fit:contain;filter:drop-shadow(0 16px 28px rgba(0,0,0,.3))}.epochs-hero-brand span{font-size:58px;line-height:1;letter-spacing:.16em;font-weight:300;color:inherit}.epochs-hero-eyebrow{margin-bottom:14px;font-size:11px;line-height:1.5;letter-spacing:.32em;text-transform:uppercase;font-weight:800;color:inherit;opacity:.88}.epochs-hero-content h1{max-width:760px;margin:0 0 15px;font-size:clamp(42px,6vw,86px);line-height:.96;letter-spacing:-.045em;color:inherit}.epochs-hero-content p{max-width:620px;margin:0 0 25px;font-size:15px;line-height:1.75;color:inherit;opacity:.82}.epochs-hero-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:49px;padding:0 23px;border:1px solid transparent;border-radius:10px;font-size:11px;font-weight:950;letter-spacing:.045em;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.epochs-hero-button:hover{transform:translateY(-2px)}.epochs-hero-button.style-light{background:#f5f6f8;color:#080a0d;border-color:#f5f6f8}.epochs-hero-button.style-dark{background:#090b0e;color:#fff;border-color:#090b0e}.epochs-hero-button.style-outline{background:transparent;color:inherit;border-color:currentColor}.epochs-hero-button.style-custom{background:var(--hero-button);color:var(--hero-button-text);border-color:var(--hero-button)}.epochs-hero-button span{font-size:15px}.epochs-hero-arrow{position:absolute;z-index:8;top:50%;width:44px;height:44px;margin-top:-22px;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(8,10,13,.34);backdrop-filter:blur(9px);color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.2s}.epochs-hero-arrow:hover{background:#fff;color:#090b0d;border-color:#fff}.epochs-hero-arrow.prev{left:max(16px,calc((100% - 1370px)/2))}.epochs-hero-arrow.next{right:max(16px,calc((100% - 1370px)/2))}.epochs-hero-controls{position:absolute;z-index:8;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid rgba(255,255,255,.16);border-radius:99px;background:rgba(0,0,0,.24);backdrop-filter:blur(10px)}.epochs-hero-controls button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.4);cursor:pointer;transition:.25s}.epochs-hero-controls button.active{width:34px;background:#fff}.epochs-hero-slider:focus-within .epochs-hero-arrow{opacity:1}@media (max-width:760px){.epochs-hero-slider{height:540px;border-radius:0 0 22px 22px}.epochs-hero-slide{height:var(--hero-mobile-height)}.epochs-hero-media{background-image:var(--hero-mobile-image);background-position:var(--hero-mobile-position)}.epochs-hero-inner{padding-top:54px;padding-bottom:74px}.epochs-hero-content{width:100%;max-width:100%}.epochs-hero-brand{gap:12px;margin-bottom:18px}.epochs-hero-brand img{width:52px;height:68px}.epochs-hero-brand span{font-size:38px;letter-spacing:.13em}.epochs-hero-eyebrow{font-size:9px;letter-spacing:.24em;margin-bottom:12px}.epochs-hero-content h1{font-size:clamp(38px,12vw,58px);line-height:.98;margin-bottom:13px}.epochs-hero-content p{font-size:12px;line-height:1.65;margin-bottom:20px;max-width:92%}.epochs-hero-slide.align-center .epochs-hero-content p{max-width:100%}.epochs-hero-button{min-height:47px;padding:0 20px;border-radius:9px}.epochs-hero-arrow{top:auto;bottom:24px;width:38px;height:38px;margin:0;font-size:25px}.epochs-hero-arrow.prev{left:16px}.epochs-hero-arrow.next{right:16px}.epochs-hero-controls{bottom:29px;padding:7px 9px}.epochs-hero-controls button.active{width:25px}}@media (max-width:430px){.epochs-hero-content h1{font-size:42px}.epochs-hero-brand span{font-size:32px}.epochs-hero-arrow{display:none}}@media (prefers-reduced-motion:reduce){.epochs-hero-slide,.epochs-hero-media,.epochs-hero-slider{transition:none!important}}@media (max-width:760px){.epochs-hero-slider{min-height:380px!important;border-radius:0 0 20px 20px!important}.epochs-hero-slide{min-height:380px!important}.epochs-hero-inner{padding-top:34px!important;padding-bottom:48px!important}.epochs-hero-brand{gap:10px!important;margin-bottom:16px!important}.epochs-hero-brand img{width:46px!important;height:58px!important}.epochs-hero-brand span{font-size:34px!important;letter-spacing:.12em!important}.epochs-hero-eyebrow{margin-bottom:9px!important}.epochs-hero-content h1{font-size:38px!important;margin-bottom:10px!important}.epochs-hero-content p{font-size:11px!important;line-height:1.55!important;margin-bottom:16px!important}.epochs-hero-button{min-height:44px!important;padding:0 18px!important}.epochs-hero-controls{bottom:18px!important}.epochs-hero-arrow{bottom:14px!important}}@media (max-width:390px){.epochs-hero-slider{min-height:370px!important}.epochs-hero-slide{min-height:370px!important}.epochs-hero-brand img{width:42px!important;height:53px!important}.epochs-hero-brand span{font-size:30px!important}}html[data-theme="dark"] .home-minimal{background:linear-gradient(180deg,#090d12 0,#0c1219 55%,#0a0f15 100%);color:#f4f7fa}html[data-theme="dark"] .home-minimal .epochs-hero-slider{background:#080c11;border-color:#1e2a36;box-shadow:0 24px 70px rgba(0,0,0,.34)}html[data-theme="dark"] .home-minimal .epochs-hero-overlay{background:linear-gradient(90deg,#05080c 0%,#0a1017 48%,#101823 100%)!important;opacity:.76!important}html[data-theme="dark"] .home-minimal .epochs-hero-button.style-light{background:#dfe7ee;color:#091018;border-color:#dfe7ee}html[data-theme="dark"] .home-minimal .epochs-hero-button.style-light:hover{background:#f6f9fb;border-color:#f6f9fb}html[data-theme="dark"] .home-minimal-benefits{background:#0e151d;border-color:#253240}html[data-theme="dark"] .home-minimal-benefits .benefit{background:#101821;border-color:#263442;color:#eef3f7}html[data-theme="dark"] .home-minimal-benefits .benefit>i{background:#151f29;border-color:#405264;color:#a9bfd1}html[data-theme="dark"] .home-minimal-categories,html[data-theme="dark"] .home-minimal-promos,html[data-theme="dark"] .home-minimal-products{background:transparent;color:#f4f7fa}html[data-theme="dark"] .home-minimal .section-head h2{color:#f4f7fa}html[data-theme="dark"] .home-minimal .section-head h2:after{background:#61788c}html[data-theme="dark"] .home-minimal .text-link{color:#9fb4c6}html[data-theme="dark"] .home-minimal .text-link:hover{color:#fff}html[data-theme="dark"] .home-minimal .category-card{background:#111922;border-color:#273542;box-shadow:0 18px 48px rgba(0,0,0,.18)}html[data-theme="dark"] .home-minimal .category-card:after{background:linear-gradient(180deg,transparent 45%,rgba(5,9,13,.9) 100%)}html[data-theme="dark"] .home-minimal .category-info h3{color:#fff}html[data-theme="dark"] .home-minimal-promos .promo{background:linear-gradient(145deg,#131c25,#0e151d);border-color:#293847;color:#f3f6f9;box-shadow:0 18px 45px rgba(0,0,0,.16)}html[data-theme="dark"] .home-minimal-promos .promo:nth-child(2){background:linear-gradient(145deg,#151b23,#101722)}html[data-theme="dark"] .home-minimal-promos .promo:nth-child(3){background:linear-gradient(145deg,#111a24,#0d141c)}html[data-theme="dark"] .home-minimal-products .product-card{background:#111922;border-color:#273542}html[data-theme="dark"] .home-minimal-products .product-media{background:#151e27;border-color:#2a3947}html[data-theme="dark"] .home-minimal-products .product-meta h3,html[data-theme="dark"] .home-minimal-products .price{color:#f5f8fa}html[data-theme="dark"] .home-minimal-products .product-category{color:#7f96aa}html[data-theme="dark"] .home-minimal-featured{background:linear-gradient(180deg,rgba(18,27,36,.72),rgba(10,15,21,.2))}@media (max-width:760px){html[data-theme="dark"] .home-minimal .epochs-hero-slider{box-shadow:0 18px 45px rgba(0,0,0,.3)}html[data-theme="dark"] .home-minimal-benefits .benefit{min-height:66px!important}html[data-theme="dark"] .home-minimal-promos .promo{box-shadow:none}}html[data-theme="dark"] body{background:linear-gradient(180deg,#090d12 0%,#0d131a 48%,#0a0f15 100%);color:#f3f6f9}html[data-theme="dark"] .announcement{background:#0a0f14;border-color:#1a212c;color:#a8b1bc}html[data-theme="dark"] .site-header{background:rgba(11,15,20,.92);border-color:rgba(148,163,184,.12);box-shadow:0 18px 50px rgba(0,0,0,.28)}html[data-theme="dark"] .main-nav{background:#121821;border-color:#202a36}html[data-theme="dark"] .main-nav>a:hover,html[data-theme="dark"] .main-nav>a.active,html[data-theme="dark"] .nav-drop-trigger:hover,html[data-theme="dark"] .nav-drop-trigger.active{background:#1a2330}html[data-theme="dark"] .icon-btn:hover{background:#18212c}html[data-theme="dark"] .benefits{background:#0e141b;border-color:#202833}html[data-theme="dark"] .benefit{border-color:#202833}html[data-theme="dark"] .benefit i{border-color:#4a5563;background:#111923}html[data-theme="dark"] .benefit span{color:#97a2ae}html[data-theme="dark"] .section-head h2:after{background:#607080}html[data-theme="dark"] .product-media{background:#121821;border-color:#222c37}html[data-theme="dark"] .promo{background:linear-gradient(120deg,#121821,#1a2330);border-color:#222c37}html[data-theme="dark"] .search-panel{background:rgba(8,11,15,.94)}html[data-theme="dark"] .search-panel form{border-color:#4b5a69}@media (max-width:760px){.site-header{width:calc(100% - 20px)!important;height:62px!important;margin:10px auto 0!important;top:8px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 42px rgba(0,0,0,.22)!important;grid-template-columns:36px minmax(0,1fr) auto!important;gap:8px!important}html[data-theme="light"] .site-header{background:rgba(255,255,255,.96)!important;border-color:rgba(31,27,25,.08)!important}html[data-theme="dark"] .site-header{background:rgba(11,15,20,.92)!important;border-color:rgba(148,163,184,.14)!important}.brand img{width:26px!important;height:32px!important}.brand span{font-size:14px!important;letter-spacing:.20em!important}.menu-toggle{display:grid!important;place-items:center;width:34px;height:34px;border-radius:10px}.header-actions{gap:4px!important}.icon-btn{width:34px!important;height:34px!important;border-radius:12px!important}.badge-wrap b{right:-1px!important;top:-2px!important;width:15px!important;height:15px!important;font-size:8px!important}.main-nav{inset:76px 10px 10px!important;padding:16px!important;border-radius:24px!important;overflow:auto!important}.main-nav>a,.nav-drop>a{height:50px!important;border-bottom:0!important;margin-bottom:8px!important;padding:0 14px!important;border:1px solid #27303b!important;border-radius:14px!important;background:#10161d!important}html[data-theme="light"] .main-nav>a,html[data-theme="light"] .nav-drop>a{background:#fff!important;border-color:#dce1e6!important}.nav-drop-menu a{border-radius:12px!important}.epochs-hero-slider{height:420px!important;min-height:420px!important;border-radius:0 0 26px 26px!important}.epochs-hero-slide{height:420px!important;min-height:420px!important}.epochs-hero-inner{padding-top:82px!important;padding-bottom:58px!important;align-items:center!important}.epochs-hero-content{width:100%!important;max-width:340px!important}.epochs-hero-brand{gap:14px!important;margin-bottom:22px!important}.epochs-hero-brand img{width:60px!important;height:76px!important}.epochs-hero-brand span{font-size:40px!important;letter-spacing:.14em!important}.epochs-hero-eyebrow{display:none!important}.epochs-hero-content h1{display:none!important}.epochs-hero-content p{display:none!important}.epochs-hero-button{min-height:48px!important;padding:0 24px!important;border-radius:11px!important}.epochs-hero-controls{bottom:18px!important;padding:7px 9px!important}.epochs-hero-controls button{width:7px!important;height:7px!important}.epochs-hero-controls button.active{width:24px!important}.epochs-hero-arrow{display:none!important}.benefit-grid{grid-template-columns:repeat(2,1fr)!important}.benefit{padding:18px 12px!important;min-height:88px!important}.benefit strong{font-size:11px!important}.benefit span{display:none!important}}@media (max-width:390px){.epochs-hero-slider{height:390px!important;min-height:390px!important}.epochs-hero-slide{height:390px!important;min-height:390px!important}.epochs-hero-inner{padding-top:78px!important;padding-bottom:50px!important}.epochs-hero-brand img{width:52px!important;height:68px!important}.epochs-hero-brand span{font-size:34px!important}.epochs-hero-button{min-height:46px!important;padding:0 20px!important}}@media (max-width:760px){.epochs-hero-slider{height:390px!important;min-height:390px!important;border-radius:0 0 22px 22px!important}.epochs-hero-slide{height:390px!important;min-height:390px!important}.epochs-hero-media{background-size:cover!important;background-position:var(--hero-mobile-position)!important}.epochs-hero-inner{padding:72px 18px 42px!important;align-items:center!important}.epochs-hero-content{max-width:300px!important;width:72%!important}.epochs-hero-brand{gap:11px!important;margin-bottom:20px!important}.epochs-hero-brand img{width:48px!important;height:62px!important}.epochs-hero-brand span{font-size:34px!important;letter-spacing:.13em!important}.epochs-hero-button{min-height:45px!important;padding:0 20px!important;font-size:10px!important;border-radius:10px!important}.mobile-menu-overlay{z-index:109!important;background:rgba(5,8,12,.56)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important}.main-nav{position:fixed!important;z-index:110!important;inset:0 auto 0 0!important;display:flex!important;width:min(86vw,360px)!important;height:100dvh!important;max-height:none!important;padding:12px!important;border:0!important;border-right:1px solid #dfe4e9!important;border-radius:0 24px 24px 0!important;background:#f8f9fb!important;box-shadow:24px 0 70px rgba(14,20,28,.24)!important;overflow-y:auto!important;overscroll-behavior:contain!important;transform:translateX(-105%)!important;opacity:1!important;visibility:visible!important;transition:transform .28s cubic-bezier(.22,.61,.36,1)!important;gap:0!important;align-items:stretch!important;justify-content:flex-start!important}.main-nav.open{transform:translateX(0)!important}html[data-theme="dark"] .main-nav{background:#0f151c!important;border-color:#26313d!important;box-shadow:24px 0 80px rgba(0,0,0,.5)!important}.mobile-nav-head{position:sticky!important;top:-12px!important;z-index:3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:72px!important;margin:-12px -12px 12px!important;padding:14px 14px 12px!important;border-bottom:1px solid #e1e5ea!important;background:#fff!important}html[data-theme="dark"] .mobile-nav-head{background:#111821!important;border-color:#26313d!important}.mobile-nav-brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.mobile-nav-brand img{width:34px!important;height:42px!important}.mobile-nav-brand span{display:block!important;min-width:0!important}.mobile-nav-brand b{font-size:14px!important;letter-spacing:.2em!important;color:#111820!important}html[data-theme="dark"] .mobile-nav-brand b{color:#f3f6f9!important}.mobile-nav-brand small{display:none!important}.mobile-menu-close{width:38px!important;height:38px!important;border:1px solid #d8dee5!important;border-radius:12px!important;background:#f2f5f7!important;color:#111820!important;display:grid!important;place-items:center!important}html[data-theme="dark"] .mobile-menu-close{background:#18212c!important;border-color:#2d3946!important;color:#fff!important}.main-nav>a,.nav-drop-trigger{width:100%!important;min-height:50px!important;height:50px!important;margin:0 0 6px!important;padding:0 13px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#1d2731!important;display:flex!important;align-items:center!important;gap:11px!important;font-size:12px!important;font-weight:850!important;letter-spacing:.035em!important;box-shadow:none!important}.main-nav>a:hover,.main-nav>a.active,.nav-drop-trigger:hover,.nav-drop-trigger.active,.nav-drop.open>.nav-drop-trigger{background:#e9eef3!important;color:#0c131a!important}html[data-theme="dark"] .main-nav>a,html[data-theme="dark"] .nav-drop-trigger{color:#dce4ec!important}html[data-theme="dark"] .main-nav>a:hover,html[data-theme="dark"] .main-nav>a.active,html[data-theme="dark"] .nav-drop-trigger:hover,html[data-theme="dark"] .nav-drop-trigger.active,html[data-theme="dark"] .nav-drop.open>.nav-drop-trigger{background:#19232e!important;color:#fff!important}.mobile-link-icon{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;flex:0 0 auto!important;border-radius:9px!important;background:#eef2f5!important;color:#56616d!important}html[data-theme="dark"] .mobile-link-icon{background:#18212c!important;color:#aeb9c5!important}.mobile-link-icon svg{width:15px!important;height:15px!important}.nav-drop-label{flex:1!important;text-align:left!important}.nav-drop-chevron{margin-left:auto!important;transition:transform .22s!important}.nav-drop.open .nav-drop-chevron{transform:rotate(90deg)!important}.nav-drop-menu{position:static!important;display:none!important;min-width:0!important;margin:0 0 8px 39px!important;padding:4px 0 5px 10px!important;border:0!important;border-left:1px solid #d8dfe6!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}.nav-drop.open .nav-drop-menu{display:grid!important;gap:3px!important}html[data-theme="dark"] .nav-drop-menu{border-color:#2b3744!important}.nav-drop-menu a{min-height:40px!important;padding:8px 11px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#4b5966!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:11px!important;font-weight:750!important}.nav-drop-menu a:after{content:"›";font-size:16px;color:#87929d!important}.nav-drop-menu a:hover{background:#edf1f5!important;color:#121a22!important}.nav-drop-menu a small{display:none!important}html[data-theme="dark"] .nav-drop-menu a{color:#aeb8c3!important}html[data-theme="dark"] .nav-drop-menu a:hover{background:#17212b!important;color:#fff!important}.mobile-nav-quick{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;margin:13px 0 10px!important;padding-top:13px!important;border-top:1px solid #e1e5ea!important}html[data-theme="dark"] .mobile-nav-quick{border-color:#26313d!important}.mobile-nav-quick a{min-height:68px!important;padding:10px 5px!important;border:1px solid #dfe4e9!important;border-radius:12px!important;background:#fff!important;color:#26313b!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-align:center!important;font-size:9px!important;font-weight:800!important}html[data-theme="dark"] .mobile-nav-quick a{background:#121a23!important;border-color:#293542!important;color:#dce4ec!important}.mobile-nav-quick svg{width:18px!important;height:18px!important}.mobile-theme-row{margin:0!important;padding:13px!important;border:1px solid #dfe4e9!important;border-radius:13px!important;background:#fff!important;color:#1a232c!important}html[data-theme="dark"] .mobile-theme-row{background:#121a23!important;border-color:#293542!important;color:#f1f4f7!important}.mobile-theme-row strong{font-size:9px!important;letter-spacing:.12em!important}.mobile-theme-row small{font-size:9px!important;color:#77838f!important}html[data-theme="dark"] .mobile-theme-row small{color:#8995a2!important}.mobile-nav-foot{display:none!important}}@media (max-width:390px){.epochs-hero-slider,.epochs-hero-slide{height:365px!important;min-height:365px!important}.epochs-hero-inner{padding-top:68px!important;padding-bottom:38px!important}.epochs-hero-content{width:76%!important}.epochs-hero-brand img{width:43px!important;height:57px!important}.epochs-hero-brand span{font-size:31px!important}.main-nav{width:min(90vw,345px)!important}}html[data-theme="light"]{--epoch-accent:#5b5bd6;--epoch-accent-2:#7c6cf2;--epoch-bg:#f5f7fb;--epoch-card:#ffffff;--epoch-soft:#eef2f8;--epoch-line:#dde4ee;--epoch-text:#172033;--epoch-muted:#718096}html[data-theme="dark"]{--epoch-accent:#8b7cff;--epoch-accent-2:#63a8ff;--epoch-bg:#080d14;--epoch-card:#101722;--epoch-soft:#151f2c;--epoch-line:#253346;--epoch-text:#edf3fa;--epoch-muted:#97a6b8}html[data-theme="light"] body{background:linear-gradient(180deg,#f9fbfe 0,#f3f6fa 52%,#eef2f7 100%);color:var(--epoch-text)}html[data-theme="light"] .site-header{background:rgba(255,255,255,.95);border-color:#e4e9f0;box-shadow:0 16px 45px rgba(33,47,67,.09)}html[data-theme="light"] .main-nav{background:#f7f8fb;border-color:#e7ebf1}html[data-theme="light"] .main-nav>a:hover,html[data-theme="light"] .main-nav>a.active,html[data-theme="light"] .nav-drop-trigger:hover,html[data-theme="light"] .nav-drop-trigger.active{background:#ececfb;color:#30304e}html[data-theme="light"] .icon-btn:hover{background:#eef1f6}html[data-theme="light"] .benefits{background:#fff;border-color:#e2e7ef}html[data-theme="light"] .benefit{border-color:#e5e9f0}html[data-theme="light"] .benefit i{background:#f8f9fc;border-color:#ccd5e1;color:#333d4d}html[data-theme="light"] .section{background:transparent}html[data-theme="light"] .product-media,html[data-theme="light"] .promo,html[data-theme="light"] .panel,html[data-theme="light"] .filters{background:#fff!important;border-color:#e0e6ee!important;box-shadow:0 16px 40px rgba(37,51,72,.06)}html[data-theme="light"] .btn:not(.btn-danger),html[data-theme="light"] .cart-primary-button{background:#171d27;color:#fff;border-color:#171d27}html[data-theme="light"] .btn-outline{background:#fff!important;color:#172033!important;border-color:#cbd4df!important}html[data-theme="dark"] body{background:radial-gradient(circle at 18% -5%,rgba(70,91,125,.16),transparent 28%),linear-gradient(180deg,#080d14 0,#0b111a 52%,#080c12 100%);color:var(--epoch-text)}html[data-theme="dark"] .announcement{background:#090e15;border-color:#192330;color:#a7b3c1}html[data-theme="dark"] .site-header{background:rgba(11,17,25,.94);border-color:#202c3a;box-shadow:0 18px 50px rgba(0,0,0,.32)}html[data-theme="dark"] .main-nav{background:#111925;border-color:#222f40}html[data-theme="dark"] .main-nav>a:hover,html[data-theme="dark"] .main-nav>a.active,html[data-theme="dark"] .nav-drop-trigger:hover,html[data-theme="dark"] .nav-drop-trigger.active{background:linear-gradient(135deg,#202a3a,#24243d);color:#fff}html[data-theme="dark"] .nav-drop-menu{background:#111925;border-color:#27364a;box-shadow:0 22px 60px rgba(0,0,0,.42)}html[data-theme="dark"] .icon-btn:hover{background:#1a2533}html[data-theme="dark"] .benefits{background:#0d141e;border-color:#202d3c}html[data-theme="dark"] .benefit{border-color:#202d3c}html[data-theme="dark"] .benefit i{background:#141f2c;border-color:#34465c;color:#cbd7e5}html[data-theme="dark"] .product-media,html[data-theme="dark"] .promo,html[data-theme="dark"] .panel,html[data-theme="dark"] .filters{background:#111925!important;border-color:#253346!important;box-shadow:0 18px 48px rgba(0,0,0,.22)}html[data-theme="dark"] .v36-category-pills a.active{background:linear-gradient(135deg,var(--epoch-accent),var(--epoch-accent-2));color:#fff}html[data-theme="dark"] .btn:not(.btn-danger),html[data-theme="dark"] .cart-primary-button,html[data-theme="dark"] .checkout-submit{background:linear-gradient(135deg,var(--epoch-accent),var(--epoch-accent-2));color:#fff;border-color:transparent;box-shadow:0 14px 30px rgba(99,105,255,.18)}html[data-theme="dark"] .btn-outline{background:transparent!important;color:#e7eef7!important;border-color:#405069!important;box-shadow:none!important}.tracking-page{min-height:760px;padding:62px 0 90px;background:linear-gradient(180deg,var(--epoch-bg),color-mix(in srgb,var(--epoch-bg) 94%,#fff 6%));color:var(--epoch-text)}.tracking-shell{max-width:980px}.tracking-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.tracking-topbar>div>span{font-size:9px;font-weight:900;letter-spacing:.2em;color:var(--epoch-accent)}.tracking-topbar h1{font-size:46px;line-height:1;margin:7px 0 8px;letter-spacing:-.04em}.tracking-topbar p{margin:0;color:var(--epoch-muted);font-size:13px}.tracking-top-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--epoch-accent),var(--epoch-accent-2));color:#fff;display:grid;place-items:center;box-shadow:0 15px 34px rgba(91,91,214,.2)}.tracking-top-icon svg{width:25px;height:25px}.tracking-search-card,.tracking-order-card,.tracking-help-card{background:var(--epoch-card);border:1px solid var(--epoch-line);border-radius:24px;box-shadow:0 22px 65px rgba(31,45,66,.08)}.tracking-search-card{padding:22px;margin-bottom:18px}.tracking-search-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.tracking-search-icon{width:40px;height:40px;border-radius:13px;background:var(--epoch-soft);color:var(--epoch-accent);display:grid;place-items:center}.tracking-search-icon svg{width:18px;height:18px}.tracking-search-heading strong,.tracking-search-heading small{display:block}.tracking-search-heading strong{font-size:14px}.tracking-search-heading small{font-size:10px;color:var(--epoch-muted);margin-top:2px}.tracking-search-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.tracking-search-grid label>span{display:block;margin-bottom:7px;font-size:8px;font-weight:900;letter-spacing:.13em;color:var(--epoch-muted)}.tracking-search-grid input{height:48px;width:100%;border:1px solid var(--epoch-line);border-radius:13px;background:var(--epoch-soft);color:var(--epoch-text);padding:0 14px;outline:0}.tracking-search-grid input:focus{border-color:var(--epoch-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--epoch-accent) 14%,transparent)}.tracking-search-grid button{height:48px;border:0;border-radius:13px;padding:0 19px;background:linear-gradient(135deg,var(--epoch-accent),var(--epoch-accent-2));color:#fff;font-size:9px;font-weight:950;letter-spacing:.05em;cursor:pointer;white-space:nowrap}.tracking-alert{margin-top:13px;padding:11px 13px;border:1px solid #e3a1a8;border-radius:11px;background:#fff1f3;color:#9d2937;font-size:11px}html[data-theme="dark"] .tracking-alert{background:#2a151c;border-color:#5c2d38;color:#ffacb8}.tracking-order-card{padding:24px}.tracking-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid var(--epoch-line)}.tracking-order-head>div>span{font-size:8px;font-weight:900;letter-spacing:.16em;color:var(--epoch-accent)}.tracking-order-head h2{font-size:22px;margin:5px 0 3px}.tracking-order-head p{margin:0;color:var(--epoch-muted);font-size:10px}.tracking-current-status{display:inline-flex;align-items:center;min-height:31px;padding:0 12px;border-radius:999px;background:var(--epoch-soft);color:var(--epoch-text);font-size:9px;font-weight:900;text-transform:uppercase}.tracking-current-status.delivered{background:#e9f9ef;color:#19814a}.tracking-current-status.cancelled{background:#fff0f1;color:#b12d3b}html[data-theme="dark"] .tracking-current-status.delivered{background:#163526;color:#83e4ae}html[data-theme="dark"] .tracking-current-status.cancelled{background:#3b1a21;color:#ff9fac}.tracking-order-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:19px 0;border-bottom:1px solid var(--epoch-line)}.tracking-order-summary>div{min-width:0;padding:13px;border-radius:15px;background:var(--epoch-soft)}.tracking-order-summary>div>span{width:30px;height:30px;border-radius:10px;background:var(--epoch-card);display:grid;place-items:center;color:var(--epoch-accent);margin-bottom:10px}.tracking-order-summary svg{width:15px;height:15px}.tracking-order-summary small,.tracking-order-summary strong{display:block}.tracking-order-summary small{font-size:7px;font-weight:900;letter-spacing:.11em;color:var(--epoch-muted)}.tracking-order-summary strong{font-size:10px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracking-timeline{position:relative;padding:25px 0 3px}.tracking-step{position:relative;display:grid;grid-template-columns:48px 1fr;gap:15px;min-height:95px;padding-bottom:17px;opacity:.47}.tracking-step:before{content:"";position:absolute;left:23px;top:47px;bottom:-2px;width:2px;background:var(--epoch-line)}.tracking-step:last-child:before{display:none}.tracking-step.complete{opacity:1}.tracking-step.complete:before{background:linear-gradient(var(--epoch-accent),var(--epoch-accent-2))}.tracking-step-marker{position:relative;z-index:2}.tracking-step-marker>span{width:48px;height:48px;border-radius:16px;border:1px solid var(--epoch-line);background:var(--epoch-soft);color:var(--epoch-muted);display:grid;place-items:center}.tracking-step.complete .tracking-step-marker>span{border-color:transparent;background:linear-gradient(135deg,var(--epoch-accent),var(--epoch-accent-2));color:#fff;box-shadow:0 10px 25px rgba(91,91,214,.19)}.tracking-step.current .tracking-step-marker>span{box-shadow:0 0 0 7px color-mix(in srgb,var(--epoch-accent) 13%,transparent),0 12px 28px rgba(91,91,214,.22)}.tracking-step-marker svg{width:20px;height:20px}.tracking-step-content{padding-top:2px}.tracking-step-content>div{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.tracking-step-content h3{font-size:14px;margin:0}.tracking-step-content time{font-size:9px;color:var(--epoch-muted);white-space:nowrap}.tracking-step-content p{font-size:11px;color:var(--epoch-muted);margin:6px 0}.tracking-step-content small{display:flex;align-items:center;gap:5px;color:var(--epoch-accent);font-size:9px;font-weight:800}.tracking-step-content small svg{width:13px;height:13px}.tracking-cancelled{display:flex;align-items:center;gap:14px;margin-top:22px;padding:18px;border-radius:16px;background:#fff1f3;color:#a32836}.tracking-cancelled>span{width:42px;height:42px;border-radius:13px;background:#fff;display:grid;place-items:center}.tracking-cancelled svg{width:20px;height:20px}.tracking-cancelled p{margin:3px 0 0;font-size:11px}html[data-theme="dark"] .tracking-cancelled{background:#2b151c;color:#ffabb7}html[data-theme="dark"] .tracking-cancelled>span{background:#3a1b24}.tracking-help-card{display:flex;align-items:center;gap:14px;margin-top:18px;padding:18px 20px}.tracking-help-card>span{width:42px;height:42px;border-radius:14px;background:var(--epoch-soft);color:var(--epoch-accent);display:grid;place-items:center}.tracking-help-card svg{width:19px;height:19px}.tracking-help-card>div{flex:1}.tracking-help-card strong{font-size:12px}.tracking-help-card p{margin:3px 0 0;color:var(--epoch-muted);font-size:10px}.tracking-help-card a{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border-radius:11px;background:var(--epoch-soft);color:var(--epoch-text);font-size:8px;font-weight:950;letter-spacing:.05em}@media (max-width:760px){.tracking-page{padding:96px 0 65px}.tracking-shell{width:min(100% - 24px,980px)}.tracking-topbar{margin-bottom:18px}.tracking-topbar h1{font-size:34px}.tracking-topbar p{font-size:11px;max-width:300px}.tracking-top-icon{width:46px;height:46px;border-radius:15px}.tracking-search-card,.tracking-order-card,.tracking-help-card{border-radius:20px}.tracking-search-card{padding:17px}.tracking-search-grid{grid-template-columns:1fr}.tracking-search-grid button{width:100%}.tracking-order-card{padding:17px}.tracking-order-head h2{font-size:19px}.tracking-order-summary{grid-template-columns:repeat(2,1fr)}.tracking-step{grid-template-columns:42px 1fr;gap:12px;min-height:91px}.tracking-step:before{left:20px;top:42px}.tracking-step-marker>span{width:42px;height:42px;border-radius:14px}.tracking-step-marker svg{width:18px;height:18px}.tracking-step-content>div{display:block}.tracking-step-content time{display:block;margin-top:3px}.tracking-help-card{align-items:flex-start}.tracking-help-card a{display:none}}@media (max-width:390px){.tracking-order-summary{grid-template-columns:1fr 1fr}.tracking-order-summary>div{padding:11px}.tracking-current-status{padding:0 9px;font-size:8px}}:root{--store-teal:#0794a4;--store-teal-deep:#066b79;--store-teal-soft:#eaf8f8;--store-cyan:#28c7c9;--store-ink:#13242b;--store-muted:#667983;--store-line:#d9e8e9;--store-white:#ffffff;--store-page:#f4f8f8;--store-shadow:0 18px 48px rgba(17,65,72,.09)}html[data-theme="light"]{--epoch-accent:var(--store-teal);--epoch-accent-2:var(--store-cyan);--epoch-bg:var(--store-page);--epoch-card:#fff;--epoch-soft:#edf7f7;--epoch-line:var(--store-line);--epoch-text:var(--store-ink);--epoch-muted:var(--store-muted)}html[data-theme="light"] body{background:linear-gradient(180deg,#f8fbfb 0%,#f2f7f7 48%,#eef5f5 100%)!important;color:var(--store-ink)!important}html[data-theme="light"] .site-header{background:rgba(255,255,255,.96)!important;border-color:rgba(7,148,164,.10)!important;box-shadow:0 16px 42px rgba(18,72,79,.10)!important}html[data-theme="light"] .announcement{background:#f7fbfb!important;border-color:#dcebec!important;color:#55717a!important}html[data-theme="light"] .main-nav{background:#f4f9f9!important;border-color:#e0ecec!important}html[data-theme="light"] .main-nav>a:hover,html[data-theme="light"] .main-nav>a.active,html[data-theme="light"] .nav-drop-trigger:hover,html[data-theme="light"] .nav-drop-trigger.active{background:#dff2f3!important;color:#075d68!important}html[data-theme="light"] .header-signup-link{background:var(--store-teal)!important;color:#fff!important}html[data-theme="light"] .icon-btn:hover{background:#e3f2f3!important}html[data-theme="light"] .badge-wrap b{background:var(--store-teal)!important;color:#fff!important}.home-minimal .epochs-hero-slide::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(0,139,155,.94) 0%,rgba(0,139,155,.82) 34%,rgba(1,142,157,.46) 60%,rgba(1,70,79,.15) 100%)}.home-minimal .epochs-hero-overlay{z-index:1!important;opacity:.16!important}.home-minimal .epochs-hero-content{position:relative;z-index:4}.home-minimal .epochs-hero-brand span,.home-minimal .epochs-hero-eyebrow,.home-minimal .epochs-hero-content h1,.home-minimal .epochs-hero-content p{color:#fff!important;text-shadow:0 4px 22px rgba(0,55,62,.22)}.home-minimal .epochs-hero-brand img{filter:brightness(0) invert(1) drop-shadow(0 14px 28px rgba(0,61,69,.28))}.home-minimal .epochs-hero-button{border-radius:999px!important;min-height:48px!important;padding:0 24px!important;box-shadow:0 13px 28px rgba(0,66,73,.18)!important}.home-minimal .epochs-hero-button.style-light,.home-minimal .epochs-hero-button.style-custom{background:#fff!important;border-color:#fff!important;color:#075d68!important}.home-minimal .epochs-hero-controls{background:rgba(255,255,255,.22)!important;border-color:rgba(255,255,255,.34)!important}.home-minimal-benefits{background:#fff!important;border-color:#dceaea!important}.home-minimal-benefits .benefit{border-color:#dfebec!important;color:var(--store-ink)!important}.home-minimal-benefits .benefit i{background:#eaf7f7!important;border-color:#b8dfe1!important;color:var(--store-teal-deep)!important}.home-minimal-benefits .benefit strong{color:var(--store-ink)!important}.home-minimal-categories,.home-minimal-products,.home-minimal-featured{background:transparent!important}.section-head h2{color:var(--store-ink)!important;letter-spacing:.02em!important}.section-head h2:after{background:var(--store-teal)!important}.text-link{color:var(--store-teal-deep)!important;font-weight:800!important}.home-minimal-categories .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;max-width:980px;margin-inline:auto}.home-minimal-categories .category-card{min-height:0!important;aspect-ratio:auto!important;display:grid!important;grid-template-rows:auto auto!important;gap:13px!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.home-minimal-categories .category-card:before{content:""!important;display:block!important;aspect-ratio:1/1!important;border-radius:50%!important;background:radial-gradient(circle at 68% 28%,rgba(255,255,255,.92) 0 9%,transparent 10%),linear-gradient(145deg,#d7f4f3 0%,#79d8da 46%,#087f8f 100%)!important;border:7px solid #fff!important;box-shadow:0 15px 38px rgba(8,111,123,.16)!important;transition:transform .25s ease,box-shadow .25s ease!important}.home-minimal-categories .category-card:nth-child(2):before{background:linear-gradient(145deg,#e7fbf7 0%,#9adfd4 44%,#0a8a8d 100%)!important}.home-minimal-categories .category-card:nth-child(3):before{background:linear-gradient(145deg,#e5f3ff 0%,#99c7dd 42%,#10778b 100%)!important}.home-minimal-categories .category-card:nth-child(4):before{background:linear-gradient(145deg,#eff8f5 0%,#aed8cc 45%,#236c75 100%)!important}.home-minimal-categories .category-card:hover:before{transform:translateY(-5px) scale(1.02)!important;box-shadow:0 22px 48px rgba(8,111,123,.22)!important}.home-minimal-categories .category-card:after{display:none!important}.home-minimal-categories .category-card img{position:absolute!important;inset:0!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;z-index:2!important;border:7px solid #fff!important;background:transparent!important;color:transparent!important;font-size:0!important;box-shadow:0 15px 38px rgba(8,111,123,.16)!important}.home-minimal-categories .category-info{position:static!important;inset:auto!important;text-align:center!important;color:var(--store-ink)!important}.home-minimal-categories .category-info h3{margin:0!important;font-size:14px!important;letter-spacing:.02em!important;font-weight:800!important;color:var(--store-ink)!important}.home-minimal-promos .promo-grid{gap:18px!important}.home-minimal-promos .promo{min-height:180px!important;border:0!important;border-radius:24px!important;color:#fff!important;box-shadow:var(--store-shadow)!important;overflow:hidden!important}.home-minimal-promos .promo:nth-child(1){background:linear-gradient(135deg,#0794a4,#18b8bc)!important}.home-minimal-promos .promo:nth-child(2){background:linear-gradient(135deg,#0b6474,#0b8d9c)!important}.home-minimal-promos .promo:nth-child(3){background:linear-gradient(135deg,#122d36,#0b7280)!important}.home-minimal-promos .promo:before{border-color:rgba(255,255,255,.12)!important}.home-minimal-promos .promo h3{color:#fff!important}.home-minimal-promos .promo .text-link{color:#fff!important}html[data-theme="light"] .page-hero{background:linear-gradient(120deg,#078b9b,#16afb5)!important;border-color:transparent!important;color:#fff!important}html[data-theme="light"] .page-hero h1,html[data-theme="light"] .page-hero p,html[data-theme="light"] .page-hero .breadcrumbs{color:#fff!important}html[data-theme="light"] .filters,html[data-theme="light"] .panel,html[data-theme="light"] .auth-card,html[data-theme="light"] .account-nav,html[data-theme="light"] .cart-summary-card,html[data-theme="light"] .checkout-step,html[data-theme="light"] .checkout-summary-card,html[data-theme="light"] .tracking-search-card,html[data-theme="light"] .tracking-order-card,html[data-theme="light"] .tracking-help-card{background:#fff!important;border-color:#dce9ea!important;box-shadow:var(--store-shadow)!important}html[data-theme="light"] .btn:not(.btn-danger),html[data-theme="light"] .cart-primary-button,html[data-theme="light"] .checkout-submit,html[data-theme="light"] .tracking-search-grid button{background:linear-gradient(135deg,var(--store-teal),var(--store-cyan))!important;border-color:transparent!important;color:#fff!important;box-shadow:0 14px 28px rgba(7,148,164,.18)!important}html[data-theme="light"] .pagination .active,html[data-theme="light"] .pagination a.active{background:var(--store-teal)!important;color:#fff!important;border-color:var(--store-teal)!important}html[data-theme="light"] .stock{color:#0a8b69!important}html[data-theme="light"] .cart-page,html[data-theme="light"] .checkout-page.checkout-page-dark,html[data-theme="light"] .tracking-page{background:linear-gradient(180deg,#f8fbfb,#eef6f6)!important;color:var(--store-ink)!important}html[data-theme="light"] .modern-cart-list,html[data-theme="light"] .cart-bulk-bar,html[data-theme="light"] .modern-cart-item{background:#fff!important;border-color:#dbe8e9!important}html[data-theme="light"] .cart-product-name,html[data-theme="light"] .cart-line-total,html[data-theme="light"] .cart-summary-heading h2,html[data-theme="light"] .cart-grand-total,html[data-theme="light"] .checkout-page-dark .checkout-heading h1,html[data-theme="light"] .checkout-page-dark .checkout-step-title h2,html[data-theme="light"] .checkout-page-dark .summary-heading span{color:var(--store-ink)!important}html[data-theme="light"] .cart-quantity,html[data-theme="light"] .cart-coupon-row input,html[data-theme="light"] .checkout-page-dark .field input,html[data-theme="light"] .checkout-page-dark .field select,html[data-theme="light"] .checkout-page-dark .field textarea,html[data-theme="light"] .checkout-page-dark .delivery-option,html[data-theme="light"] .checkout-page-dark .payment-option{background:#f7fbfb!important;border-color:#d6e6e7!important;color:var(--store-ink)!important}html[data-theme="light"] .checkout-page-dark .delivery-option:has(input:checked),html[data-theme="light"] .checkout-page-dark .payment-option:has(input:checked){border-color:var(--store-teal)!important;box-shadow:0 0 0 3px rgba(7,148,164,.10)!important}html[data-theme="light"] .checkout-page-dark .delivery-option:has(input:checked) .delivery-option-icon,html[data-theme="light"] .checkout-page-dark .payment-option:has(input:checked)>i{background:var(--store-teal)!important;color:#fff!important}html[data-theme="light"] .account-nav a:hover,html[data-theme="light"] .account-nav a.active{background:#e8f5f5!important;color:#075d68!important}html[data-theme="light"] .tracking-top-icon,html[data-theme="light"] .tracking-step.complete .tracking-step-marker>span{background:linear-gradient(135deg,var(--store-teal),var(--store-cyan))!important}html[data-theme="light"] .tracking-step.complete:before{background:linear-gradient(var(--store-teal),var(--store-cyan))!important}html[data-theme="light"] .tracking-search-icon,html[data-theme="light"] .tracking-order-summary>div>span,html[data-theme="light"] .tracking-help-card>span{color:var(--store-teal)!important;background:#e9f6f6!important}html[data-theme="dark"]{--epoch-accent:#20c3c6;--epoch-accent-2:#0c8f9b;--epoch-bg:#071419;--epoch-card:#0d2228;--epoch-soft:#112d34;--epoch-line:#24444b;--epoch-text:#edf8f9;--epoch-muted:#94b0b5}html[data-theme="dark"] body{background:radial-gradient(circle at 20% -5%,rgba(20,165,174,.15),transparent 29%),linear-gradient(180deg,#061217,#091a20 52%,#061116 100%)!important}html[data-theme="dark"] .home-minimal .epochs-hero-slide::before{background:linear-gradient(90deg,rgba(4,77,88,.94),rgba(6,101,112,.74) 45%,rgba(5,48,57,.24) 100%)!important}html[data-theme="dark"] .home-minimal-benefits,html[data-theme="dark"] .filters,html[data-theme="dark"] .panel,html[data-theme="dark"] .auth-card,html[data-theme="dark"] .account-nav,html[data-theme="dark"] .cart-summary-card,html[data-theme="dark"] .checkout-step,html[data-theme="dark"] .checkout-summary-card{background:#0d2228!important;border-color:#23434a!important;box-shadow:0 18px 48px rgba(0,0,0,.24)!important}html[data-theme="dark"] .home-minimal-benefits .benefit{border-color:#23434a!important}html[data-theme="dark"] .home-minimal-benefits .benefit i{background:#123139!important;border-color:#2d5962!important;color:#5bd8d8!important}html[data-theme="dark"] .home-minimal-benefits .benefit strong,html[data-theme="dark"] .section-head h2{color:#edf8f9!important}html[data-theme="dark"] .home-minimal-categories .category-info h3{color:#edf8f9!important}html[data-theme="dark"] .home-minimal-categories .category-card:before{border-color:#0d2228!important;box-shadow:0 18px 42px rgba(0,0,0,.28)!important}html[data-theme="dark"] .btn:not(.btn-danger),html[data-theme="dark"] .cart-primary-button,html[data-theme="dark"] .checkout-submit{background:linear-gradient(135deg,#1cb7bb,#0b8794)!important;color:#fff!important}html[data-theme="dark"] .page-hero{background:linear-gradient(120deg,#084e59,#0a7885)!important}@media (max-width:760px){.home-minimal .epochs-hero-slider,.home-minimal .epochs-hero-slide{height:410px!important;min-height:410px!important}.home-minimal .epochs-hero-inner{padding-top:80px!important;padding-bottom:54px!important}.home-minimal .epochs-hero-brand img{width:56px!important;height:70px!important}.home-minimal .epochs-hero-brand span{font-size:36px!important}.home-minimal-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 18px!important}.home-minimal-categories .category-info h3{font-size:12px!important}.home-minimal-promos .promo-grid{grid-template-columns:1fr!important}.home-minimal-promos .promo{min-height:150px!important}.section-head h2{font-size:24px!important}}@media (max-width:390px){.home-minimal .epochs-hero-slider,.home-minimal .epochs-hero-slide{height:380px!important;min-height:380px!important}.home-minimal .epochs-hero-brand img{width:50px!important;height:64px!important}.home-minimal .epochs-hero-brand span{font-size:32px!important}}.home-minimal-categories .category-card img{display:none!important}html[data-theme="light"] .home-minimal-categories,html[data-theme="light"] .home-minimal-products,html[data-theme="light"] .home-minimal-featured{color:#102a31!important}html[data-theme="light"] .section-head h2,html[data-theme="light"] .home-minimal-categories .category-info h3,html[data-theme="light"] .product-meta h3,html[data-theme="light"] .price{color:#102a31!important}html[data-theme="light"] .section-head p,html[data-theme="light"] .product-meta .product-category{color:#526b73!important}html[data-theme="light"] body>main input::placeholder,html[data-theme="light"] body>main textarea::placeholder{color:#71868c!important;opacity:1!important}.home-minimal-categories .category-grid{grid-template-columns:repeat(4,minmax(0,180px))!important;justify-content:center!important;gap:30px!important;max-width:900px!important}.home-minimal-categories .category-card{width:100%!important;justify-items:center!important}.home-minimal-categories .category-card:before{width:min(100%,180px)!important;max-width:180px!important;justify-self:center!important;border-width:6px!important}.home-minimal-categories .category-info{width:100%!important;max-width:180px!important}@media (max-width:760px){.home-minimal-categories{padding-top:48px!important;padding-bottom:52px!important}.home-minimal-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:center!important;gap:24px 16px!important;width:min(100%,360px)!important;max-width:360px!important;margin-inline:auto!important}.home-minimal-categories .category-card:before{width:min(100%,145px)!important;max-width:145px!important;border-width:5px!important;box-shadow:0 12px 28px rgba(8,111,123,.14)!important}.home-minimal-categories .category-info{max-width:145px!important}.home-minimal-categories .category-info h3{font-size:11px!important;line-height:1.25!important}.home-minimal-categories .section-head{margin-bottom:24px!important}.home-minimal-categories .section-head h2{font-size:22px!important}}@media (max-width:390px){.home-minimal-categories .category-grid{width:min(100%,330px)!important;max-width:330px!important;gap:22px 14px!important}.home-minimal-categories .category-card:before,.home-minimal-categories .category-info{max-width:132px!important}}.home-editor-powered{--home-accent:#0794a4;--home-accent-2:#22bfc1;--home-light-bg:#f5fbfc;--home-light-text:#102a31;--home-dark-bg:#071419;--home-dark-card:#0d2228;--home-dark-text:#edf8f9;--home-card-radius:22px;--home-section-gap:72px}html[data-theme="light"] .home-editor-powered{background:var(--home-light-bg)!important;color:var(--home-light-text)!important}html[data-theme="dark"] .home-editor-powered{background:var(--home-dark-bg)!important;color:var(--home-dark-text)!important}.home-editor-powered .section{padding-top:var(--home-section-gap)!important;padding-bottom:var(--home-section-gap)!important}.home-editor-powered .section-sm{padding-top:calc(var(--home-section-gap)*.68)!important;padding-bottom:calc(var(--home-section-gap)*.68)!important}.home-editor-powered .promo,.home-editor-powered .category-card:before{border-radius:var(--home-card-radius)!important}html[data-theme="light"] .home-editor-powered .section-head h2,html[data-theme="light"] .home-editor-powered .category-info h3,html[data-theme="light"] .home-editor-powered .product-meta h3,html[data-theme="light"] .home-editor-powered .price{color:var(--home-light-text)!important}html[data-theme="light"] .home-editor-powered .text-link{color:var(--home-accent)!important}html[data-theme="dark"] .home-editor-powered .section-head h2,html[data-theme="dark"] .home-editor-powered .category-info h3{color:var(--home-dark-text)!important}html[data-theme="dark"] .home-editor-powered .text-link{color:var(--home-accent-2)!important}.home-editor-powered .home-minimal-categories .category-grid{display:grid!important;grid-template-columns:repeat(4,var(--category-desktop-size,180px))!important;justify-content:center!important;align-items:start!important;gap:30px!important;width:100%!important;max-width:none!important;margin-inline:auto!important}.home-editor-powered .home-minimal-categories .category-card{position:relative!important;width:var(--category-desktop-size,180px)!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:13px!important;color:inherit!important}.home-editor-powered .home-minimal-categories .category-card:before{position:absolute!important;left:0!important;top:0!important;z-index:0!important;width:var(--category-desktop-size,180px)!important;height:var(--category-desktop-size,180px)!important;max-width:none!important;border-radius:50%!important}.home-editor-powered .home-minimal-categories .category-card img,.home-editor-powered .home-minimal-categories .category-placeholder{display:grid!important;position:relative!important;inset:auto!important;z-index:2!important;width:var(--category-desktop-size,180px)!important;height:var(--category-desktop-size,180px)!important;aspect-ratio:1/1!important;flex:0 0 auto!important;border:6px solid #fff!important;border-radius:50%!important;object-fit:cover!important;overflow:hidden!important;background:linear-gradient(145deg,#d7f4f3,#72d2d5 48%,var(--home-accent))!important;box-shadow:0 15px 38px rgba(8,111,123,.16)!important;color:#fff!important;place-items:center!important;font-size:44px!important;font-weight:300!important}html[data-theme="dark"] .home-editor-powered .home-minimal-categories .category-card img,html[data-theme="dark"] .home-editor-powered .home-minimal-categories .category-placeholder{border-color:var(--home-dark-card)!important;background:linear-gradient(145deg,#16363d,#0e7783)!important;box-shadow:0 18px 42px rgba(0,0,0,.3)!important}.home-editor-powered .home-minimal-categories .category-card:hover img,.home-editor-powered .home-minimal-categories .category-card:hover .category-placeholder{transform:translateY(-5px) scale(1.02)}.home-editor-powered .home-minimal-categories .category-card img,.home-editor-powered .home-minimal-categories .category-placeholder{transition:transform .25s ease,box-shadow .25s ease!important}.home-editor-powered .home-minimal-categories .category-info{position:static!important;width:var(--category-desktop-size,180px)!important;max-width:none!important;text-align:center!important}.home-editor-powered .editor-promo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.home-editor-powered .editor-promo-card{min-height:210px!important;padding:30px!important;color:var(--promo-text)!important;background-color:var(--promo-bg)!important;background-image:var(--promo-image,none)!important;background-size:cover!important;background-position:center!important;border:1px solid color-mix(in srgb,var(--promo-text) 15%,transparent)!important;overflow:hidden!important;isolation:isolate!important}.home-editor-powered .editor-promo-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,color-mix(in srgb,var(--promo-bg) 94%,transparent),color-mix(in srgb,var(--promo-bg) 48%,transparent))}.home-editor-powered .editor-promo-card h3{color:inherit!important}.home-editor-powered .editor-promo-card .text-link{color:inherit!important}.epochs-hero-slide .epoch-anim{animation:none}.epochs-hero-slide.hero-animate .epoch-anim{animation-duration:var(--anim-duration,900ms);animation-delay:var(--anim-delay,0ms);animation-timing-function:var(--anim-easing,cubic-bezier(.22,.61,.36,1));animation-fill-mode:both;animation-iteration-count:var(--anim-iteration,1)}.epochs-hero-slide.hero-animate .epochs-hero-brand{animation-delay:calc(var(--anim-delay,0ms)+70ms)}.epochs-hero-slide.hero-animate .epochs-hero-content>h1{animation-delay:calc(var(--anim-delay,0ms)+140ms)}.epochs-hero-slide.hero-animate .epochs-hero-content>p{animation-delay:calc(var(--anim-delay,0ms)+210ms)}.epochs-hero-slide.hero-animate .epochs-hero-button{animation-delay:calc(var(--anim-delay,0ms)+280ms)}.epochs-hero-slide.hero-animate .anim-fade-in{animation-name:epochFadeIn}.epochs-hero-slide.hero-animate .anim-fade-up{animation-name:epochFadeUp}.epochs-hero-slide.hero-animate .anim-fade-down{animation-name:epochFadeDown}.epochs-hero-slide.hero-animate .anim-fade-left{animation-name:epochFadeLeft}.epochs-hero-slide.hero-animate .anim-fade-right{animation-name:epochFadeRight}.epochs-hero-slide.hero-animate .anim-zoom-in{animation-name:epochZoomIn}.epochs-hero-slide.hero-animate .anim-zoom-out{animation-name:epochZoomOut}.epochs-hero-slide.hero-animate .anim-blur-in{animation-name:epochBlurIn}.epochs-hero-slide.hero-animate .anim-rotate-in{animation-name:epochRotateIn}.epochs-hero-slide.hero-animate .anim-float{animation-name:epochFloat;animation-duration:max(var(--anim-duration,900ms),3200ms);animation-iteration-count:infinite}.epochs-hero-slide.hero-animate .anim-kenburns{animation-name:epochKenBurns;animation-duration:max(var(--anim-duration,900ms),6500ms);animation-iteration-count:1}.epochs-hero-slider.transition-zoom .epochs-hero-slide{transform:scale(1.06)}.epochs-hero-slider.transition-zoom .epochs-hero-slide.active{transform:scale(1)}.epochs-hero-slider.transition-reveal .epochs-hero-slide{clip-path:inset(0 100% 0 0)}.epochs-hero-slider.transition-reveal .epochs-hero-slide.active{clip-path:inset(0 0 0 0)}@keyframes epochFadeIn{from{opacity:0}to{opacity:1}}@keyframes epochFadeUp{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@keyframes epochFadeDown{from{opacity:0;transform:translateY(-34px)}to{opacity:1;transform:translateY(0)}}@keyframes epochFadeLeft{from{opacity:0;transform:translateX(42px)}to{opacity:1;transform:translateX(0)}}@keyframes epochFadeRight{from{opacity:0;transform:translateX(-42px)}to{opacity:1;transform:translateX(0)}}@keyframes epochZoomIn{from{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes epochZoomOut{from{opacity:0;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@keyframes epochBlurIn{from{opacity:0;filter:blur(18px);transform:scale(1.04)}to{opacity:1;filter:blur(0);transform:scale(1)}}@keyframes epochRotateIn{from{opacity:0;transform:rotate(-6deg) scale(.9)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes epochFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes epochKenBurns{from{transform:scale(1.01)}to{transform:scale(1.09)}}.js-motion .home-section[data-home-animate]:not(.is-visible){opacity:0}.home-section.is-visible[data-home-animate="fade-in"]{animation:epochFadeIn .7s ease both}.home-section.is-visible[data-home-animate="fade-up"]{animation:epochFadeUp .75s cubic-bezier(.22,.61,.36,1) both}.home-section.is-visible[data-home-animate="fade-down"]{animation:epochFadeDown .75s cubic-bezier(.22,.61,.36,1) both}.home-section.is-visible[data-home-animate="fade-left"]{animation:epochFadeLeft .75s cubic-bezier(.22,.61,.36,1) both}.home-section.is-visible[data-home-animate="fade-right"]{animation:epochFadeRight .75s cubic-bezier(.22,.61,.36,1) both}.home-section.is-visible[data-home-animate="zoom-in"]{animation:epochZoomIn .75s cubic-bezier(.22,.61,.36,1) both}.home-section.is-visible[data-home-animate="zoom-out"]{animation:epochZoomOut .75s cubic-bezier(.22,.61,.36,1) both}.home-section.is-visible[data-home-animate="blur-in"]{animation:epochBlurIn .8s ease both}.home-section.is-visible[data-home-animate="rotate-in"]{animation:epochRotateIn .8s ease both}.js-motion .home-section[data-home-animate="none"]{opacity:1!important}@media (max-width:900px){.home-editor-powered .editor-promo-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:760px){.home-editor-powered .home-minimal-categories .category-grid{grid-template-columns:repeat(2,var(--category-mobile-size,150px))!important;width:100%!important;max-width:none!important;gap:24px 16px!important}.home-editor-powered .home-minimal-categories .category-card,.home-editor-powered .home-minimal-categories .category-card:before,.home-editor-powered .home-minimal-categories .category-card img,.home-editor-powered .home-minimal-categories .category-placeholder{width:var(--category-mobile-size,150px)!important}.home-editor-powered .home-minimal-categories .category-card:before,.home-editor-powered .home-minimal-categories .category-card img,.home-editor-powered .home-minimal-categories .category-placeholder{height:var(--category-mobile-size,150px)!important}.home-editor-powered .home-minimal-categories .category-info{width:var(--category-mobile-size,150px)!important}.home-editor-powered .editor-promo-grid{grid-template-columns:1fr!important}.home-editor-powered .editor-promo-card{min-height:160px!important}}@media (max-width:370px){.home-editor-powered .home-minimal-categories .category-grid{gap:20px 10px!important}}@media (prefers-reduced-motion:reduce){.epoch-anim,.home-section{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;filter:none!important}}html[data-theme="light"] .home-editor-powered,html[data-theme="light"] .home-editor-powered .section-head h2,html[data-theme="light"] .home-editor-powered .category-info h3,html[data-theme="light"] .home-editor-powered .product-meta h3,html[data-theme="light"] .home-editor-powered .price,html[data-theme="light"] .home-editor-powered .text-link{color:#102a31!important}html[data-theme="light"] .home-editor-powered .section-head p,html[data-theme="light"] .home-editor-powered .product-category,html[data-theme="light"] .home-editor-powered .rating,html[data-theme="light"] .home-editor-powered .product-meta small{color:#5f737a!important}html[data-theme="light"] .home-editor-powered .section-head h2:after{background:#178e99!important}.home-editor-powered .home-minimal-categories{padding-top:46px!important;padding-bottom:46px!important}.home-editor-powered .home-minimal-categories .section-head{margin-bottom:24px!important}.home-editor-powered .home-minimal-categories .category-grid{--compact-category-size:118px;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;width:min(100%,680px)!important;margin-inline:auto!important}.home-editor-powered .home-minimal-categories .category-card{width:100%!important;min-width:0!important;gap:9px!important}.home-editor-powered .home-minimal-categories .category-card:before,.home-editor-powered .home-minimal-categories .category-card img,.home-editor-powered .home-minimal-categories .category-placeholder{width:var(--compact-category-size)!important;height:var(--compact-category-size)!important;max-width:100%!important;border-width:4px!important;box-shadow:0 10px 24px rgba(8,111,123,.13)!important}.home-editor-powered .home-minimal-categories .category-card:before{left:50%!important;transform:translateX(-50%)!important}.home-editor-powered .home-minimal-categories .category-info{width:100%!important;max-width:var(--compact-category-size)!important;margin-inline:auto!important}.home-editor-powered .home-minimal-categories .category-info h3{font-size:10px!important;line-height:1.2!important;letter-spacing:.035em!important;white-space:normal!important}.home-editor-powered .home-minimal-categories .category-placeholder{font-size:30px!important}.home-editor-powered .home-minimal-categories .category-card:hover img,.home-editor-powered .home-minimal-categories .category-card:hover .category-placeholder{transform:translateY(-3px) scale(1.015)!important}@media (max-width:760px){.home-editor-powered .section{padding-top:36px!important;padding-bottom:36px!important}.home-editor-powered .section-sm{padding-top:26px!important;padding-bottom:26px!important}.home-editor-powered .section-head{align-items:center!important;margin-bottom:18px!important;gap:10px!important}.home-editor-powered .section-head h2{font-size:20px!important;line-height:1.15!important;letter-spacing:.025em!important}.home-editor-powered .section-head h2:after{width:34px!important;margin-left:9px!important}.home-editor-powered .section-head .text-link{font-size:8px!important;white-space:nowrap!important}.home-editor-powered .home-minimal-categories{padding-top:34px!important;padding-bottom:34px!important}.home-editor-powered .home-minimal-categories .category-grid{--compact-category-size:clamp(72px,19vw,92px);grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px 8px!important;width:100%!important;max-width:440px!important;padding-inline:2px!important}.home-editor-powered .home-minimal-categories .category-card{width:100%!important;gap:7px!important}.home-editor-powered .home-minimal-categories .category-card:before,.home-editor-powered .home-minimal-categories .category-card img,.home-editor-powered .home-minimal-categories .category-placeholder{width:var(--compact-category-size)!important;height:var(--compact-category-size)!important;border-width:3px!important;box-shadow:0 7px 17px rgba(8,111,123,.12)!important}.home-editor-powered .home-minimal-categories .category-info{max-width:var(--compact-category-size)!important}.home-editor-powered .home-minimal-categories .category-info h3{font-size:8px!important;line-height:1.15!important;letter-spacing:.015em!important}.home-editor-powered .home-minimal-categories .category-placeholder{font-size:23px!important}.home-editor-powered .benefit-grid{grid-template-columns:repeat(2,1fr)!important}.home-editor-powered .benefit{min-height:70px!important;padding:13px 10px!important;gap:9px!important}.home-editor-powered .benefit i{width:32px!important;height:32px!important}.home-editor-powered .benefit strong{font-size:9px!important}.home-editor-powered .product-grid{gap:12px!important}.home-editor-powered .product-meta{padding-top:9px!important}.home-editor-powered .product-meta h3{font-size:11px!important}.home-editor-powered .editor-promo-card{min-height:132px!important;padding:20px!important}}@media (max-width:370px){.home-editor-powered .home-minimal-categories .category-grid{--compact-category-size:clamp(64px,20vw,72px);gap:10px 6px!important}.home-editor-powered .home-minimal-categories .category-info h3{font-size:7px!important}}html[data-theme="light"] body{color:#173235;background:#f7fbfb}html[data-theme="light"] .section,html[data-theme="light"] .section-sm{color:#173235}html[data-theme="light"] .section-head h2,html[data-theme="light"] .page-hero h1{color:#102d30}html[data-theme="light"] .reviews-list p,html[data-theme="light"] .simple-empty{color:#52696b}.stock.out{color:#c43c3c}.modal,.image-zoom-modal{position:fixed;inset:0;z-index:200;background:rgba(7,20,25,.82);display:none;place-items:center;padding:20px}.modal.open,.image-zoom-modal.open{display:grid}.modal>div{width:min(560px,100%);max-height:85vh;overflow:auto;background:#fff;color:#173235;border-radius:18px;padding:28px;position:relative}.modal>div>button,.image-zoom-modal>button{position:absolute;right:18px;top:15px;border:0;background:#eef5f5;border-radius:50%;width:38px;height:38px;font-size:22px;cursor:pointer}.image-zoom-modal img{max-width:min(980px,90vw);max-height:88vh;object-fit:contain}.image-zoom-modal>button{z-index:2;background:#fff}.reviews-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px}.reviews-list{display:grid;gap:12px}.reviews-list article,.review-form{padding:20px;border:1px solid #dce9e9;border-radius:16px;background:#fff}.reviews-list article>div{display:flex;justify-content:space-between;gap:12px}.reviews-list article span{color:#d99816}.reviews-list article p{margin:10px 0}.reviews-list article small{color:#809193}.review-form h3{margin-top:0}.simple-empty{padding:24px;border:1px dashed #cadada;border-radius:14px;background:#fff}.whatsapp-float{position:fixed;z-index:80;right:20px;bottom:20px;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#137f72;color:#fff;box-shadow:0 16px 40px rgba(7,62,59,.25);font-weight:800;font-size:12px}.whatsapp-float svg{width:20px;height:20px}.account-tools{max-width:1100px}.address-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}.address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.address-list article{padding:20px;border-radius:16px;background:#fff;border:1px solid #dce9e9}.address-list article>div:first-child{display:flex;justify-content:space-between}.address-list article>div:first-child span{font-size:9px;padding:4px 8px;border-radius:99px;background:#dff3ef;color:#08755f}.address-list article>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.address-list form{display:inline}.address-list button,.address-list a{border:0;background:none;color:#087f79;padding:0;font-size:11px;font-weight:800;cursor:pointer}.saved-address-field{margin-bottom:14px}.cod-confirm{margin:14px 0!important}.compact-page-hero{padding:46px 0 30px}.compact-page-hero h1{margin:0}html[data-theme="dark"] .reviews-list article,html[data-theme="dark"] .review-form,html[data-theme="dark"] .simple-empty,html[data-theme="dark"] .address-list article{background:#0e2228;border-color:#234047;color:#edf8f9}html[data-theme="dark"] .reviews-list p,html[data-theme="dark"] .simple-empty{color:#a9bec1}@media (max-width:860px){.reviews-layout,.address-grid{grid-template-columns:1fr}}@media (max-width:620px){.reviews-section{padding-top:24px}.reviews-list article,.review-form{padding:16px}.address-list{grid-template-columns:1fr}.whatsapp-float{right:12px;bottom:12px;padding:11px}.whatsapp-float span{display:none}.page-hero.compact-page-hero{padding:32px 0 22px}}@media (max-width:760px){.home-minimal{padding-top:16px!important}.home-minimal .epochs-hero-slider{width:calc(100% - 20px)!important;margin:0 auto!important;border-radius:22px!important;overflow:hidden!important}.home-minimal .epochs-hero-slide,.home-minimal .epochs-hero-media,.home-minimal .epochs-hero-overlay{border-radius:inherit!important}}@media (max-width:390px){.home-minimal{padding-top:12px!important}.home-minimal .epochs-hero-slider{width:calc(100% - 16px)!important;border-radius:20px!important}}@media (max-width:760px){.site-header{margin:2px auto 0!important;top:2px!important}.home-minimal{padding-top:0!important}.home-minimal .epochs-hero-slider{width:100%!important;margin:0!important;border-radius:0!important}.home-minimal .epochs-hero-slide,.home-minimal .epochs-hero-media,.home-minimal .epochs-hero-overlay{border-radius:0!important}}@media (max-width:390px){.site-header{margin-top:0!important;top:0!important}.home-minimal{padding-top:0!important}.home-minimal .epochs-hero-slider{width:100%!important;border-radius:0!important}}:root{--v56-teal:#079aa2;--v56-teal-dark:#075b64;--v56-ink:#102b31;--v56-paper:#f5fafb;--v56-line:#d9e6e8}html[data-theme="light"] body{background:#f5fafb;color:#102b31}html[data-theme="dark"] body{background:#07171d;color:#edf8f9}img{content-visibility:auto}.product-shell{padding:18px 0 76px;background:var(--v56-paper)}html[data-theme="dark"] .product-shell{background:#07171d}.product-container{max-width:1320px}.product-crumb{display:flex;align-items:center;gap:8px;padding:12px 0 20px;font-size:12px;color:#70878b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-crumb b{color:#234247;overflow:hidden;text-overflow:ellipsis}html[data-theme="dark"] .product-crumb b{color:#dff5f5}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.75fr);gap:54px;align-items:start}.product-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;position:sticky;top:100px;min-width:0}.product-stage{grid-column:2;position:relative;overflow:hidden;aspect-ratio:1/1;background:#fff;border:1px solid var(--v56-line);border-radius:24px;box-shadow:0 18px 50px rgba(10,72,77,.08);cursor:zoom-in}.product-stage>img{width:100%;height:100%;object-fit:contain;transition:transform .22s ease;will-change:transform}.product-stage>img.is-zooming{transform:scale(1.65)}.product-zoom-button{position:absolute;right:16px;bottom:16px;width:44px;height:44px;border:1px solid #d9e6e8;border-radius:50%;background:rgba(255,255,255,.94);color:#10363b;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.12)}.product-zoom-button svg{width:19px;height:19px}.product-sale{position:absolute;left:16px;top:16px;padding:7px 10px;background:#073f46;color:#fff;border-radius:999px;font-size:11px;font-weight:800}.product-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:10px;max-height:620px;overflow:auto;scrollbar-width:thin}.product-thumbs button{width:76px;height:84px;padding:4px;border:2px solid transparent;border-radius:14px;background:#fff;overflow:hidden;cursor:pointer}.product-thumbs button.active{border-color:var(--v56-teal)}.product-thumbs img{width:100%;height:100%;object-fit:contain;border-radius:9px}.product-info{position:sticky;top:100px;background:#fff;border:1px solid var(--v56-line);border-radius:24px;padding:34px;box-shadow:0 18px 50px rgba(10,72,77,.08)}html[data-theme="dark"] .product-stage,html[data-theme="dark"] .product-thumbs button,html[data-theme="dark"] .product-info{background:#0d252c;border-color:#24434a;box-shadow:0 18px 55px rgba(0,0,0,.25)}.product-meta-top{display:flex;flex-wrap:wrap;gap:7px;color:#7b9094;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.product-meta-top span+span:before{content:"·";margin-right:7px}.product-info h1{margin:12px 0 8px;font-size:clamp(31px,3vw,46px);line-height:1.05;letter-spacing:-.025em;color:#102b31}html[data-theme="dark"] .product-info h1{color:#fff}.product-rating{display:flex;align-items:center;gap:10px;font-size:12px}.product-rating span{color:#e5a31b;letter-spacing:.08em}.product-rating a{color:#6d8286}.product-price{display:flex;align-items:center;gap:12px;margin:22px 0 8px;font-size:32px;font-weight:900;color:#083f46}.product-price del{font-size:16px;color:#8a999c;font-weight:600}html[data-theme="dark"] .product-price{color:#59d5d7}.product-short{margin:12px 0 8px;color:#5f7579;line-height:1.7}.product-stock{margin:10px 0 22px;color:#07805e;font-size:12px;font-weight:800}.product-stock.out{color:#c54747}.product-option{border:0;padding:0;margin:0 0 22px}.product-option legend{padding:0;margin:0 0 10px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.product-option-head{display:flex;align-items:center;justify-content:space-between}.product-option-head button{border:0;background:none;color:#087f79;text-decoration:underline;cursor:pointer;font-size:11px}.size-list,.color-list{display:flex;flex-wrap:wrap;gap:9px}.size-list input,.color-list input{position:absolute;opacity:0;pointer-events:none}.size-list span{min-width:46px;height:43px;padding:0 14px;border:1px solid #cbdadd;border-radius:11px;display:grid;place-items:center;background:#fff;cursor:pointer;font-size:12px;font-weight:700}.size-list input:checked+span{background:var(--v56-teal);border-color:var(--v56-teal);color:#fff}.color-list label{cursor:pointer}.color-list span{display:flex;align-items:center;gap:8px;min-height:42px;padding:5px 11px 5px 6px;border:1px solid #cbdadd;border-radius:999px;background:#fff}.color-list i{width:30px;height:30px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.16);box-shadow:inset 0 0 0 3px rgba(255,255,255,.65)}.color-list b{font-size:11px}.color-list input:checked+span{border-color:var(--v56-teal);box-shadow:0 0 0 2px rgba(7,154,162,.12)}html[data-theme="dark"] .size-list span,html[data-theme="dark"] .color-list span{background:#102d34;border-color:#315059;color:#eefafa}.product-buy-row{display:grid;grid-template-columns:122px minmax(0,1fr) 52px;gap:10px;margin-top:24px}.product-quantity{display:grid;grid-template-columns:36px 1fr 36px;border:1px solid #cbdadd;border-radius:12px;overflow:hidden;background:#fff}.product-quantity button{border:0;background:none;cursor:pointer;font-size:18px;color:#14393e}.product-quantity input{width:100%;border:0!important;border-radius:0!important;background:transparent!important;text-align:center;padding:0!important;color:#14393e!important;font-weight:800;-moz-appearance:textfield}.product-quantity input::-webkit-inner-spin-button,.product-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-action{position:relative;min-height:52px;border:0;border-radius:12px;background:linear-gradient(135deg,#079aa2,#18b9bd);color:#fff;font-weight:900;letter-spacing:.03em;cursor:pointer;overflow:hidden;box-shadow:0 13px 28px rgba(7,154,162,.22)}.cart-action:disabled{opacity:.45;cursor:not-allowed}.cart-action-check{position:absolute;inset:0;display:grid;place-items:center;transform:translateY(110%);background:#08745f;transition:.25s}.cart-action.is-adding .cart-action-label{opacity:.2}.cart-action.is-added .cart-action-check{transform:none}.wishlist-control{border:1px solid #cbdadd;border-radius:12px;background:#fff;color:#183f44;font-size:22px;cursor:pointer}.product-service{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0 6px;padding-top:22px;border-top:1px solid #e0ebec}.product-service>div{display:flex;align-items:flex-start;gap:8px}.product-service svg{width:18px;height:18px;flex:0 0 auto;color:#078b91}.product-service b,.product-service small{display:block}.product-service b{font-size:10px;text-transform:uppercase}.product-service small{margin-top:2px;color:#718589;font-size:9px;line-height:1.4}.product-tabs{margin-top:18px}.product-tabs details{border-top:1px solid #e0ebec}.product-tabs summary{padding:16px 0;cursor:pointer;font-weight:800}.product-tabs details>div{padding:0 0 18px;color:#60767a;line-height:1.7}.product-tabs dl{margin:0;padding-bottom:16px}.product-tabs dl>div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:10px 0;border-bottom:1px solid #e6eeee}.product-tabs dt{font-weight:800}.product-tabs dd{margin:0;color:#61777b}html[data-theme="dark"] .product-quantity,html[data-theme="dark"] .wishlist-control{background:#102d34;border-color:#315059;color:#fff}html[data-theme="dark"] .product-quantity button,html[data-theme="dark"] .product-quantity input{color:#fff!important}html[data-theme="dark"] .product-service,html[data-theme="dark"] .product-tabs details,html[data-theme="dark"] .product-tabs dl>div{border-color:#29444b}.product-category-label{display:block;margin-bottom:5px;color:#789095;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.cart-action-mini i{display:none}.cart-action-mini.is-adding span{opacity:.35}.cart-action-mini.is-added span{display:none}.cart-action-mini.is-added i{display:inline;font-style:normal}.site-footer{background:#063f47;color:#eafafa;border-top:0}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px;padding:46px 0 32px}.footer-main .brand{color:#fff}.footer-main h4{margin:0 0 12px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.footer-main nav{display:flex;flex-direction:column;gap:8px}.footer-main nav a{font-size:12px;color:#c7e4e5}.footer-main nav a:hover{color:#fff}.footer-brand .socials{margin-top:18px}.footer-newsletter{display:grid;grid-template-columns:1fr minmax(320px,520px);gap:24px;align-items:center;padding:26px 0}.footer-newsletter h3{margin:0;font-size:20px}.footer-newsletter form{display:grid;grid-template-columns:1fr auto;background:#fff;border-radius:999px;overflow:hidden;padding:4px}.footer-newsletter input{border:0!important;background:transparent!important;color:#17393e!important;padding:0 15px!important}.footer-newsletter button{border:0;border-radius:999px;background:#087b83;color:#fff;padding:0 20px;font-weight:800}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:14px max(20px,calc((100vw - 1240px)/2));border-top:1px solid rgba(255,255,255,.12);font-size:10px;color:#b8d7d9}html[data-theme="dark"] .site-footer{background:#041c22}.epochs-hero-slider{background:#047d86}.epochs-hero-slide{overflow:hidden}.epochs-hero-media{will-change:transform,opacity}.epochs-hero-controls{background:rgba(2,42,47,.48);border-color:rgba(255,255,255,.22)}.epochs-hero-controls button{height:6px}.epochs-hero-controls button.active{width:28px}.epochs-hero-arrow{background:rgba(2,42,47,.55)}@media (max-width:1020px){.product-layout{grid-template-columns:minmax(0,1fr) minmax(340px,.85fr);gap:26px}.product-info{padding:26px}.product-service{grid-template-columns:1fr}.footer-main{grid-template-columns:1.3fr repeat(3,1fr);gap:24px}}@media (max-width:820px){.product-shell{padding-top:8px}.product-layout{grid-template-columns:1fr;gap:22px}.product-gallery,.product-info{position:static}.product-gallery{grid-template-columns:1fr}.product-stage{grid-column:1;border-radius:18px}.product-thumbs{grid-column:1;grid-row:2;flex-direction:row;max-height:none;overflow:auto}.product-thumbs button{flex:0 0 64px;width:64px;height:70px}.product-info{padding:22px;border-radius:18px}.product-info h1{font-size:31px}.footer-main{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-newsletter{grid-template-columns:1fr}.footer-newsletter form{min-height:48px}}@media (max-width:620px){.product-container{width:min(100% - 20px,1240px)}.product-crumb{padding-top:8px}.product-stage{aspect-ratio:1/1}.product-stage>img.is-zooming{transform:none}.product-info{box-shadow:none}.product-meta-top{font-size:8px}.product-price{font-size:27px}.product-buy-row{grid-template-columns:110px 1fr 48px}.product-service{grid-template-columns:1fr 1fr}.product-tabs dl>div{grid-template-columns:110px 1fr}.footer-main{padding:34px 0 24px;gap:26px 18px}.footer-main nav a{font-size:11px}.footer-bottom{padding:13px 14px}.footer-newsletter{padding:18px 0}}.marketplace-mega{width:min(980px,calc(100vw - 40px));display:grid;grid-template-columns:230px 1fr;padding:0;overflow:hidden;left:50%;transform:translate(-50%,10px);top:58px;border-radius:20px;background:#fff;color:#17232a;border:1px solid #dfe8ea;box-shadow:0 28px 80px rgba(4,32,37,.2)}.nav-drop:hover .marketplace-mega,.marketplace-nav.open .marketplace-mega{transform:translate(-50%,0)}.mega-roots{padding:14px;background:#f3f8f8;border-right:1px solid #e2ebec;max-height:520px;overflow:auto}.mega-root-link{display:flex!important;align-items:center;justify-content:space-between;padding:11px 12px!important;border-radius:10px!important;color:#31454b!important;font-size:12px!important}.mega-root-link:hover,.mega-root-link.active{background:#0f8f98!important;color:#fff!important}.mega-panels{min-width:0;padding:22px}.mega-panel{display:none}.mega-panel.active{display:block}.mega-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e5edef}.mega-panel-head strong{font-size:18px}.mega-panel-head a{font-size:11px;color:#0b838b}.mega-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.mega-group{display:flex;flex-direction:column;gap:7px}.mega-group a{padding:0!important;color:#64777c!important;font-size:11px!important}.mega-group .mega-group-title{font-size:12px!important;font-weight:800;color:#172f35!important;margin-bottom:4px}.mega-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mega-quick-grid a{display:flex!important;align-items:center;gap:9px;padding:10px!important;border:1px solid #e1eaeb;border-radius:12px!important;color:#243a40!important}.mega-quick-grid img,.mega-quick-grid span{width:34px;height:34px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#e9f5f5}.mega-quick-grid b{font-size:10px}.mobile-category-tree{display:none}html[data-theme="dark"] .marketplace-mega{background:#0e2026;color:#f1fafa;border-color:#284148}html[data-theme="dark"] .mega-roots{background:#0a181d;border-color:#284148}html[data-theme="dark"] .mega-root-link{color:#bdd0d4!important}html[data-theme="dark"] .mega-panels{background:#0e2026}html[data-theme="dark"] .mega-panel-head,html[data-theme="dark"] .mega-quick-grid a{border-color:#284148}html[data-theme="dark"] .mega-group .mega-group-title,html[data-theme="dark"] .mega-quick-grid a{color:#fff!important}html[data-theme="dark"] .mega-group a{color:#a8bec2!important}.product-grid{align-items:start}.catalog-card{min-width:0}.catalog-card-media{aspect-ratio:1/1;background:#f7fafa;border-radius:16px}.catalog-card-media img{object-fit:contain}.catalog-card-meta{padding:11px 3px 4px}.catalog-card-meta h3{margin:3px 0 6px;font-size:14px;line-height:1.35;min-height:38px}.catalog-card-meta .price{font-size:14px}.card-gallery-dots{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);display:flex;gap:4px;padding:4px 7px;border-radius:99px;background:rgba(255,255,255,.75);backdrop-filter:blur(4px)}.card-gallery-dots i{width:5px;height:5px;border-radius:50%;background:#aab8bb}.card-gallery-dots i.active{background:#078f98}.card-colors,.card-sizes{display:flex;align-items:center;gap:5px;margin-top:8px;min-height:22px}.card-colors span{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#e5eeee;border:1px solid #c7d7da;font-size:8px;font-weight:800;color:#34545a}.card-colors b,.card-sizes b{font-size:9px;color:#75878b}.card-sizes span{padding:3px 7px;border:1px solid #d6e2e4;border-radius:6px;font-size:8px;font-weight:700}.card-cart{width:100%;height:38px;margin-top:10px;border:0;border-radius:9px;background:#0b8f98;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:850;cursor:pointer}.card-cart:hover{background:#086f76}.card-cart i{display:none}.product-shell{padding:34px 0 74px}.product-container{width:min(1180px,calc(100% - 40px))}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:52px;align-items:start}.product-gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;position:sticky;top:110px}.product-stage{grid-column:2;aspect-ratio:1/1;min-height:520px;padding:28px;border-radius:20px;background:#f7f8f8}.product-stage>img{width:100%;height:100%;object-fit:contain}.product-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:10px;max-height:610px;overflow:auto}.product-thumbs button{width:78px;height:88px;flex:0 0 auto}.product-info{position:static;padding:4px 0;background:transparent;border:0;box-shadow:none}.product-info h1{font-size:42px}.product-buy-row{grid-template-columns:118px minmax(150px,1fr) minmax(130px,.85fr) 52px}.buy-now{min-height:52px;border:1px solid #0b8f98;border-radius:12px;background:#fff;color:#0b777f;font-weight:900;cursor:pointer}.buy-now:hover{background:#eaf8f8}.reviews-section{background:#fff;border-top:1px solid #e5ecee}.reviews-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:30px}.image-zoom-modal.open{display:flex}.image-zoom-modal img{max-width:min(90vw,980px);max-height:88vh;object-fit:contain}html[data-theme="dark"] .product-stage{background:#0d2228}html[data-theme="dark"] .product-info{background:transparent;border:0;box-shadow:none}html[data-theme="dark"] .buy-now{background:#102d34;color:#aef3f3;border-color:#3b6b72}html[data-theme="dark"] .reviews-section{background:#07171c;border-color:#20363c}.home-minimal-categories .category-grid{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none;padding:4px 2px 10px}.home-minimal-categories .category-grid::-webkit-scrollbar{display:none}.home-minimal-categories .category-card{flex:0 0 var(--category-desktop-size);width:var(--category-desktop-size);height:var(--category-desktop-size);min-height:0;aspect-ratio:1;border-radius:50%;border:1px solid #d4e3e5;background:#eef7f7;box-shadow:0 10px 28px rgba(8,111,119,.1);overflow:hidden}.home-minimal-categories .category-card:after{display:none}.home-minimal-categories .category-card img{width:100%;height:100%;object-fit:cover}.home-minimal-categories .category-info{left:0;right:0;bottom:-28px;text-align:center}.home-minimal-categories .category-info h3{color:#17383e;font-size:10px;letter-spacing:.02em}.home-minimal-categories .category-grid{padding-bottom:40px}.home-minimal-categories .category-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#0b8f98}.home-minimal-categories .category-placeholder svg{width:34px;height:34px}.shop-layout{grid-template-columns:220px minmax(0,1fr)}.filters{max-height:calc(100vh - 130px);overflow:auto}.filter-list{display:flex;flex-direction:column}.shop-toolbar{gap:12px}.shop-toolbar p{white-space:nowrap}@media (max-width:900px){.marketplace-mega{display:block!important;position:static!important;width:auto!important;min-width:0!important;opacity:1!important;visibility:visible!important;transform:none!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.mega-roots,.mega-panels{display:none}.mobile-category-tree{display:block;padding:8px 0}.mobile-cat-all,.mobile-cat-leaf,.mobile-cat-branch summary{display:flex!important;align-items:center;justify-content:space-between;padding:12px 13px!important;margin-bottom:7px;border:1px solid #dce6e8;border-radius:12px;background:#fff;color:#213b41!important;font-size:11px;font-weight:750;cursor:pointer}.mobile-cat-branch>div{padding-left:12px}.mobile-cat-branch summary{list-style:none}.mobile-cat-branch summary::-webkit-details-marker{display:none}.mobile-cat-all.top{background:#0b8f98;color:#fff!important;border-color:#0b8f98}.main-nav .marketplace-mega{max-height:none!important}.product-layout{grid-template-columns:1fr}.product-gallery{position:static;grid-template-columns:1fr}.product-stage{grid-column:1;min-height:0}.product-thumbs{grid-column:1;grid-row:2;flex-direction:row}.product-info{padding:0}.reviews-layout{grid-template-columns:1fr}}@media (max-width:760px){.shop-layout{display:block}.filters{position:static;max-height:none;margin-bottom:16px;padding:12px;border-radius:14px}.filters h3{display:none}.filter-list{flex-direction:row;overflow-x:auto;gap:7px;scrollbar-width:none}.filter-list::-webkit-scrollbar{display:none}.filter-list a{flex:0 0 auto;padding:8px 11px!important;border:1px solid #dbe6e8!important;border-radius:999px!important;background:#fff!important;color:#274349!important;font-size:9px!important}.filter-list a.active{background:#0b8f98!important;color:#fff!important;border-color:#0b8f98!important}.shop-toolbar{align-items:center}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.catalog-card-media{border-radius:13px}.catalog-card-meta h3{font-size:11px;min-height:31px}.catalog-card-meta .price{font-size:12px}.product-category-label{font-size:7px}.card-colors span{width:18px;height:18px}.card-sizes span{padding:2px 5px}.card-cart{height:34px;font-size:9px}.wish-btn{width:29px;height:29px;right:8px;top:8px}.product-badges{left:8px;top:8px}.pill{padding:4px 7px;font-size:7px}.product-shell{padding-top:14px}.product-container{width:min(100% - 18px,1180px)}.product-crumb{font-size:9px}.product-stage{padding:10px;border-radius:15px}.product-thumbs button{width:62px;height:68px}.product-info h1{font-size:28px}.product-price{font-size:25px}.product-buy-row{grid-template-columns:96px 1fr 1fr 44px;gap:7px}.cart-action,.buy-now{min-height:46px;font-size:9px}.home-minimal-categories .category-card{flex-basis:var(--category-mobile-size);width:var(--category-mobile-size);height:var(--category-mobile-size)}.home-minimal-categories .category-grid{gap:12px}.home-minimal-categories .category-info{bottom:-24px}.home-minimal-categories .category-info h3{font-size:8px}}@media (max-width:390px){.product-grid{gap:9px!important}.product-buy-row{grid-template-columns:88px 1fr 1fr 40px}.home-minimal-categories .category-card{flex-basis:min(var(--category-mobile-size),76px);width:min(var(--category-mobile-size),76px);height:min(var(--category-mobile-size),76px)}}.mega-group a[class*="mega-depth-"]{position:relative}html[data-theme="light"] .footer.site-footer{background:#063f47!important;border-color:#0a5660!important;color:#f5ffff!important}html[data-theme="light"] .site-footer .brand,html[data-theme="light"] .site-footer h4{color:#fff!important;opacity:1!important}html[data-theme="light"] .site-footer nav a{color:#d5eff1!important;opacity:1!important;text-shadow:none!important}html[data-theme="light"] .site-footer nav a:hover{color:#fff!important}html[data-theme="light"] .site-footer .socials a{color:#fff!important;border-color:#8dbbc0!important;background:rgba(255,255,255,.04)!important;opacity:1!important}html[data-theme="light"] .site-footer .footer-bottom{color:#d1eaec!important;border-color:rgba(255,255,255,.18)!important;background:#053840!important}html[data-theme="light"] .site-footer .footer-main,html[data-theme="light"] .site-footer .footer-brand,html[data-theme="light"] .site-footer nav{opacity:1!important}html[data-theme="light"] .site-footer svg{opacity:1!important}@media (max-width:900px){html[data-theme="light"] .mobile-category-tree{color:#16353b!important;background:transparent!important}html[data-theme="light"] .mobile-cat-all,html[data-theme="light"] .mobile-cat-leaf,html[data-theme="light"] .mobile-cat-branch summary{background:#fff!important;color:#17363c!important;border-color:#cbdcdf!important;opacity:1!important;box-shadow:0 4px 14px rgba(19,57,64,.04)!important}html[data-theme="light"] .mobile-cat-all.top{background:#087f89!important;color:#fff!important;border-color:#087f89!important;box-shadow:0 8px 22px rgba(8,127,137,.16)!important}html[data-theme="light"] .mobile-cat-all span,html[data-theme="light"] .mobile-cat-leaf span,html[data-theme="light"] .mobile-cat-branch summary span{color:#53757b!important;opacity:1!important}html[data-theme="light"] .mobile-cat-all.top span{color:#fff!important}html[data-theme="light"] .mobile-cat-branch[open]>summary{background:#eef8f8!important;border-color:#9fc8cc!important;color:#075f68!important}html[data-theme="light"] .main-nav .mobile-category-tree a,html[data-theme="light"] .main-nav .mobile-category-tree summary{font-weight:750!important;text-shadow:none!important}}.epochs-hero-slider{background:transparent!important}.epochs-hero-slide{background:transparent!important}.epochs-hero-overlay{display:none!important;opacity:0!important;background:transparent!important}.epochs-hero-slide:before,.epochs-hero-slide:after{background:transparent!important;opacity:0!important;pointer-events:none!important}.epochs-hero-media{filter:none!important;opacity:1!important;mix-blend-mode:normal!important}html[data-theme="light"] .epochs-hero-slider,html[data-theme="dark"] .epochs-hero-slider{background:transparent!important}.home-category-slider{overflow:hidden}.home-category-slider .section-head{margin-bottom:18px}.category-carousel{position:relative}.category-rail{display:flex;align-items:flex-start;gap:20px;overflow-x:auto;overflow-y:hidden;padding:8px 46px 14px;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.home-category-item{flex:0 0 var(--category-desktop-size,112px);width:var(--category-desktop-size,112px);scroll-snap-align:start;text-align:center;color:var(--home-light-text,#102a31)}.home-category-media{width:var(--category-desktop-size,112px);height:var(--category-desktop-size,112px);display:grid;place-items:center;overflow:hidden;border:3px solid #fff;border-radius:50%;background:#e7f3f4;box-shadow:0 0 0 1px rgba(8,110,121,.18),0 10px 24px rgba(6,64,72,.12);transition:transform .2s ease,box-shadow .2s ease}.home-category-media img{width:100%;height:100%;object-fit:cover}.home-category-media i{width:34%;height:34%;display:grid;place-items:center;color:#147c86}.home-category-media i svg{width:100%;height:100%}.home-category-item strong{display:block;margin-top:9px;font-size:10px;line-height:1.25;letter-spacing:.02em;white-space:normal}.home-category-item:hover .home-category-media{transform:translateY(-3px);box-shadow:0 0 0 2px rgba(8,148,164,.22),0 14px 28px rgba(6,64,72,.18)}.category-arrow{position:absolute;z-index:3;top:calc(var(--category-desktop-size,112px)/2 - 18px);width:36px;height:36px;border:1px solid rgba(8,90,101,.18);border-radius:50%;background:rgba(255,255,255,.95);color:#0e6974;display:grid;place-items:center;font-size:25px;line-height:1;box-shadow:0 8px 20px rgba(3,42,48,.13);cursor:pointer}.category-arrow.prev{left:0}.category-arrow.next{right:0}.category-arrow:disabled{opacity:.3;cursor:default}.category-statuses{display:flex;flex-wrap:wrap;gap:5px}html[data-theme="dark"] .home-category-item{color:#eef9fa}html[data-theme="dark"] .home-category-media{border-color:#17333a;background:#102d34;box-shadow:0 0 0 1px rgba(95,210,218,.28),0 10px 24px rgba(0,0,0,.28)}html[data-theme="dark"] .category-arrow{background:#10272e;color:#dff9fb;border-color:#28515b}@media (max-width:760px){.home-category-slider{padding-top:38px;padding-bottom:40px}.home-category-slider .section-head{margin-bottom:12px}.category-rail{gap:11px;padding:6px 2px 10px}.home-category-item{flex-basis:var(--category-mobile-size,78px);width:var(--category-mobile-size,78px)}.home-category-media{width:var(--category-mobile-size,78px);height:var(--category-mobile-size,78px);border-width:2px;box-shadow:0 0 0 1px rgba(8,110,121,.17),0 7px 16px rgba(6,64,72,.1)}.home-category-item strong{margin-top:6px;font-size:8px;line-height:1.15}.category-arrow{display:none}}.epochs-brand-motion{--brand-travel:84px;position:relative;display:inline-flex;align-items:center;gap:11px;min-width:166px;height:48px;overflow:visible;isolation:isolate;white-space:nowrap;contain:layout style}.epochs-brand-mark{position:relative;z-index:2;display:grid;place-items:center;flex:0 0 auto;width:34px;height:42px;transform-origin:50% 50%;will-change:transform,filter}.epochs-brand-motion .epochs-brand-mark img{width:34px;height:42px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(255,255,255,.08));will-change:transform}.epochs-brand-word{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.20em;min-width:118px;overflow:hidden;color:currentColor;line-height:1}.epochs-brand-word i{display:inline-block;font:inherit;font-style:normal;letter-spacing:0;opacity:1;transform:translateX(0);will-change:transform,opacity,filter}.epochs-brand-motion.is-playing .epochs-brand-mark{animation:epochsBrandMark 2.55s cubic-bezier(.65,0,.35,1) both}.epochs-brand-motion.is-playing .epochs-brand-mark img{animation:epochsBrandShine 2.55s ease both}.epochs-brand-motion.is-playing .epochs-brand-word i{animation:epochsBrandLetter 2.55s cubic-bezier(.22,.61,.36,1) both;animation-delay:calc(var(--letter)*45ms)}@keyframes epochsBrandMark{0%,19%{transform:translateX(0) scale(1) rotate(0)}38%{transform:translateX(var(--brand-travel)) scale(.92) rotate(-4deg)}52%,61%{transform:translateX(var(--brand-travel)) scale(1.06) rotate(2deg)}79%{transform:translateX(0) scale(.98) rotate(-2deg)}100%{transform:translateX(0) scale(1) rotate(0)}}@keyframes epochsBrandLetter{0%,17%{opacity:1;transform:translateX(0);filter:blur(0)}31%,68%{opacity:0;transform:translateX(-9px);filter:blur(2px)}78%{opacity:0;transform:translateX(-7px);filter:blur(1px)}100%{opacity:1;transform:translateX(0);filter:blur(0)}}@keyframes epochsBrandShine{0%,25%,72%,100%{filter:drop-shadow(0 6px 12px rgba(255,255,255,.08)) brightness(1)}48%,58%{filter:drop-shadow(0 7px 15px rgba(57,198,205,.32)) brightness(1.18)}}@media (hover:hover){.epochs-brand-motion:not(.is-playing):hover .epochs-brand-mark{transform:rotate(-4deg) translateY(-1px)}.epochs-brand-motion:not(.is-playing):hover .epochs-brand-mark img{filter:drop-shadow(0 8px 16px rgba(57,198,205,.24)) brightness(1.08)}}@media (max-width:760px){.epochs-brand-motion{--brand-travel:60px;min-width:124px;height:40px;gap:8px}.epochs-brand-mark{width:27px;height:34px}.epochs-brand-motion .epochs-brand-mark img{width:27px;height:34px}.epochs-brand-word{min-width:84px;gap:.15em}.epochs-brand-word i{font-size:14px}.epochs-brand-motion.is-playing .epochs-brand-mark,.epochs-brand-motion.is-playing .epochs-brand-mark img,.epochs-brand-motion.is-playing .epochs-brand-word i{animation-duration:2.15s}.epochs-brand-motion.is-playing .epochs-brand-word i{animation-delay:calc(var(--letter)*36ms)}}@media (max-width:390px){.epochs-brand-motion{--brand-travel:50px;min-width:108px;gap:6px}.epochs-brand-word{min-width:74px;gap:.11em}.epochs-brand-word i{font-size:12px}}@media (prefers-reduced-motion:reduce){.epochs-brand-motion,.epochs-brand-motion *{animation:none!important;transition:none!important}.epochs-brand-mark,.epochs-brand-word i{opacity:1!important;transform:none!important;filter:none!important}}.epochs-brand-motion.is-playing .epochs-brand-mark,
.epochs-brand-motion.is-playing .epochs-brand-mark img,
.epochs-brand-motion.is-playing .epochs-brand-word i{animation-duration:2.55s!important}.epochs-brand-motion.is-playing .epochs-brand-word i{animation-delay:calc(var(--letter)*45ms)!important}@media (max-width:760px){.epochs-brand-motion.is-playing .epochs-brand-mark,
  .epochs-brand-motion.is-playing .epochs-brand-mark img,
  .epochs-brand-motion.is-playing .epochs-brand-word i{animation-duration:2.15s!important}.epochs-brand-motion.is-playing .epochs-brand-word i{animation-delay:calc(var(--letter)*36ms)!important}}.epochs-global-brand{--epochs-global-travel:34px;position:relative;isolation:isolate}.epochs-global-brand .epochs-global-mark{transform-origin:50% 50%;will-change:transform,filter}.epochs-global-brand .epochs-global-word{display:inline-block;transform-origin:left center;will-change:transform,opacity,filter}.epochs-global-brand.is-playing .epochs-global-mark{animation:epochsGlobalMark 2.55s cubic-bezier(.65,0,.35,1) both}.epochs-global-brand.is-playing .epochs-global-word{animation:epochsGlobalWord 2.55s cubic-bezier(.22,.61,.36,1) both}.epochs-logo-only{transform-origin:50% 50%;will-change:transform,filter}.epochs-logo-only.is-logo-playing{animation:epochsLogoOnlyMotion 2.55s cubic-bezier(.65,0,.35,1) both}@keyframes epochsGlobalMark{0%,18%{transform:translateX(0) scale(1) rotate(0)}38%{transform:translateX(var(--epochs-global-travel)) scale(.94) rotate(-3deg)}54%,62%{transform:translateX(var(--epochs-global-travel)) scale(1.05) rotate(2deg)}82%{transform:translateX(0) scale(.98) rotate(-1deg)}100%{transform:translateX(0) scale(1) rotate(0)}}@keyframes epochsGlobalWord{0%,18%{opacity:1;transform:translateX(0);filter:blur(0)}34%,68%{opacity:0;transform:translateX(-7px);filter:blur(2px)}79%{opacity:0;transform:translateX(-5px);filter:blur(1px)}100%{opacity:1;transform:translateX(0);filter:blur(0)}}@keyframes epochsLogoOnlyMotion{0%,18%,100%{transform:translateY(0) scale(1) rotate(0);filter:brightness(1) drop-shadow(0 5px 10px rgba(0,0,0,.10))}45%{transform:translateY(-3px) scale(1.055) rotate(-2deg);filter:brightness(1.14) drop-shadow(0 8px 18px rgba(8,151,160,.28))}65%{transform:translateY(0) scale(.985) rotate(1deg);filter:brightness(1.06) drop-shadow(0 6px 14px rgba(8,151,160,.18))}}@media (max-width:760px){.epochs-global-brand{--epochs-global-travel:22px}.epochs-global-brand.is-playing .epochs-global-mark,.epochs-global-brand.is-playing .epochs-global-word,.epochs-logo-only.is-logo-playing{animation-duration:2.15s}}@media (prefers-reduced-motion:reduce){.epochs-global-brand,.epochs-global-brand *,.epochs-logo-only{animation:none!important;transition:none!important;transform:none!important;filter:none!important;opacity:1!important}}.epochs-brand-motion.is-playing .epochs-brand-mark,.epochs-brand-motion.is-playing .epochs-brand-mark img,.epochs-brand-motion.is-playing .epochs-brand-word i,.epochs-global-brand.is-playing .epochs-global-mark,.epochs-global-brand.is-playing .epochs-global-word,.epochs-logo-only.is-logo-playing{animation-duration:2.55s!important}@media (max-width:760px){.epochs-brand-motion.is-playing .epochs-brand-mark,.epochs-brand-motion.is-playing .epochs-brand-mark img,.epochs-brand-motion.is-playing .epochs-brand-word i,.epochs-global-brand.is-playing .epochs-global-mark,.epochs-global-brand.is-playing .epochs-global-word,.epochs-logo-only.is-logo-playing{animation-duration:2.15s!important}.epochs-brand-motion.is-playing .epochs-brand-word i{animation-delay:calc(var(--letter)*36ms)!important}}.home-category-slider{padding-top:34px!important;padding-bottom:30px!important;overflow:hidden}.home-category-slider .section-head{align-items:center;margin-bottom:14px!important}.home-category-slider .section-head h2{font-size:clamp(17px,2vw,22px);letter-spacing:.045em}.category-carousel{position:relative;margin-inline:-4px}.category-rail{gap:16px!important;padding:4px 46px 12px!important;scroll-padding-inline:46px}.home-category-item{flex:0 0 min(var(--category-desktop-size,108px),108px)!important;width:min(var(--category-desktop-size,108px),108px)!important;min-width:0}.home-category-media{width:min(var(--category-desktop-size,108px),108px)!important;height:min(var(--category-desktop-size,108px),108px)!important;border:1px solid rgba(31,156,165,.48)!important;background:linear-gradient(145deg,#eef8f8,#dceff0)!important;box-shadow:0 8px 22px rgba(5,64,70,.12)!important}.home-category-media img{object-position:center;transition:transform .28s ease}.home-category-item:hover .home-category-media img{transform:scale(1.045)}.home-category-item strong{margin-top:8px!important;font-size:11px!important;line-height:1.25!important;font-weight:750!important;letter-spacing:0!important;text-transform:none!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-arrow{top:36px!important;width:34px!important;height:34px!important;border-color:rgba(17,118,126,.2)!important;box-shadow:0 8px 18px rgba(5,55,61,.14)!important}.category-arrow:disabled{opacity:0!important;pointer-events:none}html[data-theme="dark"] .home-category-media{border-color:rgba(84,202,210,.42)!important;background:linear-gradient(145deg,#10292f,#0b2026)!important;box-shadow:0 8px 22px rgba(0,0,0,.26)!important}@media (max-width:760px){.home-category-slider{padding-top:24px!important;padding-bottom:22px!important}.home-category-slider .container{width:min(100% - 24px,1240px)}.home-category-slider .section-head{margin-bottom:10px!important}.home-category-slider .section-head h2{font-size:17px}.home-category-slider .section-head h2:after{width:28px;margin-left:9px}.home-category-slider .text-link{font-size:10px}.category-carousel{margin-inline:0}.category-rail{gap:10px!important;padding:3px 0 9px!important;scroll-padding-inline:0}.home-category-item{flex-basis:clamp(68px,20vw,78px)!important;width:clamp(68px,20vw,78px)!important}.home-category-media{width:clamp(68px,20vw,78px)!important;height:clamp(68px,20vw,78px)!important;border-width:1px!important;box-shadow:0 6px 14px rgba(6,64,72,.1)!important}.home-category-item strong{margin-top:6px!important;font-size:9px!important;line-height:1.2!important}}
