:root{--navy:#202c6e;--navy-700:#18205a;--navy-900:#111845;--teal:#2fa39b;--teal-600:#268b84;--teal-050:#e7f4f2;--bg:#f5f7f8;--card:#ffffff;--ink:#1b2340;--ink-soft:#6a7186;--line:#e6eaee;--line-soft:#eef1f4;--sale:#d8663f;--star:#f5a623;--r-sm:10px;--r:16px;--r-lg:24px;--r-xl:32px;--shadow:0 10px 30px -12px rgba(27,35,64,0.14);--shadow-soft:0 6px 20px -10px rgba(27,35,64,0.12);--maxw:1200px}*{box-sizing:border-box}html{scroll-behavior:auto}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-body,"Inter",system-ui,-apple-system,sans-serif);-webkit-font-smoothing:antialiased;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{margin:0;line-height:1.08;letter-spacing:-.02em}button{font-family:inherit;cursor:pointer}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.btn{display:inline-flex;align-items:center;gap:10px;justify-content:center;border:0;border-radius:999px;font-weight:600;font-size:14px;padding:14px 24px;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{background:var(--navy-700);box-shadow:var(--shadow-soft)}.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{border-color:var(--navy);color:var(--navy)}.btn-icon{width:40px;height:40px;padding:0;border-radius:999px}.btn .arrow{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;background:rgba(255,255,255,.18)}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--teal-600)}.section{padding-top:56px;padding-bottom:56px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;gap:16px}.section-head h2{font-size:clamp(22px,3vw,30px);font-weight:800}.link-more{font-size:13px;font-weight:600;color:var(--ink-soft);display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;cursor:pointer;font-family:inherit}.link-more:hover{color:var(--navy)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#f5f7f8;border-bottom:1px solid var(--line-soft)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:20px;gap:20px;height:76px}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-mark{font-weight:900;font-size:22px;letter-spacing:.02em}.logo-mark .m{color:var(--navy)}.logo-mark .rest{color:var(--teal)}.logo-sub{font-size:9px;letter-spacing:.3em;color:var(--ink-soft);text-transform:uppercase;margin-top:2px}.nav{display:flex;gap:30px;justify-content:center}.nav a{font-size:14px;font-weight:500;color:var(--ink);opacity:.85;transition:opacity .15s,color .15s}.nav a:hover{opacity:1;color:var(--navy)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;padding:10px 16px;border-radius:999px;border:1px solid var(--line);background:#fff}.pill.cart,.pill:hover{border-color:var(--navy)}.pill.cart{background:var(--navy);color:#fff}.pill .badge{background:var(--teal);color:#fff;border-radius:999px;min-width:18px;height:18px;display:grid;place-items:center;font-size:11px;padding:0 5px}.hamburger{display:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);place-items:center;flex-shrink:0}.hamburger:hover{border-color:var(--navy)}.drawer-overlay{position:fixed;inset:0;background:rgba(17,24,69,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:60}.drawer-overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;left:0;height:100dvh;width:300px;max-width:84vw;background:var(--bg);z-index:61;transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 0 40px rgba(17,24,69,.18)}.drawer.show{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.drawer-nav{display:flex;flex-direction:column;padding:8px;overflow-y:auto;flex:1 1 auto;min-height:0}.drawer-nav a{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-radius:12px;font-weight:600;color:var(--ink)}.drawer-nav a:hover{background:#fff;color:var(--navy)}.drawer-nav a svg{color:var(--ink-soft)}.drawer-links{display:flex;flex-direction:column;padding:4px 8px 8px}.drawer-links a{display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:12px;font-weight:600;color:var(--ink)}.drawer-links a:hover{background:#fff;color:var(--navy)}.drawer-links a svg{color:var(--ink-soft)}.drawer-foot{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:16px 20px 24px;border-top:1px solid var(--line)}.cd-backdrop{position:fixed;inset:0;background:rgba(17,24,69,.42);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:70}.cd-backdrop.show{opacity:1;pointer-events:auto}.cd-drawer{position:fixed;top:0;right:0;height:100dvh;width:420px;max-width:92vw;background:#f5f7f8;z-index:71;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-12px 0 44px rgba(17,24,69,.2);isolation:isolate}.cd-drawer.show{transform:translateX(0)}.cd-header{justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.cd-header,.cd-header-left{display:flex;align-items:center}.cd-header-left{gap:12px}.cd-header-icon{width:40px;height:40px;border-radius:12px;background:var(--navy);color:#fff;display:grid;place-items:center}.cd-header-title{display:block;font-weight:800;font-size:16px}.cd-header-count{display:block;font-size:12px;color:var(--ink-soft)}.cd-close{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);display:grid;place-items:center;flex-shrink:0}.cd-close:hover{border-color:var(--navy);color:var(--navy)}.cd-ship{padding:14px 20px;background:var(--teal-050);border-bottom:1px solid var(--line-soft);flex-shrink:0}.cd-ship>span{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--ink)}.cd-ship b{color:var(--navy)}.cd-ship-done{color:var(--teal-600);font-weight:600}.cd-ship-track{height:6px;border-radius:999px;background:#d5e7e4;margin-top:9px;overflow:hidden}.cd-ship-fill{display:block;height:100%;background:var(--teal);border-radius:999px;transition:width .35s ease}.cd-body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:8px 20px;display:flex;flex-direction:column;background:var(--bg);position:relative;z-index:1;scrollbar-width:none;-ms-overflow-style:none}.cd-body::-webkit-scrollbar{width:0;height:0;display:none}.cd-item{display:flex;gap:12px;padding:12px;margin-bottom:10px;background:#fff;border:1px solid var(--line-soft);border-radius:16px;box-shadow:var(--shadow-soft);transition:box-shadow .2s ease,border-color .2s ease}.cd-item:hover{border-color:var(--line);box-shadow:0 8px 24px -14px rgba(27,35,64,.18)}.cd-drawer.show .cd-item{animation:cdItemIn .4s cubic-bezier(.4,0,.2,1) backwards}.cd-drawer.show .cd-item:first-child{animation-delay:.08s}.cd-drawer.show .cd-item:nth-child(2){animation-delay:.14s}.cd-drawer.show .cd-item:nth-child(3){animation-delay:.2s}.cd-drawer.show .cd-item:nth-child(n+4){animation-delay:.26s}@keyframes cdItemIn{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}.cd-drawer.show .cd-ship{animation:cdItemIn .4s ease .04s backwards}@media (prefers-reduced-motion:reduce){.cd-drawer.show .cd-item,.cd-drawer.show .cd-ship{animation:none}}.cd-thumb{width:84px;height:84px;border-radius:12px;background:#eef1f4;display:grid;place-items:center;overflow:hidden;flex-shrink:0;color:var(--ink-soft)}.cd-thumb img{width:100%;height:100%;object-fit:cover}.cd-item-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.cd-item-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.cd-item-name{font-weight:700;font-size:14px;line-height:1.35;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-item-name:hover{color:var(--navy)}.cd-remove{width:30px;height:30px;border-radius:9px;border:0;background:transparent;color:var(--ink-soft);display:grid;place-items:center;flex-shrink:0;cursor:pointer;transition:background .15s ease,color .15s ease}.cd-remove:hover{background:#fbeae4;color:var(--sale)}.cd-item-variant{font-size:12.5px;color:var(--ink-soft);margin-top:4px;line-height:1.3}.cd-item-off{font-size:11px;font-weight:700;color:var(--teal-600)}.cd-item-bot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;gap:10px}.cd-qty button:disabled{opacity:.4}.cd-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;overflow:hidden;flex-shrink:0}.cd-qty button{width:30px;height:30px;border:0;background:transparent;font-size:16px;color:var(--ink);cursor:pointer}.cd-qty button:hover:not(:disabled){background:var(--line-soft)}.cd-qty span{min-width:26px;text-align:center;font-weight:700;font-size:13px}.cd-item-price{font-weight:800;font-size:16px;color:var(--sale)}.cd-foot{flex-shrink:0;border-top:1px solid var(--line);padding:16px 20px calc(18px + env(safe-area-inset-bottom));background:var(--bg)}.cd-trust{display:flex;justify-content:center;gap:18px;margin-bottom:12px}.cd-trust span{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-soft)}.cd-trust svg{color:var(--teal-600)}.cd-subtotal{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.cd-subtotal span{font-size:14px;color:var(--ink-soft)}.cd-subtotal b{font-size:22px;font-weight:900}.cd-checkout{width:100%;height:52px;border-radius:999px;border:0;background:var(--navy);color:#fff;font-weight:700;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.cd-checkout:hover{background:var(--navy-700)}.cd-viewcart{width:100%;height:42px;margin-top:8px;border:0;background:transparent;color:var(--ink-soft);font-weight:600;font-size:13px}.cd-viewcart:hover{color:var(--navy)}.cd-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 30px;gap:6px}.cd-empty-ic{width:76px;height:76px;border-radius:999px;background:var(--line-soft);color:var(--ink-soft);display:grid;place-items:center;margin-bottom:10px}.cd-empty b{font-size:17px}.cd-empty p{font-size:14px;color:var(--ink-soft);margin-bottom:14px}.hero{padding-top:22px}.hero-card{position:relative;border-radius:var(--r-xl);overflow:hidden;background:linear-gradient(120deg,#edf1f3,#e6edf0 55%,#dfe8ea);min-height:520px;display:grid;grid-template-columns:1.05fr .95fr}.hero-copy{padding:46px 48px;display:flex;flex-direction:column;justify-content:center}.hero-badge{align-self:flex-start;background:#fff;color:var(--navy);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;padding:8px 14px;border-radius:999px;box-shadow:var(--shadow-soft)}.hero h1{font-size:clamp(30px,5vw,56px);font-weight:900;margin:22px 0 16px;color:var(--ink);overflow-wrap:break-word}.hero h1 .accent{color:var(--teal)}.hero p{color:var(--ink-soft);font-size:15px;max-width:400px;margin:0 0 26px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;background:linear-gradient(160deg,#e9eef1,#d6e2e5);display:grid;place-items:center}.hero-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:5}.hero-slider{position:absolute;inset:0;z-index:1}.hero-slider .hero-slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease}.hero-slider .hero-slide-img.active{opacity:1}.hero-dots{display:flex;gap:8px;margin-top:20px}.hero-dots button{width:8px;height:8px;border-radius:999px;border:0;background:rgba(32,44,110,.22);cursor:pointer;padding:0;transition:width .2s ease,background .2s ease}.hero-dots button.active{background:var(--navy);width:22px}.hero-spotlight{position:relative;z-index:2;width:min(300px,62%);aspect-ratio:4/5;max-height:84%;border-radius:30px;background:linear-gradient(165deg,#ffffff,#e9f1f2);box-shadow:0 30px 60px -28px rgba(27,35,64,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:rgba(32,44,110,.22)}.hero-spotlight-tag{position:absolute;top:18px;left:20px;font-size:12px;font-weight:900;letter-spacing:.04em;color:var(--navy)}.hero-spotlight-cap{font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--ink-soft)}.hero-features{position:absolute;left:16px;right:16px;bottom:16px;display:flex;flex-direction:row;gap:10px;z-index:4}.hero-feature{background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--r);padding:10px 12px;display:flex;gap:10px;align-items:center;box-shadow:var(--shadow-soft);flex:1 1;min-width:0}.hero-feature .ic{width:32px;height:32px;border-radius:10px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;flex-shrink:0}.hero-feature b{font-size:12px;display:block;line-height:1.2}.hero-feature span{font-size:10px;color:var(--ink-soft)}.hero-social{position:absolute;bottom:26px;right:26px;z-index:3;background:rgba(255,255,255,.92);border-radius:var(--r);padding:10px 14px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-soft)}.hero-social .avatars{display:flex}.hero-social .avatars span{width:26px;height:26px;border-radius:999px;border:2px solid #fff;background:var(--teal);margin-left:-8px}.hero-social .avatars span:first-child{margin-left:0}.hero-social b{font-size:13px}.hero-social small{font-size:11px;color:var(--ink-soft);display:block}.searchbar{gap:16px;margin-top:26px;flex-wrap:wrap}.search-input,.searchbar{display:flex;align-items:center}.search-input{flex:1 1;min-width:280px;gap:12px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 8px 8px 20px;box-shadow:var(--shadow-soft)}.search-input input{border:0;outline:0;flex:1 1;font-size:14px;background:transparent;color:var(--ink)}.search-input .go{width:44px;height:44px;border-radius:999px;background:var(--navy);color:#fff;display:grid;place-items:center}.search-input .search-clear{width:30px;height:30px;border-radius:999px;border:0;background:var(--line-soft);color:var(--ink-soft);display:grid;place-items:center;flex-shrink:0;cursor:pointer;transition:background .15s ease,color .15s ease}.search-input .search-clear:hover{background:var(--line);color:var(--ink)}.chips{display:flex;gap:10px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 18px;font-size:13px;font-weight:600;color:var(--ink);transition:.15s}.chip:hover{border-color:var(--teal);color:var(--teal-600)}.chip svg{color:var(--ink-soft)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:18px;gap:18px}.pcard{background:var(--card);border:1px solid var(--line-soft);border-radius:20px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s}.pcard:hover{transform:translateY(-6px);box-shadow:0 26px 44px -26px rgba(27,35,64,.3);border-color:transparent}.pcard-media{position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,#f3f6f7,#e8eff1);overflow:hidden}.pcard-imglink{position:absolute;inset:0;display:grid;place-items:center;z-index:1}.pcard-imglink img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.16,1,.3,1)}.pcard:hover .pcard-imglink img{transform:scale(1.07)}.pcard-ph{color:#c3ccd2;transition:transform .5s ease}.pcard:hover .pcard-ph{transform:scale(1.1) rotate(-4deg)}.pcard-fav{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;color:var(--ink-soft);border:0;z-index:3;transition:color .15s,transform .15s}.pcard-fav:hover{color:var(--teal);transform:scale(1.1)}.pcard-badges{position:absolute;top:10px;left:10px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.pcard-badge{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 9px;border-radius:999px;line-height:1;box-shadow:0 2px 8px rgba(20,30,60,.14)}.pcard-badge.b-new_arrival,.pcard-badge.new{background:var(--teal);color:#fff}.pcard-badge.b-hot_selling{background:var(--navy);color:#fff}.pcard-badge.b-low_stock{background:#f5a623;color:#fff}.pcard-badge.b-out_of_stock{background:#9aa4ab;color:#fff}.pcard-badge.b-default{background:var(--navy);color:#fff}.pcard-badge.sale{background:var(--sale);color:#fff}.pcard-quickadd{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;transform:translateY(150%);opacity:0;transition:transform .38s cubic-bezier(.16,1,.3,1),opacity .3s}.pcard:hover .pcard-quickadd{transform:none;opacity:1}.pcard-add-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:var(--navy);color:#fff;font-weight:700;font-size:13px;padding:11px;box-shadow:var(--shadow);transition:background .15s}.pcard-add-btn.added,.pcard-add-btn:hover{background:var(--teal)}.pcard-mobadd{display:none}.pcard-mobadd .pcard-add{width:36px;height:36px;border-radius:999px;background:var(--navy);color:#fff;border:0;display:grid;place-items:center;box-shadow:0 5px 14px -5px rgba(17,24,69,.5);cursor:pointer}.pcard-mobadd .pcard-add svg{width:15px;height:15px}.pcard-mobadd .pcard-add.added,.pcard-mobadd .pcard-add:active{background:var(--teal)}.pcard-body{padding:14px 15px 16px;display:grid;grid-gap:9px;gap:9px}.pcard-name{font-size:15px;font-weight:700;line-height:1.35;color:var(--ink);transition:color .15s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.pcard a:hover .pcard-name{color:var(--navy)}.pcard-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.pcard-price{font-size:18px;font-weight:800;color:var(--navy)}.pcard-price .old{font-size:12px;color:var(--ink-soft);text-decoration:line-through;font-weight:500;margin-left:6px}.pcard-rate{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:700;color:var(--ink);flex-shrink:0}.pcard-colors{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.pcard-colors span{width:14px;height:14px;border-radius:999px;border:1.5px solid #fff;outline:1px solid var(--line)}.pcard-colors em{font-size:11px;color:var(--ink-soft);font-style:normal}.price{font-size:16px;font-weight:800}.price .old{font-size:12px;color:var(--ink-soft);text-decoration:line-through;font-weight:500;margin-left:6px}.exclusive{padding-top:8px}.excl-panel{position:relative;border-radius:28px;padding:clamp(22px,3vw,40px);overflow:hidden;background:radial-gradient(120% 90% at 100% 0,rgba(47,163,155,.12),transparent 55%),radial-gradient(120% 90% at 0 100%,rgba(32,44,110,.1),transparent 55%),#fff;border:1px solid var(--line-soft);box-shadow:0 24px 60px -40px rgba(27,35,64,.4)}.excl-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(var(--teal),var(--navy))}.excl-panel-head{text-align:center;max-width:560px;margin:0 auto 6px}.excl-ribbon{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-600);background:var(--teal-050);padding:6px 14px;border-radius:999px}.excl-panel-head h2{font-size:clamp(26px,3.4vw,38px);font-weight:800;line-height:1.1;margin-top:12px;color:var(--ink)}.excl-panel-head p{color:var(--ink-soft);font-size:14px;margin-top:8px}.excl-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) auto;grid-template-areas:"gallery info switch";grid-gap:28px;gap:28px;margin-top:26px;align-items:center}.excl-gallery{grid-area:gallery;display:flex;gap:14px;align-items:flex-start;min-width:0}.excl-thumbs{display:flex;flex-direction:column;gap:10px;width:92px;flex-shrink:0;max-height:var(--excl-rail-h,460px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;scroll-behavior:smooth}.excl-thumbs::-webkit-scrollbar{width:0;height:0;display:none}.excl-thumb{width:92px;height:92px;border-radius:12px;overflow:hidden;border:1.5px solid var(--line-soft);background:#f2f5f6;cursor:pointer;padding:0;transition:border-color .15s ease;flex-shrink:0}.excl-thumb.active{border-color:var(--teal)}.excl-thumb img{width:100%;height:100%;object-fit:contain}.excl-main{position:relative;flex:1 1;min-width:0;aspect-ratio:1/1;border-radius:var(--r-lg);overflow:hidden;background:#f2f5f6;display:grid;place-items:center}.excl-main img{width:100%;height:100%;object-fit:contain}.excl-info{grid-area:info;position:relative;display:flex;flex-direction:column;gap:14px;min-width:0;background:#fff;border:1px solid var(--line-soft);border-radius:20px;padding:24px;box-shadow:0 14px 40px -30px rgba(27,35,64,.45)}.excl-info:before{content:"";position:absolute;top:0;left:24px;right:24px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--teal),var(--navy))}.excl-cat{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-600)}.excl-info h3{font-size:clamp(20px,2.4vw,27px);line-height:1.2}.excl-info h3,.excl-price{font-weight:800;color:var(--ink)}.excl-price{display:flex;align-items:baseline;gap:10px;font-size:24px}.excl-price .old{font-size:15px;color:var(--ink-soft);text-decoration:line-through;font-weight:500}.excl-off{font-size:12px;font-weight:800;color:var(--sale);background:#fbeae4;padding:3px 9px;border-radius:999px}.excl-opt-label{display:block;font-size:12px;font-weight:700;color:var(--ink);margin-bottom:8px}.excl-desc{font-size:14px;line-height:1.6;color:var(--ink-soft);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.excl-actions{display:flex;align-items:center;gap:10px;margin-top:4px}.excl-actions .btn-ghost{padding-left:18px;padding-right:18px}.excl-switch-wrap{grid-area:switch;display:flex;flex-direction:column;gap:12px;align-self:start}.excl-switch-title{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}.excl-switch{display:flex;flex-direction:column;gap:12px;padding:3px;scrollbar-width:none}.excl-switch::-webkit-scrollbar{display:none}.excl-switch-thumb{width:66px;height:66px;border-radius:14px;overflow:hidden;border:2px solid var(--line-soft);background:#eef1f4;cursor:pointer;padding:0;opacity:.6;display:grid;place-items:center;color:var(--ink-soft);flex-shrink:0;transition:opacity .15s ease,border-color .15s ease}.excl-switch-thumb.active{opacity:1;border-color:var(--navy)}.excl-switch-thumb:hover{opacity:1}.excl-switch-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width:1024px){.excl-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"gallery info" "switch switch";gap:22px}.excl-switch{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}}@media (max-width:760px){.excl-grid{grid-template-columns:1fr;grid-template-areas:"gallery" "info" "switch";gap:18px}.excl-thumbs{width:76px}.excl-thumb{width:76px;height:76px}.excl-info{padding:20px}.excl-info h3{font-size:20px}.excl-price{font-size:22px}}@media (max-width:460px){.excl-panel{border-radius:20px}.excl-actions{flex-wrap:wrap}.excl-actions .qty{order:1}.excl-actions .btn-primary{order:2;flex:1 1 140px}.excl-actions .btn-ghost{order:3;flex:1 1 100%}.excl-switch-thumb{width:58px;height:58px}}.rating{font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:3px;color:var(--ink)}.rating svg{color:var(--star)}.sizes{font-size:11px;color:var(--ink-soft)}.marquee-wrap{overflow:hidden;background:var(--navy);color:#fff;padding:15px 0;margin-top:22px}.marquee-track{display:flex;width:max-content;gap:44px;animation:marquee 30s linear infinite}.marquee-wrap:hover .marquee-track{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:600;white-space:nowrap}.marquee-ic{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.1);color:var(--teal)}.marquee-sep{color:var(--teal);margin-left:8px;font-size:12px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.in{opacity:1;transform:none}.reveal.in .product-grid .pcard{animation:cardIn .6s cubic-bezier(.16,1,.3,1) both}.reveal.in .product-grid .pcard:nth-child(2){animation-delay:.06s}.reveal.in .product-grid .pcard:nth-child(3){animation-delay:.12s}.reveal.in .product-grid .pcard:nth-child(4){animation-delay:.18s}.reveal.in .product-grid .pcard:nth-child(5){animation-delay:.24s}@keyframes cardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero-copy>*{animation:heroRise .7s cubic-bezier(.16,1,.3,1) both}.hero-badge{animation-delay:.04s}.hero h1{animation-delay:.1s}.hero p{animation-delay:.18s}.hero-cta{animation-delay:.26s}.hero-spotlight{animation:heroPop .8s cubic-bezier(.16,1,.3,1) .2s both}.hero-features,.hero-social{animation:heroRise .7s cubic-bezier(.16,1,.3,1) .4s both}@keyframes heroRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes heroPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-copy>*,.hero-features,.hero-social,.hero-spotlight,.pcard,.reveal{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}.marquee-track{animation:none}}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.collection-card{position:relative;display:block;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/5;background:#eef1f3;box-shadow:var(--shadow-soft)}.collection-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.collection-card-fallback{position:absolute;inset:0;display:grid;place-items:center;color:rgba(32,44,110,.16);background:linear-gradient(135deg,#eef3f5,#dfeae9)}.collection-card:hover .collection-card-img{transform:scale(1.06)}.collection-card-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:20px;background:linear-gradient(0deg,rgba(17,24,69,.82) 0,rgba(17,24,69,.2) 46%,transparent 74%)}.collection-card-text h3{font-size:21px;font-weight:800;color:#fff;letter-spacing:-.01em}.collection-card-text span{display:inline-block;margin-top:4px;font-size:12px;font-weight:600;color:rgba(255,255,255,.82)}.collection-card-cta{flex-shrink:0;width:40px;height:40px;border-radius:999px;background:#fff;color:var(--navy);display:grid;place-items:center;transition:background .2s ease,color .2s ease}.collection-card:hover .collection-card-cta{background:var(--teal);color:#fff}.tech-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:26px 18px}.tech{text-align:center;padding:10px;border-right:1px solid var(--line-soft)}.tech:last-child{border-right:0}.tech .ic{width:46px;height:46px;margin:0 auto 12px;border-radius:14px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center}.tech b{font-size:13px;display:block;letter-spacing:.04em}.tech span{font-size:11px;color:var(--ink-soft);display:block;margin-top:6px;line-height:1.4}.club{background:linear-gradient(120deg,var(--navy) 0,var(--navy-900) 100%);border-radius:var(--r-xl);padding:40px 44px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;grid-gap:34px;gap:34px;color:#fff}.club-card{height:150px;border-radius:var(--r);background:linear-gradient(135deg,var(--teal) 0,var(--teal-600) 100%);box-shadow:var(--shadow);display:flex;align-items:flex-end;padding:16px}.club-card b{font-weight:900;letter-spacing:.1em;opacity:.9}.club h2{font-size:26px;font-weight:900}.club p{color:rgba(255,255,255,.72);font-size:14px;margin:10px 0 0;max-width:460px}.club-perks{display:flex;gap:22px;margin-top:16px;flex-wrap:wrap}.club-perks div{font-size:12px;color:rgba(255,255,255,.8)}.club-perks b{color:#fff;display:block;font-size:13px}.club .btn-primary{background:var(--teal)}.club .btn-primary:hover{background:var(--teal-600)}.club-cta{text-align:center}.club-cta small{display:block;margin-top:10px;font-size:11px;color:rgba(255,255,255,.6)}.trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:40px}.trust div{display:flex;gap:12px;align-items:center}.trust .ic{color:var(--teal-600);flex-shrink:0}.trust b{font-size:13px;display:block}.trust span{font-size:12px;color:var(--ink-soft)}.footer{padding:54px 0 30px}.footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;grid-gap:30px;gap:30px}.footer h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:16px}.footer ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.footer a{font-size:14px;color:var(--ink);opacity:.82}.footer a:hover{opacity:1;color:var(--navy)}.footer .brand-col p{font-size:13px;color:var(--ink-soft);margin:14px 0 18px;max-width:260px}.footer-contacts .footer-addr,.footer-contacts li a{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.footer-contacts svg{flex-shrink:0;margin-top:1px;color:var(--ink-soft)}.footer-contacts .footer-addr{color:var(--ink);opacity:.82;font-size:14px}.footer .socials{display:flex;gap:10px}.footer .socials a{width:36px;height:36px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;opacity:1}.footer .socials a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;flex-wrap:wrap;gap:12px}.footer-bottom,.footer-bottom a,.footer-credit{color:var(--ink-soft)}.footer-credit a{color:var(--navy);font-weight:700}.footer-credit a:hover{color:var(--teal-600);text-decoration:underline;text-underline-offset:2px}.muted{color:var(--ink-soft)}.page-hero{max-width:640px}.page-hero h1{font-size:clamp(28px,4vw,42px);font-weight:900;margin:10px 0 12px}.page-hero p{color:var(--ink-soft);font-size:15px}.chip-active{background:var(--navy);color:#fff;border-color:var(--navy)}.chip-active:hover{color:#fff}.cart-empty,.empty{text-align:center;padding:60px 20px;color:var(--ink-soft);display:grid;grid-gap:16px;gap:16px;place-items:center}.cat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:26px;flex-wrap:wrap}.result-count{font-size:14px;font-weight:600;color:var(--ink-soft)}.cat-tools{gap:14px;flex-wrap:wrap}.cat-tools,.size-filter{display:flex;align-items:center}.size-filter{gap:6px}.size-pill{min-width:36px;height:36px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:13px;font-weight:700;color:var(--ink)}.size-pill.active,.size-pill:hover{border-color:var(--navy)}.size-pill.active{background:var(--navy);color:#fff}.sort-select{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px;position:relative}.sort-select select{border:0;outline:0;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:4px;cursor:pointer}.sort-dd{position:relative}.sort-dd-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}.sort-dd-btn:hover{border-color:var(--navy)}.sort-dd-btn>svg:first-child{color:var(--ink-soft)}.sort-dd-caret{transition:transform .2s ease}.sort-dd-caret.open{transform:rotate(180deg)}.sort-dd-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:20;min-width:210px;background:#fff;border:1px solid var(--line-soft);border-radius:14px;box-shadow:var(--shadow);padding:6px;display:grid;grid-gap:2px;gap:2px;animation:pop-in .16s ease}.sort-dd-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;background:none;border:0;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}.sort-dd-opt:hover{background:var(--line-soft)}.sort-dd-opt.active{background:var(--teal-050);color:var(--teal-600)}.color-filter{display:flex;flex-wrap:wrap;gap:8px}.color-swatch{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 12px 6px 6px;font-size:12px;font-weight:600;color:var(--ink);cursor:pointer}.color-swatch span{width:18px;height:18px;border-radius:999px;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.color-swatch.active,.color-swatch:hover{border-color:var(--navy)}.color-swatch.active{box-shadow:0 0 0 1px var(--navy)}.price-filter{display:flex;flex-wrap:wrap;gap:8px}.price-pill{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}.price-pill.active,.price-pill:hover{border-color:var(--navy)}.price-pill.active{background:var(--navy);color:#fff}.catalog-mobilebar{display:none;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 22px}.filter-trigger{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 18px;font-size:14px;font-weight:700;color:var(--ink)}.filter-trigger:hover{border-color:var(--navy)}.filter-badge{background:var(--navy);color:#fff;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;font-size:11px;padding:0 6px}.filter-overlay{position:fixed;inset:0;background:rgba(17,24,69,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:60}.filter-overlay.show{opacity:1;pointer-events:auto}.filter-drawer{position:fixed;top:50%;left:50%;width:min(460px,92vw);max-height:85vh;background:var(--bg);z-index:61;transform:translate(-50%,-46%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;display:flex;flex-direction:column;border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.filter-drawer.show{transform:translate(-50%,-50%);opacity:1;pointer-events:auto}.filter-head .hamburger{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--ink-soft)}.filter-head .hamburger:hover{color:var(--navy);border-color:var(--navy)}.filter-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.filter-head b{font-size:17px}.filter-body{padding:6px 20px 20px;overflow-y:auto;flex:1 1 auto;min-height:0}.filter-group{padding:18px 0;border-bottom:1px solid var(--line-soft)}.filter-group:last-child{border-bottom:0}.filter-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);margin-bottom:14px}.sort-list{display:grid;grid-gap:4px;gap:4px}.sort-opt{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 14px;border-radius:12px;border:1px solid transparent;background:#fff;font-size:14px;font-weight:600;color:var(--ink)}.sort-opt.active{border-color:var(--navy);color:var(--navy)}.sort-opt svg{color:var(--teal-600)}.filter-foot{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:12px;gap:12px;padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line);flex-shrink:0}.crumbs{font-size:13px;color:var(--ink-soft);display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center;margin-bottom:22px}.crumbs a{white-space:nowrap}.crumbs a:hover{color:var(--navy)}.crumbs b{color:var(--ink);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.pdp{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:40px;gap:40px}.pdp-gallery{display:flex;gap:14px;align-items:flex-start}.pdp-main{flex:1 1;min-width:0;aspect-ratio:1/1;border-radius:var(--r-lg);background:#f2f5f6;display:grid;place-items:center;position:relative;overflow:hidden}.pdp-main img{width:100%;height:100%;object-fit:contain}.pdp-thumbs{display:flex;flex-direction:column;gap:10px;width:92px;flex-shrink:0;max-height:var(--rail-h,460px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;outline:none;scroll-behavior:smooth}.pdp-thumbs::-webkit-scrollbar{width:0;height:0;display:none}.pdp-thumb{width:92px;height:92px;border-radius:12px;background:#f2f5f6;display:grid;place-items:center;border:1.5px solid var(--line-soft);overflow:hidden;padding:0;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;flex-shrink:0}.pdp-thumb img{width:100%;height:100%;object-fit:contain}.pdp-thumb:hover{border-color:var(--ink-soft)}.pdp-thumb.active{border-color:var(--teal)}.pdp-info h1{font-size:clamp(26px,3.4vw,38px);font-weight:900;margin:8px 0 12px}.pdp-meta{display:flex;gap:14px;align-items:center;margin-bottom:14px;font-size:13px}.pdp-price{font-size:28px;font-weight:900;margin-bottom:16px}.pdp-price .old{font-size:17px;color:var(--ink-soft);text-decoration:line-through;font-weight:500;margin-left:10px}.pdp-desc{color:var(--ink-soft);font-size:15px;margin-bottom:24px}.pdp-highlights{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.pdp-highlights li{display:flex;align-items:center;gap:10px;font-size:13px}.pdp-highlights .ic{width:30px;height:30px;border-radius:9px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center}.pdp-trust{display:flex;gap:20px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-soft);flex-wrap:wrap}.pdp-trust div{display:flex;align-items:center;gap:8px}.in-stock{display:inline-flex;align-items:center;gap:5px;color:var(--teal-600);font-weight:600}.pdp-details{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:32px;gap:32px;margin-top:48px;padding-top:40px;border-top:1px solid var(--line);align-items:start}.pdp-about h2{font-size:clamp(22px,2.6vw,28px);font-weight:900;margin:8px 0 16px}.pdp-about p{color:var(--ink-soft);font-size:15px;margin:0 0 14px}.pdp-features{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.pdp-features li{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.pdp-features .ic{width:38px;height:38px;border-radius:11px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;flex-shrink:0}.pdp-specs{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:24px;position:-webkit-sticky;position:sticky;top:96px}.pdp-specs h3{font-size:17px;margin-bottom:8px}.pdp-specs dl{margin:0}.spec-row{display:grid;grid-template-columns:118px 1fr;grid-gap:14px;gap:14px;padding:12px 0;border-bottom:1px solid var(--line-soft);font-size:13px}.spec-row:last-child{border-bottom:0}.spec-row dt{color:var(--ink-soft)}.spec-row dd{margin:0;font-weight:600}.pdp-reviews{border-top:1px solid var(--line);margin-top:20px}.review-modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(17,24,69,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:20px;animation:fade-in .18s ease}.review-modal{width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:var(--r-lg);box-shadow:var(--shadow);animation:pop-in .2s ease}.review-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 0}.review-modal-head h3{font-size:19px;font-weight:800}.review-modal-close{width:34px;height:34px;border-radius:999px;border:1px solid var(--line-soft);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--ink-soft)}.review-modal-close:hover{color:var(--navy);border-color:var(--line)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.review-form{background:#fff;border:0;border-radius:var(--r-lg);padding:18px 22px 22px;display:grid;grid-gap:14px;gap:14px}.input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.5;color:var(--ink);background:#fff;outline:0;resize:vertical}.input:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(32,44,110,.08)}.input::placeholder{color:var(--ink-soft);font-family:inherit;opacity:1}.review-form-rating{display:flex;align-items:center;gap:14px}.rating-picker{display:flex;gap:4px}.rating-star{background:none;border:0;padding:2px;line-height:0;cursor:pointer}.rating-star-ic{font-size:26px;line-height:1;display:inline-block}.form-msg{font-size:13px;font-weight:600;margin:6px 0 0}.form-msg.error{color:var(--sale)}.form-msg.success{color:var(--teal-600)}.reviews-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;align-items:start}.reviews-summary{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:26px;text-align:center;position:-webkit-sticky;position:sticky;top:96px}.rs-score{font-size:52px;font-weight:900;line-height:1}.rs-stars{display:flex;justify-content:center;gap:3px;margin:10px 0 6px}.rs-bars{display:grid;grid-gap:8px;gap:8px;margin-top:20px;text-align:left}.rs-bar{display:grid;grid-template-columns:28px 1fr 40px;grid-gap:10px;gap:10px;align-items:center;font-size:12px}.rs-track{height:7px;background:var(--line);overflow:hidden}.rs-fill,.rs-track{border-radius:999px}.rs-fill{height:100%;background:var(--teal)}.reviews-list{display:grid;grid-gap:16px;gap:16px}.review{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:20px 22px}.review-head{display:flex;gap:12px;align-items:center;margin-bottom:10px}.review-av{width:38px;height:38px;border-radius:999px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:800}.review-stars{display:flex;align-items:center;gap:2px;margin-top:2px}.review-title{display:block;font-size:15px;margin-bottom:4px}.review p{margin:0;font-size:14px;color:var(--ink-soft)}.reviews-badge{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line-soft);border-radius:999px;padding:8px 16px;box-shadow:var(--shadow-soft)}.reviews-badge b{font-size:18px;font-weight:900;color:var(--navy)}.reviews-badge-stars{display:inline-flex;gap:1px}.reviews-badge small{font-size:12px;color:var(--ink-soft)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.review-grid .review{display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.review-grid .review:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px);border-color:var(--line)}.review-grid .review p{flex:1 1}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.blog-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px);border-color:var(--line)}.blog-media{height:190px;display:grid;place-items:center;background:#f1f4f6;color:var(--teal-600);overflow:hidden}.blog-media img{width:100%;height:100%;object-fit:contain}.article-hero{margin:22px 0 10px;border-radius:var(--r-lg);overflow:hidden;background:#f1f4f6}.article-hero img{width:100%;height:auto;object-fit:contain;display:block}.blog-card:hover .blog-media{color:var(--navy)}.blog-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:8px;flex:1 1}.blog-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-soft)}.blog-cat{color:var(--teal-600);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:11px}.blog-body h3{font-size:17px;font-weight:800;line-height:1.3;color:var(--ink)}.blog-body p{font-size:14px;color:var(--ink-soft);flex:1 1}.blog-read{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--navy);margin-top:4px}.blog-card:hover .blog-read{color:var(--teal-600)}.buy{display:grid;grid-gap:18px;gap:18px}.buy,.opt{min-width:0}.opt-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);display:block;margin-bottom:10px}.swatches{display:flex;flex-wrap:wrap;gap:10px}.swatch{width:30px;height:30px;border-radius:999px;border:2px solid #fff;outline:1px solid var(--line);cursor:pointer;flex-shrink:0}.swatch.active{outline:2px solid var(--navy)}.size-row{display:flex;flex-wrap:wrap;gap:10px}.size-btn{min-width:46px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;font-weight:700;font-size:14px;color:var(--ink)}.size-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.buy-row{display:flex;gap:12px;align-items:stretch}.buy-row,.buy-row .btn-primary{min-width:0}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;overflow:hidden}.qty button{width:44px;height:46px;border:0;background:transparent;font-size:18px;color:var(--ink)}.qty button:hover{background:var(--line-soft)}.qty span{min-width:34px;text-align:center;font-weight:700}.cart-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:30px;gap:30px;align-items:start}.cart-items{display:grid;grid-gap:14px;gap:14px}.cart-item{display:grid;grid-template-columns:84px 1fr auto auto auto;grid-gap:16px;gap:16px;align-items:center;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:12px 16px}.cart-thumb{width:84px;height:84px;border-radius:var(--r-sm);background:#f2f5f6;display:grid;place-items:center;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-item-info{display:grid;grid-gap:3px;gap:3px}.cart-item-info b{font-size:15px}.cart-line-total{font-weight:800}.cart-remove{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink-soft);display:grid;place-items:center}.cart-remove:hover{border-color:var(--sale);color:var(--sale)}.cart-summary{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:24px;position:-webkit-sticky;position:sticky;top:96px}.cart-summary h3{font-size:17px;margin-bottom:16px}.cart-summary .row{display:flex;justify-content:space-between;padding:9px 0;font-size:14px;color:var(--ink-soft)}.cart-summary .row b{color:var(--ink)}.cart-summary .row.total{border-top:1px solid var(--line);margin-top:6px;padding-top:14px;font-size:17px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:34px 0}.about-card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:26px}.about-card .ic{width:46px;height:46px;border-radius:14px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;margin-bottom:14px}.about-card b{font-size:17px;display:block;margin-bottom:8px}.about-card p{font-size:14px;color:var(--ink-soft)}.about-band{background:linear-gradient(120deg,var(--navy) 0,var(--navy-900) 100%);color:#fff;border-radius:var(--r-xl);padding:44px}.about-band h2{font-size:26px;font-weight:900;max-width:620px}.about-band p{color:rgba(255,255,255,.75);margin-top:12px;max-width:640px}.contact-layout{display:grid;grid-template-columns:320px 1fr;grid-gap:30px;gap:30px;margin-top:30px;align-items:start}.contact-details{display:grid;grid-gap:14px;gap:14px}.contact-detail{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:16px 18px}.contact-detail .ic{width:42px;height:42px;border-radius:12px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;flex-shrink:0}.contact-detail>div{min-width:0}.contact-detail b{word-break:break-word;display:block}.contact-form{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:26px}.contact-form,.contact-form form{display:grid;grid-gap:16px;gap:16px}.contact-form label{font-size:13px;font-weight:600;color:var(--ink);display:grid;grid-gap:8px;gap:8px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font-family:inherit;font-size:14px;color:var(--ink);background:#fff;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--ink-soft)}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:var(--navy);box-shadow:0 0 0 3px rgba(32,44,110,.08)}.contact-form input:-webkit-autofill,.phone-input input:-webkit-autofill{box-shadow:inset 0 0 0 40px #fff;-webkit-text-fill-color:var(--ink);caret-color:var(--ink)}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.auth-wrap{max-width:420px;margin:0 auto}.auth-form{margin-top:4px}@media (max-width:1040px){.product-grid,.tech-grid{grid-template-columns:repeat(3,1fr)}.tech:nth-child(3n){border-right:0}.nav{display:none}.hamburger{display:grid}.header-inner{gap:12px}.logo{justify-self:center}.header-actions{margin-left:0}.club{grid-template-columns:1fr;text-align:left}.footer-cols{grid-template-columns:1fr 1fr}.blog-grid,.review-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){body,html{overflow-x:clip}.container{padding:0 26px}.account-layout{grid-template-columns:1fr;gap:16px}.account-nav{flex-direction:row;overflow-x:auto;position:static}.account-nav-btn{white-space:nowrap}.account-nav-btn.danger{border-top:0;border-radius:12px}.account-content{padding:18px}.header-inner{height:66px;gap:10px}.logo-sub{display:none}.logo{justify-self:start}.header .logo img{height:30px!important}.header-actions .sign-in,.header-actions .wl-link{display:none}.section{padding-top:40px;padding-bottom:40px}.hero{padding-top:14px}.hero-card{grid-template-columns:1fr}.hero-copy{padding:30px 22px 18px}.hero-visual{min-height:300px}.hero-spotlight{width:min(240px,62%)}.hero-features{display:none}.hero-social{left:50%;right:auto;bottom:18px;transform:translateX(-50%);padding:9px 14px}.hero-social b{font-size:12px}.hero-social small{font-size:10px}.product-grid{grid-template-columns:repeat(2,1fr)}.pcard-quickadd{display:none}.pcard-mobadd{display:block;position:absolute;right:10px;bottom:10px;z-index:3}.cat-grid{grid-template-columns:1fr 1fr;gap:12px}.collection-card-overlay{padding:14px}.collection-card-text h3{font-size:15px;line-height:1.25}.collection-card-cta{width:34px;height:34px}.tech-grid{grid-template-columns:repeat(2,1fr)}.tech:nth-child(3n){border-right:1px solid var(--line-soft)}.tech:nth-child(2n){border-right:0}.footer-cols,.trust{grid-template-columns:1fr 1fr}.footer .brand-col{grid-column:1/-1}.pdp{grid-template-columns:1fr;gap:24px}.pdp-thumbs{width:76px}.pdp-thumb{width:76px;height:76px}.cart-layout,.pdp-highlights{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-areas:"thumb info remove" "thumb qty total";row-gap:10px}.about-values,.contact-layout,.field-row,.pdp-details{grid-template-columns:1fr}.pdp-details{gap:24px}.pdp-specs{position:static}.pdp-features,.reviews-layout{grid-template-columns:1fr}.reviews-summary{position:static}.catalog-desktop{display:none}.catalog-mobilebar{display:flex}.blog-grid,.review-grid{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start;gap:12px}main p{text-align:justify;text-justify:inter-word}main .cd-success p,main .empty,main .page-hero p,main [style*="text-align: center"],main [style*="text-align:center"]{text-align:center}.track-form{flex-direction:column}.track-form .btn{width:100%;justify-content:center}.track-card{padding:18px}.track-step-label{font-size:10px;word-break:break-word}.track-steps{gap:4px}.cart-item{grid-template-columns:64px 1fr auto}.hero h1{font-size:28px}.club{padding:28px 22px}.about-band{padding:30px 24px}}@media (max-width:520px){.cd-drawer{width:100vw;max-width:100vw}.cd-header{padding:14px 16px}.cd-body{padding:8px 16px}.cd-foot{padding:14px 16px calc(16px + env(safe-area-inset-bottom))}.cd-thumb{width:72px;height:72px}.cd-item{padding:10px;gap:10px}.cd-form-grid2{grid-template-columns:1fr}.cd-input{width:100%;min-width:0}.cd-addr-card,.cd-addr-option,.cd-pay-option{padding:10px}}@media (max-width:430px){.hero h1{font-size:25px}.hero-copy{padding:26px 20px}.product-grid{gap:12px}.drawer-foot{grid-template-columns:1fr}.pcard-ratingchip em{display:none}.pcard-body{padding:13px 13px 15px}.pcard-name{font-size:14px}}@media (min-width:761px) and (max-width:1040px){.about-values,.pdp{grid-template-columns:1fr 1fr}.pdp-details{grid-template-columns:1fr}.reviews-layout{grid-template-columns:240px 1fr}}@keyframes morbixShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shimmer{background:linear-gradient(100deg,#e9edf0 30%,#f3f6f8 50%,#e9edf0 70%);background-size:800px 100%;animation:morbixShimmer 1.3s ease-in-out infinite}.shimmer-img-skeleton{position:absolute;inset:0;display:block;border-radius:inherit;z-index:0}.shimmer-img{position:relative;z-index:1;opacity:0;transition:opacity .3s ease}.shimmer-img.is-loaded{opacity:1}.pill.icon-pill{padding:10px}.fab-stack{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:60;display:flex;flex-direction:column;align-items:center;gap:12px}.fab{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;border:0;cursor:pointer;box-shadow:0 10px 26px -8px rgba(17,24,69,.45);transition:transform .18s ease,box-shadow .18s ease,opacity .2s ease}.fab:hover{transform:translateY(-2px)}.fab-wa{background:#25d366;color:#fff}.fab-top{width:46px;height:46px;background:var(--navy);color:#fff;opacity:0;transform:translateY(10px);pointer-events:none}.fab-top.show{opacity:1;transform:none;pointer-events:auto}@media (max-width:520px){.fab-stack{right:14px;bottom:calc(14px + env(safe-area-inset-bottom));gap:10px}.fab{width:50px;height:50px}.fab-top{width:42px;height:42px}}.toast-host{position:fixed;z-index:2000;right:20px;top:20px;display:flex;flex-direction:column;gap:10px;max-width:min(360px,calc(100vw - 40px));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line-soft);border-left:4px solid var(--navy);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);animation:toast-in .22s cubic-bezier(.16,1,.3,1)}.toast-ic{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex-shrink:0;background:var(--teal-050);color:var(--teal-600)}.toast-msg{flex:1 1;min-width:0;font-size:13px;font-weight:600;color:var(--ink);line-height:1.35}.toast-close{flex-shrink:0;width:24px;height:24px;border:0;background:none;color:var(--ink-soft);display:grid;place-items:center;cursor:pointer;border-radius:999px}.toast-close:hover{background:var(--line-soft);color:var(--ink)}.toast-success{border-left-color:var(--teal-600)}.toast-success .toast-ic{background:var(--teal-050);color:var(--teal-600)}.toast-error{border-left-color:var(--sale)}.toast-error .toast-ic{background:#fbeae4;color:var(--sale)}.toast-cart{border-left-color:var(--navy)}.toast-cart .toast-ic{background:#e9ecf6;color:var(--navy)}.toast-wishlist{border-left-color:var(--sale)}.toast-wishlist .toast-ic{background:#fbeae4;color:var(--sale)}.toast-info{border-left-color:var(--navy)}.toast-info .toast-ic{background:#e9ecf6;color:var(--navy)}@keyframes toast-in{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:none}}@media (max-width:520px){.toast-host{left:auto;right:12px;top:12px;max-width:min(340px,calc(100vw - 24px))}}.wl-link{position:relative}.wl-count{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--sale);color:#fff;font-size:10px;font-weight:800;line-height:1;display:grid;place-items:center}.auth-error,.pcard-fav.active svg{color:var(--sale)}.auth-error{font-size:13px;margin:0}.phone-input{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.phone-input:focus-within{border-color:var(--navy);box-shadow:0 0 0 3px rgba(32,44,110,.08)}.phone-input span{color:var(--ink);font-size:14px;font-weight:600;padding-right:10px;border-right:1px solid var(--line)}.contact-form .phone-input input,.phone-input input{border:0;outline:0;flex:1 1;width:100%;padding:13px 0;border-radius:0;font-family:inherit;font-size:14px;background:transparent;color:var(--ink)}.contact-form .phone-input input:focus,.phone-input input:focus{border:0;box-shadow:none}.otp-row{display:flex;gap:10px;justify-content:center}.otp-row input{width:48px;height:56px;border:1px solid var(--line);border-radius:12px;text-align:center;font-size:20px;font-weight:800;color:var(--ink);outline:0}.otp-row input:focus{border-color:var(--navy)}.track-form{display:flex;gap:10px}.track-form input{flex:1 1;border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:14px;color:var(--ink);outline:0}.track-form input:focus{border-color:var(--navy)}.track-card{margin-top:24px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:24px}.track-head{display:flex;align-items:center;justify-content:space-between}.track-head b{display:block;font-size:15px}.track-status{padding:5px 12px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--line-soft);color:var(--ink-soft)}.track-status-delivered{background:#e7f6ec;color:#1f9d55}.track-status-cancelled{background:#fdeaea;color:var(--sale)}.track-steps{display:flex;justify-content:space-between;margin:26px 0;gap:6px}.track-step{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:8px}.track-dot{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:var(--line-soft);color:var(--ink-soft);font-weight:700;font-size:13px}.track-step.done .track-dot{background:var(--navy);color:#fff}.track-step-label{font-size:11px;text-transform:capitalize;color:var(--ink-soft)}.track-details{border-top:1px solid var(--line);padding-top:16px;display:grid;grid-gap:8px;gap:8px}.track-details .row{display:flex;justify-content:space-between;font-size:14px}.track-items{display:grid;grid-gap:6px;gap:6px;margin:18px 0 4px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.article{max-width:none;margin:24px 0 0}.article-title{font-size:clamp(28px,4vw,40px);font-weight:900;text-align:center;margin:14px 0 24px}.article-body{font-size:15px;line-height:1.75;color:var(--ink)}.article-body h2{font-size:22px;font-weight:800;margin:28px 0 12px}.article-body p{margin:0 0 16px;color:var(--ink-soft)}.article-body a{color:var(--navy);text-decoration:underline}.article-body ol,.article-body ul{color:var(--ink-soft);padding-left:22px;margin:0 0 16px}.article-body img{border-radius:var(--r);margin:16px 0}.account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.account-links{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:26px 0 10px}.account-link{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:18px;display:grid;grid-gap:4px;gap:4px;transition:box-shadow .2s,border-color .2s,transform .2s}.account-link:hover{box-shadow:var(--shadow-soft);border-color:var(--line);transform:translateY(-2px)}.account-link .ic{width:40px;height:40px;border-radius:12px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;margin-bottom:8px}.account-link b{font-size:15px}.account-link .muted{font-size:12px}.account-section{margin-top:40px}.account-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:26px;gap:26px;margin-top:26px;align-items:start}.account-nav{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:10px;position:-webkit-sticky;position:sticky;top:92px}.account-nav-btn{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:none;border:0;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer;transition:background .15s ease,color .15s ease}.account-nav-btn:hover{background:var(--line-soft)}.account-nav-btn.active{background:var(--navy);color:#fff}.account-nav-btn.active svg{color:#fff}.account-nav-btn svg{color:var(--ink-soft);flex-shrink:0}.account-nav-btn.danger{color:var(--sale);margin-top:4px;border-top:1px solid var(--line-soft);border-radius:0 0 12px 12px}.account-nav-btn.danger svg{color:var(--sale)}.account-content{min-width:0;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:24px}.acct-detail{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.acct-detail:last-child{border-bottom:0}.order-list{display:grid;grid-gap:10px;gap:10px}.order-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:16px 18px;transition:box-shadow .2s,border-color .2s}.order-row:hover{box-shadow:var(--shadow-soft);border-color:var(--line)}.order-row>div{flex:1 1;display:grid;grid-gap:2px;gap:2px}.order-row>div b{font-size:14px}.order-row>div .muted{font-size:12px}.order-status{padding:5px 12px;border-radius:999px;font-size:11px;font-weight:700;text-transform:capitalize;background:var(--line-soft);color:var(--ink-soft)}.order-status.ok{background:#e7f6ec;color:#1f9d55}.order-status.bad{background:#fdeaea;color:var(--sale)}.order-status.pending{background:#eef1f8;color:var(--navy)}.addr-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.addr-card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r);padding:18px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.addr-card>div:first-child{display:grid;grid-gap:4px;gap:4px}.addr-card b{font-size:14px;display:flex;align-items:center;gap:8px}.addr-card .muted{font-size:13px}.default-tag{font-size:10px;font-weight:700;text-transform:uppercase;background:var(--teal-050);color:var(--teal-600);padding:2px 8px;border-radius:999px}.addr-actions{display:flex;gap:8px;flex-wrap:wrap}.addr-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--ink)}.addr-actions button:hover{border-color:var(--navy);color:var(--navy)}.addr-actions button.danger:hover{border-color:var(--sale);color:var(--sale)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:24px;align-items:start}.settings-single{margin-top:24px;max-width:520px}.co-checkbox,.contact-form .co-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink);cursor:pointer}.cd-checkbox input[type=checkbox],.co-checkbox input[type=checkbox],.contact-form .co-checkbox input[type=checkbox]{width:18px;height:18px;min-width:18px;flex-shrink:0;margin:0;padding:0;border-radius:5px;accent-color:var(--navy);cursor:pointer}.order-detail-grid{display:grid;grid-template-columns:1fr 340px;grid-gap:24px;gap:24px;align-items:start;margin-top:8px}.order-items-card,.order-summary-card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:22px}.order-items-card h3,.order-summary-card h3{font-size:16px;margin-bottom:14px}.order-item{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.order-item:last-child{border-bottom:0}.order-item-thumb{position:relative;width:60px;height:60px;border-radius:12px;background:#f2f5f6;display:grid;place-items:center;overflow:hidden;flex-shrink:0}.order-item-thumb img{width:100%;height:100%;object-fit:cover}.order-item-info{flex:1 1;display:grid;grid-gap:2px;gap:2px}.order-item-info b{font-size:14px}.order-item-info .muted{font-size:12px}.order-summary-card .row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.order-summary-card .row.total{margin-top:6px;font-size:16px}.order-address,.order-summary-card .row.total{border-top:1px solid var(--line);padding-top:14px}.order-address{margin-top:12px}.order-address p{font-size:13px;color:var(--ink-soft);margin:6px 0 0;line-height:1.5}.cd-back-ic{transform:rotate(180deg)}.cd-checkout:disabled{opacity:.6}.cd-body.cd-body-checkout{display:block;padding-bottom:20px}.cd-co-section{padding:16px 0;border-bottom:1px solid var(--line-soft)}.cd-co-section:last-child{border-bottom:0}.cd-section-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);margin-bottom:12px}.cd-label{display:grid;grid-gap:6px;gap:6px;font-size:12px;font-weight:600;color:var(--ink);margin-bottom:10px}.cd-input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13px;color:var(--ink);outline:0;width:100%}.cd-input:focus{border-color:var(--navy)}.cd-form-grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.cd-co-form{margin-top:6px}.cd-addr-list,.cd-pay-list{display:grid;grid-gap:8px;gap:8px}.cd-addr-card,.cd-addr-option,.cd-pay-option{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:12px;cursor:pointer}.cd-addr-option.active,.cd-pay-option.active{border-color:var(--navy);background:#f7f9fc}.cd-addr-card>div:first-child,.cd-addr-option>div{flex:1 1;display:grid;grid-gap:2px;gap:2px}.cd-addr-card b,.cd-addr-option b,.cd-pay-info b{font-size:13px}.cd-addr-card .muted,.cd-addr-option .muted,.cd-pay-info .muted{font-size:12px}.cd-pay-option.disabled{opacity:.5}.cd-pay-icon{width:36px;height:36px;border-radius:10px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;flex-shrink:0}.cd-pay-info{flex:1 1;display:grid;grid-gap:2px;gap:2px}.cd-pay-fee{font-weight:800;font-size:13px}.cd-pay-fee.free{color:var(--teal-600)}.cd-checkbox{align-items:center;font-size:12px;color:var(--ink-soft);margin:6px 0 10px}.cd-checkbox,.cd-coupon-row{display:flex;gap:8px}.cd-coupon-row .cd-input{flex:1 1}.cd-coupon-applied{display:flex;align-items:center;justify-content:space-between;background:var(--teal-050);border-radius:10px;padding:10px 12px}.cd-coupon-applied span{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:var(--teal-600)}.cd-coupon-msg{font-size:12px;color:var(--ink-soft);margin:8px 0 0}.cd-co-summary{display:grid;grid-gap:8px;gap:8px}.cd-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--ink-soft)}.cd-summary-row span:last-child{color:var(--ink);font-weight:600}.cd-summary-total{border-top:1px solid var(--line);padding-top:12px;margin-top:4px;font-size:17px}.cd-summary-total span{color:var(--ink)!important;font-weight:900!important}.cd-error{color:var(--sale);font-size:13px;margin:0 0 10px;text-align:center}.cd-item-prices{display:flex;align-items:baseline;gap:8px}.cd-item-mrp{font-size:12px;color:var(--ink-soft);text-decoration:line-through}.cd-pay-info b{display:flex;align-items:center;gap:8px}.cd-pay-popular{font-size:10px;font-weight:700;color:var(--teal-600);background:var(--teal-050);border-radius:999px;padding:2px 8px;letter-spacing:.02em}.cd-pay-date{display:inline-flex;gap:5px;font-size:11px;margin-top:3px}.cd-pay-date,.cd-urgency{align-items:center;color:var(--ink-soft)}.cd-urgency{display:flex;justify-content:center;gap:6px;font-size:12px;background:var(--teal-050);border-radius:12px;padding:8px 12px;margin-bottom:12px;flex-wrap:wrap}.cd-urgency b{color:var(--navy);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800}.cd-whatsapp{display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:600;color:var(--teal-600);margin-top:12px}.cd-whatsapp:hover{color:var(--teal)}.cd-success{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 26px}.cd-success-ic{width:68px;height:68px;border-radius:999px;background:var(--teal-050);color:var(--teal-600);display:grid;place-items:center;margin-bottom:16px}.cd-success-title{font-size:20px;font-weight:900}.cd-success-order{font-size:14px;color:var(--navy);font-weight:700;margin:6px 0 2px}.cd-success-msg{font-size:14px;color:var(--ink-soft);margin:0 0 22px;max-width:300px}.checkout-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:30px;gap:30px;align-items:start;margin-top:8px}.checkout-card{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:22px;margin-bottom:16px}.checkout-card h3{font-size:16px;display:flex;align-items:center;gap:10px;margin-bottom:16px}.co-step{width:24px;height:24px;border-radius:999px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.checkout-summary{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-lg);padding:22px;position:-webkit-sticky;position:sticky;top:96px}@media (max-width:900px){.account-links{grid-template-columns:1fr 1fr}.addr-grid,.checkout-layout,.order-detail-grid,.settings-grid{grid-template-columns:1fr}.checkout-summary{position:static}.account-layout{grid-template-columns:1fr;gap:16px}.account-nav{flex-direction:row;overflow-x:auto;position:static;gap:6px;scrollbar-width:none}.account-nav::-webkit-scrollbar{display:none}.account-nav-btn{white-space:nowrap;width:auto}.account-nav-btn.danger{border-top:0;border-radius:12px;margin-top:0}.account-content{padding:18px}}@media (max-width:460px){.order-row{flex-wrap:wrap}.order-row>div{flex:1 1 100%}.order-row .order-status{order:3}}@media (max-width:520px){.account-links{grid-template-columns:1fr}.otp-row input{width:42px;height:50px}}@media (max-width:700px){#bestsellers .product-grid>:nth-child(n+3){display:none}}.track-meta{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:8px;font-size:12.5px;color:var(--ink-soft)}.track-meta span{display:inline-flex;align-items:center;gap:5px}.track-timeline{list-style:none;margin:18px 0 4px;padding:16px 0 4px;border-top:1px solid var(--line);display:grid;grid-gap:14px;gap:14px}.track-timeline li{position:relative;padding-left:20px;display:grid;grid-gap:2px;gap:2px}.track-timeline li:before{content:"";position:absolute;left:2px;top:5px;width:9px;height:9px;border-radius:999px;background:var(--line)}.track-timeline li.first:before{background:var(--ink)}.track-timeline .tl-status{font-size:13px;font-weight:600;text-transform:capitalize}.track-timeline .tl-note{font-size:12px;color:var(--ink-soft)}.track-timeline .tl-time{font-size:11px;color:var(--ink-soft);display:inline-flex;align-items:center;gap:4px}.order-address .muted{display:inline-flex;align-items:center;gap:5px}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-body:"Inter","Inter Fallback"}