:root{--brand:#3B5BDB;--brand-dark:#5b7bfb;--ink:#f2f2f5;--ink-2:#0d1628;--bg:#0d0d10;--surface:#1a1a1e;--surface-soft:#242428;--text:#f2f2f5;--text-muted:#a3a3ad;--border:#2c2c32;--success:#3ddc63;--success-bg:rgba(47,158,68,.16);--danger:#ff5c5c;--danger-bg:rgba(224,49,49,.16);--warning:#F59E0B;--purple:#9b6dff;--font-display:"Playfair Display",serif;--font-body:"DM Sans",sans-serif;--r-lg:20px;--r-md:16px;--r-sm:12px;--r-pill:999px;--shadow-card:0 2px 10px rgba(0,0,0,.35);--shadow-lift:0 14px 30px rgba(0,0,0,.5)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}ul{list-style:none;margin:0;padding:0}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}input{font:inherit;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media(min-width:750px){.container{padding:0 40px}}.section{padding:56px 0}@media(min-width:750px){.section{padding:76px 0}}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px}.section-head h2{font-size:22px;font-weight:800;color:#fff!important}@media(min-width:750px){.section-head h2{font-size:28px}}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-dark);display:block;margin-bottom:6px}.see-all{font-size:13px;font-weight:700;color:var(--brand-dark);cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:14px;font-weight:700;border-radius:14px;padding:14px 28px;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-white{background:#fff;color:#1a1a2e;border-radius:var(--r-pill);padding:13px 26px}.btn-white:hover{background:var(--brand);color:#fff}.btn-ghost{background:var(--surface-soft);color:var(--ink)}.btn-ghost:hover{background:#2f2f36}.btn-outline{background:transparent;border:1.5px solid rgba(255,255,255,.4);color:#fff}.btn-outline:hover{border-color:var(--brand-dark);color:var(--brand-dark)}.btn[disabled]{opacity:.55;cursor:not-allowed}.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:relative;z-index:40}.header-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:16px 24px}@media(min-width:750px){.header-top{padding:20px 40px;gap:32px}}.menu-toggle{display:flex;flex-direction:column;gap:5px}@media(min-width:900px){.menu-toggle{display:none}}.menu-toggle span{width:22px;height:2px;background:var(--ink);border-radius:2px}.logo{font-family:var(--font-display);font-weight:900;font-size:24px;color:var(--ink);letter-spacing:-.3px;white-space:nowrap}.logo img{max-height:36px;width:auto}.search-bar{display:flex;align-items:center;background:var(--surface-soft);border-radius:16px;padding:6px;width:100%;max-width:640px;margin:0 auto;position:relative}.search-bar input{flex:1;background:transparent;border:none;padding:12px 16px;font-size:15px;color:#fff;min-width:0}.search-bar input::placeholder color:rgba(255,255,255,.6) .search-bar button{background:var(--brand);color:#fff;border-radius:11px;padding:12px 26px;flex-shrink:0;display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.search-bar button:hover{background:var(--brand-dark)}.search-bar svg{width:18px;height:18px}.predictive-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--surface);border-radius:14px;box-shadow:var(--shadow-lift);padding:10px;max-height:70vh;overflow-y:auto;display:none;z-index:60;border:1px solid var(--border)}.predictive-search-results.is-open{display:block}.psr-item{display:flex;gap:12px;align-items:center;padding:8px;border-radius:10px}.psr-item:hover{background:var(--surface-soft)}.psr-item img{width:44px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#232328}.psr-name{font-size:13px;font-weight:700}.psr-price{font-size:12px;color:var(--text-muted)}.psr-empty{padding:14px;font-size:13px;color:var(--text-muted);text-align:center}.header-icons{display:flex;align-items:center;gap:6px;justify-content:flex-end}@media(max-width:749px){.header-icons{display:none}}.icon-btn{position:relative;padding:10px;border-radius:50%;color:var(--ink)}.icon-btn:hover{background:var(--surface-soft)}.icon-btn svg{width:22px;height:22px}.badge-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:var(--danger);border-radius:50%;border:2px solid var(--surface)}.cart-badge{position:absolute;top:2px;right:2px;background:var(--danger);color:#fff;font-size:10px;font-weight:800;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-nav{display:none;gap:30px;padding:13px 40px;border-top:1px solid var(--border);justify-content:center}@media(min-width:900px){.header-nav{display:flex}}.header-nav a{font-size:13.5px;font-weight:700;color:#c7c7d1;position:relative;padding-bottom:2px}.header-nav a:hover{color:var(--brand-dark)}.header-nav a.sale{color:var(--danger)}.ph{background:#1c1c20;display:flex;align-items:center;justify-content:center}.ph svg{width:44%;height:44%;color:#55555d}.hero-wrap{padding:20px 24px 0}@media(min-width:750px){.hero-wrap{padding:32px 40px 0}}.hero{border-radius:var(--r-lg);overflow:hidden;background:linear-gradient(120deg,#0f0f1a 45%,#2d3561);position:relative;min-height:280px;display:flex;align-items:center;padding:40px}@media(min-width:750px){.hero{min-height:420px;padding:64px}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.35}.hero__content{position:relative;z-index:2;max-width:520px}.htag{font-size:11px;font-weight:800;color:#8fa3f5;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px;display:block}.htitle{font-family:var(--font-display);font-size:36px;font-weight:800;color:#fff;line-height:1.08;margin-bottom:16px}@media(min-width:750px){.htitle{font-size:54px}}.hero p{color:#ffffffb8;font-size:16px;margin-bottom:26px;max-width:400px}.trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:750px){.trust-row{grid-template-columns:repeat(4,1fr);gap:20px}}.trust-item{display:flex;align-items:center;gap:12px;ackground:#2c2c38;border-radius:var(--r-sm);padding:16px;box-shadow:var(--shadow-card)}.trust-dot{width:34px;height:34px;border-radius:50%;background:#a3e63526;color:#a3e635;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-dot svg{width:17px;height:17px}.trust-item span{font-size:12.5px;font-weight:700;color:#fff!important;line-height:1.35}.cat-browser{display:flex;background:var(--surface);border-radius:var(--r-md);overflow:hidden;box-shadow:var(--shadow-card);min-height:380px}.cat-rail{width:100px;flex-shrink:0;background:var(--bg);overflow-y:auto}@media(min-width:600px){.cat-rail{width:150px}}.cat-item{width:100%;padding:15px 6px;display:flex;flex-direction:column;align-items:center;gap:7px;cursor:pointer;border-left:3px solid transparent;font-size:11px;font-weight:700;color:#9a9aa5;text-align:center;line-height:1.25;transition:background .15s,color .15s}@media(min-width:600px){.cat-item{font-size:12.5px;padding:18px 8px}}.cat-item:hover{background:#ffffff0a}.cat-item.active{background:var(--surface);border-color:var(--brand-dark);color:var(--brand-dark)}.cat-ic{width:48px;height:48px;border-radius:14px;background:#28282e;display:flex;align-items:center;justify-content:center;transition:background .15s}.cat-ic svg{width:24px;height:24px;color:#8a8a95}@media(min-width:600px){.cat-ic{width:56px;height:56px}.cat-ic svg{width:28px;height:28px}}.cat-item.active .cat-ic{background:#22283f}.cat-item.active .cat-ic svg{color:var(--brand-dark)}.cat-content{flex:1;padding:20px 14px;overflow-y:auto;min-width:0}@media(min-width:600px){.cat-content{padding:28px}}.cat-content-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;gap:10px}.cat-content-head h3{font-size:16px;font-weight:800;color:var(--ink)}.cat-content-head a{font-size:12px;font-weight:700;color:var(--brand-dark);white-space:nowrap}.cat-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:600px){.cat-mini-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.cat-panel{display:none}.cat-panel.active{display:block}.bottom-tabs{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);display:none;justify-content:space-around;align-items:center;padding:8px 0 max(8px,env(safe-area-inset-bottom));z-index:90;box-shadow:0 -2px 14px #0006}@media(max-width:749px){.bottom-tabs{display:flex}body{padding-bottom:68px}}.bt-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:#75757e;font-size:10px;font-weight:700;position:relative;flex:1}.bt-item.active{color:var(--brand-dark)}.bt-item svg{width:21px;height:21px}.bt-badge{position:absolute;top:-3px;right:28%;background:var(--danger);color:#fff;font-size:9px;font-weight:800;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.product-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important}@media(min-width:650px){.product-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}}.pcard{background:var(--surface);border-radius:var(--r-sm);overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .2s,transform .2s}.pcard:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.pcimg{display:block!important;aspect-ratio:3/4!important;position:relative!important;background:#1c1c20!important;overflow:hidden!important;width:100%!important;height:auto!important;max-height:unset!important;min-height:unset!important}.pcimg img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block!important;padding:0!important}.pctag{position:absolute;top:6px;left:6px;background:#1a1a2e;color:#fff;font-size:9px;font-weight:800;padding:3px 7px;border-radius:5px;z-index:2}.pctag.sale{background:var(--danger)}.pcwish{position:absolute;top:6px;right:6px;width:26px;height:26px;background:#141418bf;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.pcwish svg{width:14px;height:14px;color:#f2f2f5}.pcbody{padding:8px 10px 10px!important}.pcbrand{font-size:9.5px;font-weight:800;color:var(--brand-dark);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.pcname{font-size:12px!important;font-weight:600!important;color:#fff!important;line-height:1.3!important;margin-bottom:4px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.pcname a:hover{color:var(--brand-dark)}.pcstars{font-size:11px;color:var(--warning);margin-bottom:8px}.pcstars span{color:var(--text-muted);margin-left:4px}.pcprice{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-bottom:10px}.pccurr{font-size:14px!important;font-weight:800;color:#fff}.pcog{font-size:12px;color:#ccc;text-decoration:line-through}.pcoff{font-size:11px;font-weight:800;color:var(--success)}.pcadd{width:100%;padding:9px;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;font-size:12.5px;text-align:center}.pcadd:hover{background:var(--brand-dark)}.pcadd.is-loading{opacity:.7}.pcadd.is-added{background:var(--success)}.gender-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gcard{position:relative;border-radius:var(--r-md);overflow:hidden;aspect-ratio:3/3.4;display:flex;align-items:flex-end;padding:18px;cursor:pointer}.gcard img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gcard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 45%,#000c)}.gcard span{position:relative;z-index:2;color:#fff;font-family:var(--font-display);font-weight:800;font-size:19px}@media(min-width:750px){.gcard span{font-size:24px}}.app-promo{background:var(--surface);border-radius:var(--r-lg);padding:36px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;box-shadow:var(--shadow-card)}@media(min-width:750px){.app-promo{flex-direction:row;text-align:left;justify-content:space-between;padding:44px 56px}}.app-promo h3{font-family:var(--font-display);font-size:24px;font-weight:800;color:var(--ink)}.app-promo p{color:var(--text-muted);font-size:14px;margin-top:6px;max-width:380px}.store-badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.store-badge{display:flex;align-items:center;gap:8px;background:#000;color:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 18px;font-size:12.5px;font-weight:700}.newsletter{background:linear-gradient(120deg,#0f0f1a 45%,#2d3561);border-radius:var(--r-lg);padding:44px 32px;text-align:center;color:#fff}.newsletter h2{font-family:var(--font-display);font-size:26px;font-weight:800;margin-bottom:10px}@media(min-width:750px){.newsletter h2{font-size:32px}}.newsletter p{color:#ffffffb3;margin-bottom:22px}.newsletter form{display:flex;gap:10px;max-width:420px;margin:0 auto;background:#fff;border-radius:14px;padding:6px}.newsletter input{flex:1;border:none;background:transparent;padding:12px 16px;font-size:14px;color:#1a1a2e;min-width:0}.newsletter form button{background:var(--brand);color:#fff;border-radius:10px;padding:12px 22px;font-weight:700;font-size:13px}.newsletter .form-success,.newsletter .form-error{margin-top:12px;font-size:13px}.site-footer{background:#08080a;color:#ffffffd9;padding:64px 0 28px;margin-top:20px}.footer-grid{display:grid;gap:36px;grid-template-columns:1fr;margin-bottom:44px}@media(min-width:750px){.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr}}.footer-logo{font-family:var(--font-display);font-size:22px;font-weight:800;color:#fff;margin-bottom:10px}.footer-col h4{font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px;font-size:13.5px}.footer-col a:hover{color:#8fa3f5}.footer-bottom{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;padding-top:26px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#ffffff80}@media(min-width:750px){.footer-bottom{flex-direction:row;justify-content:space-between}}.overlay-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden}.overlay-root[data-open=true]{visibility:visible}.overlay-root__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;opacity:0;transition:opacity .25s}.overlay-root[data-open=true] .overlay-root__bg{opacity:1}.mnav-panel{position:absolute;top:0;left:0;height:100%;width:min(30rem,84%);background:var(--surface);padding:24px;transform:translate(-100%);transition:transform .3s;overflow-y:auto}.overlay-root[data-open=true] .mnav-panel{transform:translate(0)}.mnav-panel a{font-family:var(--font-display);font-size:21px;font-weight:700;padding:9px 0;display:block;color:var(--ink)}.cart-panel{position:absolute;top:0;right:0;height:100%;width:min(420px,92%);background:var(--surface);transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column}.overlay-root[data-open=true] .cart-panel{transform:translate(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--border)}.cart-items{flex:1;overflow-y:auto;padding:6px 22px}.cart-line{display:grid;grid-template-columns:68px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid var(--border);align-items:start}.cart-line img{width:68px;height:68px;border-radius:12px;object-fit:cover;background:#1c1c20}.cart-line-remove{font-size:11px;font-weight:700;color:var(--danger);margin-top:6px}.cart-qty{display:flex;align-items:center;gap:8px}.cart-qty button{width:24px;height:24px;border-radius:6px;background:var(--surface-soft)}.cart-empty{padding:40px 0;text-align:center;color:var(--text-muted);font-size:14px}.cart-foot{padding:20px 22px;border-top:1px solid var(--border)}.subtotal-row{display:flex;justify-content:space-between;font-weight:800;font-size:17px;margin-bottom:14px}.product-main-grid .pcimg{height:auto!important;max-height:600px!important;aspect-ratio:3/4!important}.product-main-grid .pcimg img{object-fit:contain!important;object-position:center center!important;height:100%!important;width:100%!important;padding:0!important}.product-main-grid .pcimg img .is-selected{background:#ffffff26!important;border-color:#fff!important;color:#fff!important}.product-main-grid .pcimg img .swatch-btn.is-selected{outline:2px solid #ffffff;outline-offset:2px}.product-main-grid .pcimg img button[data-option-value]{color:#fff!important;background:transparent!important}.product-main-grid .pcimg img .menu-toggle{background:transparent!important;border:none!important}.product-main-grid .pcimg img .mnav-panel button svg,.product-main-grid .pcimg img .mnav-panel .icon-btn svg{stroke:#fff!important;fill:#fff!important}.product-main-grid .pcimg img .menu-toggle span{height:3px!important;width:24px!important;background:#fff!important}.product-main-grid .pcimg img .menu-toggle span{background:#fff!important;opacity:1!important}.product-main-grid .pcimg img .header-top button{color:#fff!important}.product-main-grid .pcimg img .icon-btn svg{stroke:#fff!important;color:#fff!important}.product-main-grid .pcimg img .menu-toggle span{background:#fff!important}.product-main-grid .pcimg img .mnav-panel a,.product-main-grid .pcimg img .mnav-panel button{color:#fff!important}.product-main-grid .pcimg img .mnav-panel button svg{stroke:#fff!important;fill:none!important}.product-main-grid .pcimg img predictive-search.search-bar form input[type=search]{color:#fff!important;caret-color:#fff!important}.product-main-grid .pcimg img predictive-search.search-bar form input[type=search]::placeholder{color:#fff9!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
