/*! SX Engine lightweight shell — generated from final cascade; editorial/account/tracking routes only. */
:root{--sxe-primary:#111827;--sxe-primary-h:#374151;--sxe-accent:#6366f1;--sxe-accent-h:#4f46e5;--sxe-success:#10b981;--sxe-error:#ef4444;--sxe-text:#111827;--sxe-muted:#6b7280;--sxe-border:#e5e7eb;--sxe-bg:#ffffff;--sxe-bg2:#f9fafb;--sxe-radius:8px;--sxe-shadow:0 1px 3px rgba(0,0,0,.1);--sxe-tr:.2s ease;--sxe-columns:4;--sxe-max:1200px}.sxe-main{flex:1;width:100%;max-width:var(--sxe-max);margin:0 auto;padding:40px 24px}.sxe-empty{text-align:center;padding:60px 24px;color:var(--sxe-muted)}.sxe-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:none;border-radius:var(--sxe-radius);font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:all var(--sxe-tr);line-height:1}.sxe-btn--primary,.sxe-btn-add{background:var(--sxe-primary);color:#fff}.sxe-btn--primary:hover,.sxe-btn-add:hover{background:var(--sxe-primary-h)}.sxe-btn--accent{background:var(--sxe-accent);color:#fff}.sxe-btn--accent:hover{background:var(--sxe-accent-h)}.sxe-btn--outline{background:#fff0;border:2px solid var(--sxe-border);color:var(--sxe-text)}.sxe-btn--outline:hover{border-color:var(--sxe-primary)}.sxe-btn--full{width:100%}.sxe-btn:disabled,.sxe-btn.disabled{opacity:.45;cursor:not-allowed}.sxe-spinner{animation:sxe-spin 1s linear infinite;width:20px;height:20px}@keyframes sxe-spin{to{transform:rotate(360deg)}}.sxe-header{background:var(--sxe-bg);border-bottom:0;position:static!important;top:auto!important;z-index:auto!important;overflow:visible!important}.sxe-hdr__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.sxe-hdr__logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:var(--sxe-text);text-decoration:none}.sxe-hdr__logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.sxe-hdr__nav{display:flex;align-items:center;gap:32px}.sxe-hdr__nav a{color:var(--sxe-muted);text-decoration:none;font-weight:500;font-size:15px;transition:color var(--sxe-tr);position:relative}.sxe-hdr__nav a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--sxe-accent);transition:width var(--sxe-tr)}.sxe-hdr__nav a:hover{color:var(--sxe-text)}.sxe-hdr__nav a:hover::after{width:100%}.sxe-hdr__actions{display:flex;align-items:center;gap:16px}.sxe-hdr__icon{background:none;border:none;padding:8px;cursor:pointer;color:var(--sxe-muted);transition:color var(--sxe-tr);display:flex;text-decoration:none}.sxe-hdr__icon:hover{color:var(--sxe-text)}.sxe-hdr__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px;cursor:pointer}.sxe-hdr__hamburger span{width:22px;height:2px;background:var(--sxe-text);transition:all var(--sxe-tr)}.sxe-hdr__search-trigger{position:relative;border-radius:999px;width:42px;height:42px;justify-content:center;align-items:center;background:#fff0;color:#64748b}.sxe-hdr__search-trigger:hover,.sxe-hdr__search-trigger[aria-expanded="true"]{background:#f1f5f9;color:#0f172a;box-shadow:inset 0 0 0 1px rgb(99 102 241 / .10)}.sxe-hdr__search[hidden]{display:none!important}.sxe-hdr__search{position:fixed;inset:0;z-index:8999;display:flex;align-items:flex-start;justify-content:center;padding:clamp(72px,10vh,116px) 18px 24px;background:rgb(15 23 42 / .28);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.sxe-hdr__search-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgb(124 58 237 / .22),transparent 42%),rgb(15 23 42 / .18)}.sxe-hdr__search-panel{position:relative;width:min(760px,100%);background:rgb(255 255 255 / .94);border:1px solid rgb(255 255 255 / .72);border-radius:26px;box-shadow:0 28px 80px rgb(15 23 42 / .28),0 4px 22px rgb(99 102 241 / .10);padding:24px;overflow:hidden;animation:sxe-search-pop .18s ease-out}.sxe-hdr__search-panel::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899)}@keyframes sxe-search-pop{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.sxe-hdr__search-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:0;border-radius:999px;background:#f8fafc;color:#64748b;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .16s ease}.sxe-hdr__search-close:hover{background:#eef2ff;color:#111827;transform:rotate(90deg)}.sxe-hdr__search-head{padding:8px 44px 18px 2px;text-align:left}.sxe-hdr__search-eyebrow{margin:0 0 8px;color:#6366f1;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sxe-hdr__search-head h2{margin:0;color:#0f172a;font-size:clamp(24px,4vw,38px);line-height:1.08;letter-spacing:-.04em}.sxe-hdr__search-head p:not(.sxe-hdr__search-eyebrow){margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.55}.sxe-hdr__search-form{display:flex;align-items:center;gap:10px;max-width:none;margin:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:8px;box-shadow:0 12px 34px rgb(15 23 42 / .08)}.sxe-hdr__search-form:focus-within{border-color:rgb(99 102 241 / .68);box-shadow:0 0 0 4px rgb(99 102 241 / .12),0 16px 40px rgb(15 23 42 / .10)}.sxe-hdr__search-form-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#f5f3ff;color:#6366f1;flex:0 0 auto}.sxe-hdr__search-form input{flex:1;min-width:0;padding:13px 2px;border:0!important;border-radius:0!important;font-size:16px;outline:none;background:#fff0;color:#0f172a;font-weight:600;box-shadow:none!important}.sxe-hdr__search-form input::placeholder{color:#94a3b8;font-weight:500}.sxe-hdr__search-form button{padding:14px 22px;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border:0;border-radius:14px;font-weight:800;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;box-shadow:0 10px 24px rgb(99 102 241 / .25)}.sxe-hdr__search-form button:hover{background:linear-gradient(135deg,#4f46e5,#6d28d9);box-shadow:0 12px 28px rgb(99 102 241 / .32)}.sxe-hdr__search-form button:active{transform:translateY(1px) scale(.98)}.sxe-hdr-c__live{max-width:none;margin:14px 0 0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 18px 45px rgb(15 23 42 / .10);overflow:hidden;max-height:min(52vh,520px);overflow-y:auto}.sxe-hdr-c__live[hidden]{display:none!important}.sxe-hdr-c__live-item{display:flex;gap:14px;align-items:center;padding:12px 14px;text-decoration:none;color:var(--sxe-text);border-bottom:1px solid #f1f5f9;transition:background .12s ease,transform .12s ease}.sxe-hdr-c__live-item:last-child{border-bottom:0}.sxe-hdr-c__live-item:hover{background:#f8fafc;transform:translateX(2px)}.sxe-hdr-c__live-img{width:58px;height:58px;border-radius:14px;object-fit:cover;background:#f1f5f9;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgb(15 23 42 / .04)}.sxe-hdr-c__live-title{font-size:14px;font-weight:800;margin:0;line-height:1.28;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sxe-hdr-c__live-price{font-size:13px;font-weight:900;color:#635bff;margin:5px 0 0}.sxe-hdr-c__live-empty{padding:18px 16px;font-size:14px;color:#64748b;text-align:center}.sxe-hdr__search-hints{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.sxe-hdr__search-hints span{font-size:12px;font-weight:800;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px}body.sxe-search-open{overflow:hidden}@media(max-width:640px){.sxe-hdr__search{padding:70px 12px 16px;align-items:flex-start}.sxe-hdr__search-panel{border-radius:22px;padding:18px}.sxe-hdr__search-head{padding-right:38px}.sxe-hdr__search-form{gap:6px;padding:6px;border-radius:16px}.sxe-hdr__search-form-icon{width:38px;height:38px;border-radius:12px}.sxe-hdr__search-form input{font-size:15px;padding:11px 0}.sxe-hdr__search-form button{padding:12px 14px;border-radius:12px}.sxe-hdr-c__live-img{width:52px;height:52px;border-radius:12px}.sxe-hdr-c__live{max-height:50vh}.sxe-hdr__search-hints{display:none}}.sxe-drawer{position:fixed;inset:0;z-index:300}.sxe-drawer__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .5)}.sxe-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:320px;max-width:85vw;background:var(--sxe-bg);display:flex;flex-direction:column;box-shadow:4px 0 24px rgb(0 0 0 / .15)}.sxe-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--sxe-border);font-weight:700;font-size:18px}.sxe-drawer__close{background:none;border:none;font-size:28px;cursor:pointer;color:var(--sxe-muted);padding:0}.sxe-drawer__nav{display:flex;flex-direction:column;padding:24px}.sxe-drawer__nav a{padding:14px 0;color:var(--sxe-text);text-decoration:none;font-weight:500;font-size:16px;border-bottom:1px solid var(--sxe-border)}.sxe-drawer__nav hr{border:none;border-top:1px solid var(--sxe-border);margin:8px 0}@media(max-width:968px){.sxe-hdr__nav{display:none}.sxe-hdr__hamburger{display:flex}}.sxe-footer{background:#050505;color:#fff;margin-top:auto}.sxe-ftr{padding:0;background:#050505}.sxe-ftr__wrap{max-width:1280px;padding:26px 24px 32px}.sxe-ftr__grid--ref{display:grid;grid-template-columns:1fr 1fr 1fr;gap:72px;align-items:start}.sxe-ftr__col{min-width:0}.sxe-ftr__title{margin:0 0 26px;font-size:18px;line-height:1.1;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#fff;font-family:var(--sxe-font-title);font-optical-sizing:auto;font-variation-settings:"SOFT" 0,"WONK" 0}.sxe-ftr__list{list-style:none;padding:0;margin:0}.sxe-ftr__list li{margin:0 0 18px}.sxe-ftr__list a{display:inline-block;color:rgb(255 255 255 / .76);text-decoration:none;font-size:15px;line-height:1.15;font-weight:600;transition:color .2s ease,transform .2s ease}.sxe-ftr__list a:hover{color:#fff;transform:translateX(2px)}.sxe-ftr__subscribe{margin-top:42px;max-width:360px}.sxe-ftr__subheading{margin:0 0 18px;font-size:20px;line-height:1.2;font-weight:800;color:#fff;font-family:var(--sxe-font-title);font-optical-sizing:auto;font-variation-settings:"SOFT" 0,"WONK" 0}.sxe-ftr__subscribe-form{position:relative;display:flex;align-items:center;height:48px;border:1px solid rgb(255 255 255 / .3);background:#fff0}.sxe-ftr__subscribe-form input{width:100%;height:100%;border:0;outline:none;background:#fff0;padding:0 58px 0 18px;color:#fff;font-size:16px;font-weight:500}.sxe-ftr__subscribe-form input::placeholder{color:rgb(255 255 255 / .8)}.sxe-ftr__subscribe-form button{position:absolute;right:0;top:0;width:54px;height:100%;display:flex;align-items:center;justify-content:center;border:0;background:#fff0;color:#fff;cursor:pointer}.sxe-ftr__subscribe-form button svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.sxe-ftr__socialbar{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-top:28px;flex-wrap:wrap}.sxe-ftr__shop-follow{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;background:linear-gradient(90deg,#5e46ff,#6f2ef4);color:#fff;text-decoration:none;font-size:15px;font-weight:700;line-height:1;box-shadow:0 10px 24px rgb(96 74 255 / .22);transition:transform .2s ease,box-shadow .2s ease}.sxe-ftr__shop-follow:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgb(96 74 255 / .28)}.sxe-ftr__shop-follow svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sxe-ftr__socialicons{display:flex;align-items:center;gap:20px}.sxe-ftr__socialicons a{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#fff;opacity:.95;transition:opacity .2s ease,transform .2s ease}.sxe-ftr__socialicons a:hover{opacity:1;transform:translateY(-1px)}.sxe-ftr__socialicons svg{width:18px;height:18px;fill:currentColor}@media(max-width:1024px){.sxe-ftr__grid--ref{gap:48px}}@media(max-width:820px){.sxe-ftr__wrap{padding:26px 20px 28px}.sxe-ftr__grid--ref{grid-template-columns:1fr;gap:34px}.sxe-ftr__title{margin-bottom:18px}.sxe-ftr__subscribe{margin-top:26px;max-width:none}.sxe-ftr__socialbar{justify-content:flex-start;gap:18px;margin-top:18px}}@media(max-width:480px){.sxe-ftr__title{font-size:17px}.sxe-ftr__subheading{font-size:18px}.sxe-ftr__list a{font-size:14px}.sxe-ftr__socialicons{gap:16px;flex-wrap:wrap}}.sxe-pdp__badges .sxe-badges{position:static;flex-direction:row}.sxe-pdp__buynow .sxe-btn-buy{width:100%;background:var(--sxe-bg2);color:var(--sxe-text)}.sxe-pdp__buynow .sxe-btn-buy:hover{background:#e5e7eb}.sxe-pdp__buynow .sxe-btn-buy.disabled{opacity:.45;cursor:not-allowed}.sxe-main-image{position:relative;aspect-ratio:1;border-radius:var(--sxe-radius);overflow:hidden;background:var(--sxe-bg2);margin-bottom:12px}.sxe-main-image img{width:100%;height:100%;object-fit:cover}.sxe-add-to-cart .sxe-btn{flex:1}.sxe-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:5;max-width:calc(50% - 14px)}.sxe-cart-icon{position:relative;display:flex;align-items:center;color:var(--sxe-muted);text-decoration:none;transition:color var(--sxe-tr)}.sxe-cart-icon:hover{color:var(--sxe-text)}@keyframes sxe-bounce{0%,100%{transform:scale(1)}50%{transform:scale(1.35)}}.sxe-mini-cart{position:fixed;inset:0;z-index:1000}.sxe-mini-cart-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .5)}.sxe-mini-cart-panel{position:absolute;top:0;right:0;bottom:0;width:400px;max-width:100%;background:var(--sxe-bg);display:flex;flex-direction:column;box-shadow:-2px 0 24px rgb(0 0 0 / .12)}.sxe-mini-cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--sxe-border)}.sxe-mini-cart-header h3{margin:0;font-size:18px}.sxe-mini-cart-close{background:none;border:none;font-size:28px;cursor:pointer}.sxe-mini-cart-items{flex:1;overflow-y:auto;padding:16px 24px}.sxe-mini-cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--sxe-border)}.sxe-mini-cart-item-img{width:60px;height:60px;object-fit:cover;border-radius:6px}.sxe-mini-cart-item-info{flex:1}.sxe-mini-cart-item-info h4{margin:0 0 4px;font-size:14px}.sxe-mini-cart-item-info p{margin:0;font-size:13px;color:var(--sxe-muted)}.sxe-mini-cart-footer{padding:16px 24px;border-top:1px solid var(--sxe-border)}.sxe-mini-cart-subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:16px}.sxe-mini-cart-footer .sxe-btn{width:100%;margin-bottom:8px}.sxe-account{max-width:1000px;margin:0 auto}.sxe-account-nav{display:flex;gap:24px;border-bottom:1px solid var(--sxe-border);margin-bottom:32px}.sxe-account-nav a,.sxe-account-nav [data-sxe-logout]{appearance:none;background:none;border:0;border-bottom:2px solid #fff0;border-radius:0;margin:0;padding:16px 0;color:var(--sxe-muted);text-decoration:none;font:inherit;font-weight:500;cursor:pointer}.sxe-account-nav a.active,.sxe-account-nav a:hover,.sxe-account-nav a:focus-visible,.sxe-account-nav [data-sxe-logout]:hover,.sxe-account-nav [data-sxe-logout]:focus-visible{color:var(--sxe-text);border-bottom-color:var(--sxe-accent)}.sxe-login-form{max-width:400px;margin:0 auto;text-align:center}.sxe-btn-login{background:var(--sxe-primary);color:#fff;display:inline-block;margin-top:16px}.sxe-404{text-align:center;padding:80px 24px}.sxe-404 h1{font-size:120px;font-weight:800;margin:0;line-height:1;color:var(--sxe-border)}.sxe-404 p{font-size:18px;color:var(--sxe-muted);margin:16px 0 32px}@media(max-width:768px){.sxe-hdr__inner{height:60px}.sxe-add-to-cart .sxe-btn{width:100%}.sxe-main{padding:24px 16px}}.sxe-main-image{position:relative;width:100%;aspect-ratio:1/1;border-radius:var(--sxe-radius);overflow:hidden;background:var(--sxe-bg2)}.sxe-main-image img{width:100%;height:100%;object-fit:contain;display:block}.sxe-main-image::before{content:none}.sxe-main-image img[src]{position:relative;z-index:1}.sxe-btn,.sxe-bb__atc,.sxe-bb__buy,.sxe-btn--primary{transition:background .1s ease,opacity .1s ease,transform .1s ease;will-change:transform}.sxe-btn:active:not(:disabled),.sxe-bb__atc:active:not(:disabled),.sxe-bb__buy:active:not(:disabled){transform:scale(.97)}.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{max-width:1200px;padding-inline:clamp(16px,4vw,56px)}.sxe-product-images,.sxe-main-image{touch-action:pan-y;overscroll-behavior:contain}.sxe-main-image img{-webkit-user-drag:none;user-select:none}@media(max-width:968px){.sxe-main{padding:24px 16px}.sxe-main-image{border-radius:14px;max-width:100%}}@media(max-width:420px){.sxe-main{padding-inline:12px}}.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{max-width:1200px;padding-inline:clamp(16px,4vw,56px);overflow-x:hidden}@media(max-width:520px){.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{padding-inline:12px;padding-top:18px}}.sxe-hdr__search{z-index:8999}.sxe-hdr__search-panel{width:min(680px,100%);padding:18px;border-radius:22px}.sxe-hdr__search-head--minimal{padding:4px 44px 12px 2px}.sxe-hdr__search-head--minimal h2{font-size:clamp(18px,2.8vw,24px);letter-spacing:-.025em}.sxe-hdr__search-head--minimal .sxe-hdr__search-eyebrow{margin-bottom:5px}.sxe-hdr__search-form{border-radius:16px}.sxe-hdr-c__live-seeall{justify-content:center;background:#f8fafc;font-weight:900;color:#4f46e5}.sxe-hdr-c__live-seeall .sxe-hdr-c__live-title{color:#4f46e5;text-align:center}body.sxe-search-open .pdp6__mbar{transform:translateY(100%)!important;pointer-events:none}@media(max-width:640px){.sxe-hdr__search-panel{padding:16px;border-radius:20px}.sxe-hdr__search-head--minimal{padding-bottom:10px}.sxe-hdr__search-head--minimal h2{font-size:18px}.sxe-hdr__search-form button{font-size:0;width:44px;padding:0}.sxe-hdr__search-form button::before{content:"→";font-size:18px}.sxe-hdr-c__live{max-height:56vh}}.sxe-tpl-single_product,.sxe-single-product,.sxe-tpl-single_product .sxe-page,.sxe-single-product .sxe-page,.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{overflow:visible!important}.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{max-width:1200px;padding-inline:clamp(16px,4vw,56px)}.pdp6__info .sxe-vendor,.pdp6__info .sxe-badges{display:none!important}@media(max-width:968px){.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{overflow-x:clip!important}}.pdp6__info .sxe-add-to-cart .sxe-btn{width:100%!important;min-height:46px!important}.pdp6__info .sxe-buy-now .sxe-btn,.pdp6__info .sxe-buy-now shop-pay-button{width:100%!important;min-width:0!important;min-height:44px!important;display:block!important}@media(max-width:520px){.pdp6__info .sxe-add-to-cart .sxe-btn,.pdp6__info .sxe-buy-now .sxe-btn,.pdp6__info .sxe-buy-now shop-pay-button{min-height:42px!important}}.sxe-tpl-single_product .sxe-main,.sxe-single-product .sxe-main{padding-top:clamp(12px,1.6vh,20px)!important}.sxe-hdr{background:rgb(255 255 255 / .96);border-bottom:1px solid rgb(226 232 240 / .9);backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);position:relative;z-index:1200}.sxe-hdr__inner{height:64px!important;gap:14px!important;min-width:0!important}.sxe-hdr__logo{min-width:0!important;max-width:min(360px,44vw)!important;gap:10px!important;letter-spacing:-.035em!important}.sxe-hdr__logo-icon{width:38px!important;height:38px!important;border-radius:11px!important;box-shadow:0 8px 20px rgb(99 102 241 / .22)!important;flex:0 0 auto!important}.sxe-hdr__logo-text{display:inline-block!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(18px,1.65vw,22px)!important;line-height:1.08!important;font-weight:850!important;color:#071121!important;letter-spacing:-.04em!important}.sxe-hdr__nav{position:absolute!important;left:50%!important;transform:translateX(-50%)!important;gap:18px!important;max-width:36vw!important;overflow:hidden!important;white-space:nowrap!important}.sxe-hdr__nav a{font-size:14px!important;font-weight:650!important;color:#475569!important}.sxe-hdr__actions{gap:7px!important;flex:0 0 auto!important;margin-left:auto!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:40px!important;height:40px!important;border-radius:12px!important;align-items:center!important;justify-content:center!important;color:#64748b!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.sxe-hdr__icon:hover,.sxe-cart-icon:hover,.sxe-hdr__hamburger:hover{background:#f1f5f9!important;color:#0f172a!important;transform:translateY(-1px)!important}.sxe-hdr__cart{display:flex!important;align-items:center!important;justify-content:center!important}.sxe-hdr__hamburger{gap:4px!important}.sxe-hdr__hamburger span{width:22px!important;height:2.5px!important;border-radius:999px!important;background:#0f172a!important}@media (prefers-reduced-motion:no-preference){.sxe-hdr__logo-text{border-right:2px solid rgb(99 102 241 / .7);animation:sxe-title-type .95s steps(18,end) .18s both,sxe-title-caret .55s step-end 4 forwards!important}@keyframes sxe-title-type{from{max-width:0}to{max-width:100%}}@keyframes sxe-title-caret{0%,100%{border-color:#fff0}50%{border-color:rgb(99 102 241 / .75)}}}@media (prefers-reduced-motion:reduce){.sxe-hdr__logo-text{border-right:0!important;animation:none!important}}@media (max-width:968px){.sxe-hdr__nav{display:none!important}.sxe-hdr__inner{position:relative!important;height:68px!important}.sxe-hdr__logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;justify-content:center!important;max-width:calc(100vw - 230px)!important;text-align:center!important;gap:8px!important}.sxe-hdr__logo-icon{width:42px!important;height:42px!important;border-radius:13px!important}.sxe-hdr__logo-text{font-size:clamp(17px,4.7vw,24px)!important;text-align:center!important;letter-spacing:-.045em!important}.sxe-hdr__actions{margin-left:auto!important;gap:4px!important;position:relative!important;z-index:2!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:38px!important;height:38px!important}}@media (max-width:520px){.sxe-hdr__inner{height:66px!important}.sxe-hdr__logo{max-width:calc(100vw - 206px)!important;gap:7px!important}.sxe-hdr__logo-icon{width:38px!important;height:38px!important}.sxe-hdr__logo-text{font-size:clamp(16px,5.2vw,21px)!important}.sxe-hdr__actions{gap:2px!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:36px!important;height:36px!important;padding:6px!important}}@media (max-width:380px){.sxe-hdr__logo{max-width:calc(100vw - 190px)!important}.sxe-hdr__logo-text{font-size:clamp(14px,4.8vw,18px)!important}.sxe-hdr__logo-icon{display:none!important}}.sxe-hdr{background:rgb(255 255 255 / .96)!important;border-bottom:1px solid rgb(226 232 240 / .86)!important;backdrop-filter:saturate(170%) blur(12px)!important;-webkit-backdrop-filter:saturate(170%) blur(12px)!important;position:relative!important;z-index:1300!important}.sxe-hdr__inner{height:62px!important;display:grid!important;grid-template-columns:minmax(210px,auto) 1fr auto!important;align-items:center!important;gap:18px!important;min-width:0!important}.sxe-hdr__logo{position:static!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-self:start!important;min-width:0!important;max-width:280px!important;color:#0f172a!important;text-decoration:none!important;gap:10px!important;letter-spacing:-.04em!important;z-index:2!important}.sxe-hdr__logo-icon{width:38px!important;height:38px!important;border-radius:12px!important;box-shadow:0 9px 24px rgb(99 102 241 / .22)!important;flex:0 0 auto!important}.sxe-hdr__logo-text{display:inline-block!important;max-width:210px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:clamp(18px,1.45vw,22px)!important;font-weight:850!important;line-height:1.05!important;color:#071121!important;letter-spacing:-.045em!important;border-right:0!important;animation:none!important}.sxe-hdr__nav{position:static!important;transform:none!important;display:flex!important;justify-self:center!important;align-items:center!important;max-width:min(720px,54vw)!important;overflow:visible!important;white-space:nowrap!important;z-index:5!important}.sxe-hdr__nav-list{list-style:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;margin:0!important;padding:0!important}.sxe-hdr__nav-item{position:relative!important;display:flex!important;align-items:center!important}.sxe-hdr__nav-link{display:inline-flex!important;align-items:center!important;gap:5px!important;height:38px!important;padding:0 10px!important;border-radius:999px!important;color:#475569!important;text-decoration:none!important;font-size:13px!important;font-weight:750!important;letter-spacing:-.01em!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.sxe-hdr__nav-link::after{display:none!important}.sxe-hdr__nav-link:hover,.sxe-hdr__nav-item:focus-within>.sxe-hdr__nav-link,.sxe-hdr__nav-item:hover>.sxe-hdr__nav-link{background:#f1f5f9!important;color:#0f172a!important;transform:translateY(-1px)!important}.sxe-hdr__nav-caret{width:13px!important;height:13px!important;transition:transform .16s ease!important;opacity:.7!important}.sxe-hdr__nav-item:hover .sxe-hdr__nav-caret,.sxe-hdr__nav-item:focus-within .sxe-hdr__nav-caret{transform:rotate(180deg)!important}.sxe-hdr__submenu{position:absolute!important;top:calc(100% + 10px)!important;left:50%!important;transform:translateX(-50%) translateY(8px) scale(.98)!important;min-width:220px!important;background:rgb(255 255 255 / .98)!important;border:1px solid rgb(226 232 240 / .95)!important;border-radius:18px!important;padding:8px!important;box-shadow:0 24px 60px rgb(15 23 42 / .16),0 4px 14px rgb(15 23 42 / .06)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.sxe-hdr__submenu::before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:-12px!important;height:12px!important}.sxe-hdr__nav-item:hover>.sxe-hdr__submenu,.sxe-hdr__nav-item:focus-within>.sxe-hdr__submenu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0) scale(1)!important}.sxe-hdr__submenu-link{display:flex!important;align-items:center!important;min-height:40px!important;padding:10px 12px!important;border-radius:12px!important;text-decoration:none!important;color:#334155!important;font-size:14px!important;font-weight:700!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.sxe-hdr__submenu-link:hover{background:#f5f3ff!important;color:#4f46e5!important;transform:translateX(2px)!important}.sxe-hdr__actions{justify-self:end!important;margin-left:0!important;display:flex!important;align-items:center!important;gap:7px!important;position:relative!important;z-index:8!important}.sxe-hdr__actions a[href*="account"],.sxe-hdr__actions [aria-label*="Account"],.sxe-hdr-c__actions a[href*="account"],.sxe-hdr-c__actions [aria-label*="Account"]{display:none!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:40px!important;height:40px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#64748b!important;background:transparent!important;border:0!important;padding:0!important;transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease!important}.sxe-hdr__icon svg,.sxe-cart-icon svg{width:22px!important;height:22px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.sxe-hdr__icon:hover,.sxe-cart-icon:hover,.sxe-hdr__hamburger:hover{background:#f1f5f9!important;color:#0f172a!important;transform:translateY(-1px)!important;box-shadow:inset 0 0 0 1px rgb(148 163 184 / .12)!important}.sxe-hdr__hamburger{display:none!important;flex-direction:column!important;gap:5px!important;cursor:pointer!important}.sxe-hdr__hamburger span{width:23px!important;height:2.2px!important;border-radius:999px!important;background:currentColor!important;transition:transform .18s ease,opacity .18s ease!important}.sxe-hdr__hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}.sxe-hdr__hamburger[aria-expanded="true"] span:nth-child(2){opacity:0!important}.sxe-hdr__hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}.sxe-cart-icon__count{top:2px!important;right:2px!important;min-width:17px!important;height:17px!important;font-size:10px!important;border:2px solid #fff!important}@media (max-width:968px){.sxe-hdr__inner{height:64px!important;grid-template-columns:88px minmax(0,1fr) 88px!important;gap:6px!important;position:relative!important;padding-left:0!important;padding-right:0!important}.sxe-hdr__nav{display:none!important}.sxe-hdr__hamburger{display:inline-flex!important;grid-column:1!important;justify-self:start!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;z-index:10!important;margin-left:0!important}.sxe-hdr__logo{grid-column:2!important;justify-self:center!important;justify-content:center!important;max-width:100%!important;text-align:center!important;gap:0!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;z-index:3!important;overflow:hidden!important}.sxe-hdr__logo-icon{display:none!important}.sxe-hdr__logo-text{display:inline-block!important;max-width:min(46vw,230px)!important;text-align:center!important;font-size:clamp(20px,5.7vw,28px)!important;line-height:1.02!important;font-weight:900!important;letter-spacing:-.055em!important;text-overflow:clip!important;clip-path:inset(0 100% 0 0)!important;border-right:2px solid rgb(99 102 241 / .78)!important;padding-right:2px!important}.sxe-hdr__actions{grid-column:3!important;justify-self:end!important;gap:2px!important;margin-left:0!important;z-index:9!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:40px!important;height:40px!important;border-radius:13px!important}}@media (max-width:520px){.sxe-hdr__inner{height:62px!important;grid-template-columns:78px minmax(0,1fr) 78px!important}.sxe-hdr__logo-text{max-width:48vw!important;font-size:clamp(19px,6vw,27px)!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:38px!important;height:38px!important}.sxe-hdr__icon svg,.sxe-cart-icon svg{width:21px!important;height:21px!important}.sxe-hdr__hamburger span{width:22px!important}}@media (max-width:380px){.sxe-hdr__inner{grid-template-columns:70px minmax(0,1fr) 70px!important}.sxe-hdr__logo-text{max-width:45vw!important;font-size:clamp(17px,5.6vw,23px)!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:34px!important;height:34px!important}}@media (prefers-reduced-motion:no-preference){@media (max-width:968px){.sxe-hdr__logo-text{animation:sxe-title-erase-type 5.2s steps(18,end) infinite,sxe-title-caret-loop .72s step-end infinite!important}}@keyframes sxe-title-erase-type{0%,8%{clip-path:inset(0 100% 0 0)}38%,62%{clip-path:inset(0 0 0 0)}92%,100%{clip-path:inset(0 100% 0 0)}}@keyframes sxe-title-caret-loop{0%,100%{border-color:#fff0}50%{border-color:rgb(99 102 241 / .78)}}}@media (prefers-reduced-motion:reduce){.sxe-hdr__logo-text{clip-path:none!important;border-right:0!important;animation:none!important}}.sxe-drawer{position:fixed!important;inset:0!important;z-index:9000!important}.sxe-drawer[hidden]{display:none!important}.sxe-drawer__overlay{position:absolute!important;inset:0!important;background:rgb(15 23 42 / .44)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;animation:sxe-drawer-fade .18s ease both!important}.sxe-drawer__panel{position:absolute!important;top:0!important;left:0!important;bottom:0!important;width:min(360px,88vw)!important;background:rgb(255 255 255 / .98)!important;display:flex!important;flex-direction:column!important;box-shadow:18px 0 60px rgb(15 23 42 / .22)!important;border-right:1px solid rgb(226 232 240 / .92)!important;animation:sxe-drawer-slide .22s cubic-bezier(.22,.9,.24,1) both!important;overflow:hidden!important}@keyframes sxe-drawer-fade{from{opacity:0}to{opacity:1}}@keyframes sxe-drawer-slide{from{transform:translateX(-18px);opacity:.7}to{transform:translateX(0);opacity:1}}.sxe-drawer__head{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:20px 20px 16px!important;border-bottom:1px solid #eef2f7!important;font-size:18px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important}.sxe-drawer__brand{font-weight:900!important;color:#0f172a!important;letter-spacing:-.04em!important;font-size:22px!important}.sxe-drawer__close{width:38px!important;height:38px!important;border:0!important;border-radius:999px!important;background:#f8fafc!important;color:#64748b!important;font-size:26px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.sxe-drawer__close:hover{background:#eef2ff!important;color:#4f46e5!important;transform:rotate(90deg)!important}.sxe-drawer__nav{display:block!important;padding:14px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.sxe-drawer__menu{display:flex!important;flex-direction:column!important;gap:6px!important}.sxe-drawer__solo,.sxe-drawer__main-link{display:flex!important;align-items:center!important;min-height:48px!important;width:100%!important;padding:13px 14px!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#0f172a!important;text-align:left!important;text-decoration:none!important;font-family:inherit!important;font-weight:800!important;font-size:15px!important;letter-spacing:-.01em!important;cursor:pointer!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.sxe-drawer__solo:hover,.sxe-drawer__main-link:hover{background:#f5f3ff!important;color:#4f46e5!important;transform:translateX(2px)!important}.sxe-drawer__group{border:1px solid #eef2f7!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}.sxe-drawer__row{display:grid!important;grid-template-columns:1fr 48px!important;align-items:center!important;gap:0!important}.sxe-drawer__toggle{width:42px!important;height:42px!important;margin-right:6px!important;border:0!important;border-radius:13px!important;background:#f8fafc!important;color:#64748b!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.sxe-drawer__toggle:hover{background:#eef2ff!important;color:#4f46e5!important}.sxe-drawer__toggle svg{width:17px!important;height:17px!important;transition:transform .18s ease!important}.sxe-drawer__toggle[aria-expanded="true"] svg{transform:rotate(180deg)!important}.sxe-drawer__submenu{padding:0 10px 10px 18px!important;animation:sxe-menu-down .18s ease both!important}@keyframes sxe-menu-down{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sxe-drawer__submenu a{display:flex!important;align-items:center!important;min-height:38px!important;margin:3px 0!important;padding:9px 12px!important;border:0!important;border-radius:12px!important;color:#475569!important;text-decoration:none!important;font-size:14px!important;font-weight:750!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.sxe-drawer__submenu a::before{content:""!important;width:6px!important;height:6px!important;border-radius:999px!important;background:#c7d2fe!important;margin-right:10px!important;flex:0 0 auto!important}.sxe-drawer__submenu a:hover{background:#f8fafc!important;color:#111827!important;transform:translateX(2px)!important}:root{--sxe-glass-bg:rgba(255,255,255,.78);--sxe-glass-brd:rgba(226,232,240,.72);--sxe-soft-shadow:0 20px 55px rgba(15,23,42,.08)}.sxe-hdr{position:sticky!important;top:0!important;z-index:800!important;background:rgb(255 255 255 / .82)!important;backdrop-filter:blur(18px) saturate(1.25)!important;-webkit-backdrop-filter:blur(18px) saturate(1.25)!important;border-bottom:1px solid rgb(226 232 240 / .78)!important;box-shadow:0 10px 28px rgb(15 23 42 / .035)!important}.sxe-hdr__inner{height:62px!important;display:grid!important;grid-template-columns:minmax(190px,auto) minmax(0,1fr) minmax(112px,auto)!important;align-items:center!important;gap:18px!important}.sxe-hdr__logo{min-width:0!important;display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:#0f172a!important}.sxe-hdr__logo-text{display:inline-block!important;min-width:0!important;max-width:260px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(18px,1.55vw,22px)!important;font-weight:900!important;letter-spacing:-.045em!important;line-height:1.08!important;clip-path:none!important;border-right:0!important;animation:none!important}.sxe-hdr__logo-icon{width:40px!important;height:40px!important;border-radius:13px!important;box-shadow:0 12px 26px rgb(124 58 237 / .22)!important}.sxe-hdr__nav{justify-self:center!important;min-width:0!important}.sxe-hdr__actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:40px!important;height:40px!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#64748b!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease!important}.sxe-hdr__icon:hover,.sxe-cart-icon:hover,.sxe-hdr__hamburger:hover{color:#0f172a!important;background:rgb(248 250 252 / .88)!important;box-shadow:inset 0 0 0 1px rgb(148 163 184 / .14),0 8px 20px rgb(15 23 42 / .06)!important;transform:translateY(-1px)!important}.sxe-hdr__icon svg,.sxe-cart-icon svg{width:21px!important;height:21px!important;stroke-width:2!important}.sxe-cart-icon__count{top:3px!important;right:2px!important;min-width:16px!important;height:16px!important;font-size:10px!important;border:2px solid rgb(255 255 255 / .96)!important;background:#6366f1!important}@media(max-width:968px){.sxe-hdr__inner{height:64px!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) 88px!important;gap:6px!important;position:relative!important;padding:0!important}.sxe-hdr__hamburger{display:inline-flex!important;grid-column:1!important;justify-self:start!important;width:42px!important;height:42px!important;margin-left:0!important;color:#334155!important}.sxe-hdr__hamburger span{width:22px!important;height:2.2px!important;border-radius:999px!important;background:currentColor!important}.sxe-hdr__logo{grid-column:2!important;justify-self:center!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:max-content!important;max-width:min(52vw,260px)!important;justify-content:center!important;gap:0!important;text-align:center!important;z-index:2!important}.sxe-hdr__logo-icon{display:none!important}.sxe-hdr__logo-text{display:inline-block!important;max-width:min(52vw,260px)!important;min-height:1.12em!important;text-align:center!important;font-size:clamp(18px,5.2vw,27px)!important;font-weight:900!important;letter-spacing:-.055em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;border-right:2px solid rgb(99 102 241 / .8)!important;padding-right:2px!important;clip-path:none!important;animation:sxe-title-caret-loop .75s step-end infinite!important}.sxe-hdr__actions{grid-column:3!important;justify-self:end!important;gap:4px!important;position:relative!important;z-index:3!important}.sxe-hdr__icon,.sxe-cart-icon{width:38px!important;height:38px!important;border-radius:13px!important}}@media(max-width:420px){.sxe-hdr__inner{grid-template-columns:44px minmax(0,1fr) 82px!important}.sxe-hdr__logo{max-width:50vw!important}.sxe-hdr__logo-text{max-width:50vw!important;font-size:clamp(17px,5.4vw,24px)!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{width:36px!important;height:36px!important}.sxe-hdr__actions{gap:2px!important}}@keyframes sxe-title-caret-loop{0%,100%{border-color:#fff0}50%{border-color:rgb(99 102 241 / .8)}}@media(prefers-reduced-motion:reduce){.sxe-hdr__logo-text{border-right:0!important;animation:none!important}}.sxe-drawer__overlay{background:rgb(15 23 42 / .42)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.sxe-drawer__panel{background:rgb(255 255 255 / .88)!important;backdrop-filter:blur(24px) saturate(1.25)!important;-webkit-backdrop-filter:blur(24px) saturate(1.25)!important;border-right:1px solid rgb(255 255 255 / .72)!important;box-shadow:20px 0 70px rgb(15 23 42 / .22)!important}.sxe-drawer__group,.sxe-drawer__solo{background:rgb(255 255 255 / .58)!important;border-color:rgb(226 232 240 / .72)!important;box-shadow:0 10px 26px rgb(15 23 42 / .035)!important}.sxe-hdr__search-panel,.sxe-mini-cart-panel,.sxe-mc__panel{background:rgb(255 255 255 / .86)!important;backdrop-filter:blur(24px) saturate(1.22)!important;-webkit-backdrop-filter:blur(24px) saturate(1.22)!important;border:1px solid rgb(255 255 255 / .72)!important;box-shadow:0 30px 90px rgb(15 23 42 / .18)!important}.sxe-mini-cart,.sxe-mc{opacity:0;pointer-events:none;transition:opacity .22s ease!important}.sxe-mini-cart.is-open,.sxe-mc.is-open{opacity:1;pointer-events:auto}.sxe-mini-cart-overlay,.sxe-mc__overlay{background:rgb(15 23 42 / .38)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.sxe-mini-cart-panel,.sxe-mc__panel{transform:translateX(24px);transition:transform .25s cubic-bezier(.22,.9,.24,1),opacity .22s ease!important;opacity:.92}.sxe-mini-cart.is-open .sxe-mini-cart-panel,.sxe-mini-cart.is-open .sxe-mc__panel,.sxe-mc.is-open .sxe-mc__panel{transform:translateX(0)!important;opacity:1!important}.sxe-mini-cart-item{background:rgb(255 255 255 / .58)!important;border:1px solid rgb(226 232 240 / .72)!important;border-radius:16px!important;padding:10px!important;margin-bottom:10px!important;box-shadow:0 12px 32px rgb(15 23 42 / .045)!important}.sxe-mini-cart-item-img{border-radius:12px!important}@media(prefers-reduced-motion:reduce){.sxe-mini-cart,.sxe-mc,.sxe-mini-cart-panel,.sxe-mc__panel,.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger{transition:none!important;animation:none!important}}.sxe-canvas .sxe-hdr,.sxe-canvas .sxe-header{overflow:visible!important}.sxe-canvas .sxe-hdr__inner{height:64px!important;display:grid!important;grid-template-columns:minmax(205px,auto) minmax(0,1fr) minmax(96px,auto)!important;align-items:center!important;gap:clamp(12px,1.8vw,28px)!important;padding:0!important;position:relative!important}.sxe-canvas .sxe-hdr__hamburger{display:none!important}.sxe-canvas .sxe-hdr__logo{grid-column:1!important;justify-self:start!important;position:static!important;transform:none!important;min-width:0!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important;color:#0f172a!important;text-decoration:none!important}.sxe-canvas .sxe-hdr__logo-text{max-width:170px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(18px,1.45vw,22px)!important;line-height:1!important;letter-spacing:-.035em!important}.sxe-canvas .sxe-hdr__logo-icon{flex:0 0 auto!important;width:40px!important;height:40px!important;border-radius:12px!important}.sxe-canvas .sxe-hdr__nav{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;overflow:visible!important}.sxe-canvas .sxe-hdr__nav-list{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(10px,1.45vw,24px)!important;margin:0!important;padding:0!important;list-style:none!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important}.sxe-canvas .sxe-hdr__nav-item{position:relative!important;flex:0 1 auto!important;min-width:0!important}.sxe-canvas .sxe-hdr__nav-link{display:inline-flex!important;align-items:center!important;gap:5px!important;max-width:100%!important;padding:8px 0!important;color:#475569!important;font-size:clamp(12px,1.02vw,14px)!important;line-height:1!important;font-weight:750!important;letter-spacing:-.01em!important;text-decoration:none!important;white-space:nowrap!important}.sxe-canvas .sxe-hdr__nav-caret{width:12px!important;height:12px!important;flex:0 0 auto!important;opacity:.75!important}.sxe-canvas .sxe-hdr__actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin:0!important;min-width:0!important;position:static!important;z-index:3!important}.sxe-canvas .sxe-hdr__icon,.sxe-canvas .sxe-cart-icon{width:40px!important;height:40px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;color:#64748b!important;background:transparent!important;border:0!important;padding:0!important}.sxe-canvas .sxe-hdr__icon:hover,.sxe-canvas .sxe-cart-icon:hover{color:#0f172a!important;background:rgb(248 250 252 / .96)!important;box-shadow:inset 0 0 0 1px rgb(148 163 184 / .16),0 8px 20px rgb(15 23 42 / .06)!important}@media (min-width:969px) and (max-width:1240px){.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(184px,auto) minmax(0,1fr) minmax(88px,auto)!important;gap:10px!important}.sxe-canvas .sxe-hdr__logo-text{max-width:145px!important;font-size:18px!important}.sxe-canvas .sxe-hdr__logo-icon{width:36px!important;height:36px!important}.sxe-canvas .sxe-hdr__nav-list{gap:10px!important}.sxe-canvas .sxe-hdr__nav-link{font-size:12px!important;font-weight:750!important}.sxe-canvas .sxe-hdr__nav-caret{width:10px!important;height:10px!important}.sxe-canvas .sxe-hdr__actions{gap:4px!important}.sxe-canvas .sxe-hdr__icon,.sxe-canvas .sxe-cart-icon{width:36px!important;height:36px!important;border-radius:12px!important}}@media (max-width:968px){.sxe-canvas .sxe-hdr__inner{height:64px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) 88px!important;gap:6px!important;padding:0!important}.sxe-canvas .sxe-hdr__hamburger{display:inline-flex!important;grid-column:1!important;justify-self:start!important;position:static!important;transform:none!important;width:42px!important;height:42px!important;color:#334155!important}.sxe-canvas .sxe-hdr__nav{display:none!important}.sxe-canvas .sxe-hdr__logo{grid-column:2!important;justify-self:center!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;max-width:calc(100vw - 210px)!important}.sxe-canvas .sxe-hdr__logo-text{max-width:48vw!important;text-align:center!important;font-size:clamp(18px,5.6vw,26px)!important}.sxe-canvas .sxe-hdr__actions{grid-column:3!important;justify-self:end!important;gap:4px!important}.sxe-canvas .sxe-hdr__icon,.sxe-canvas .sxe-cart-icon{width:40px!important;height:40px!important}}@media (max-width:380px){.sxe-canvas .sxe-hdr__inner{grid-template-columns:40px minmax(0,1fr) 78px!important}.sxe-canvas .sxe-hdr__logo{max-width:calc(100vw - 182px)!important}.sxe-canvas .sxe-hdr__logo-text{max-width:44vw!important;font-size:clamp(16px,5.3vw,22px)!important}.sxe-canvas .sxe-hdr__logo-icon{display:none!important}.sxe-canvas .sxe-hdr__icon,.sxe-canvas .sxe-cart-icon,.sxe-canvas .sxe-hdr__hamburger{width:36px!important;height:36px!important}}.sxe-hdr,.sxe-canvas .sxe-hdr{width:100%!important;max-width:100%!important;overflow:visible!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{box-sizing:border-box!important;max-width:100%!important;min-width:0!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{min-width:0!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;gap:10px!important;overflow:hidden!important;text-decoration:none!important;color:#0f172a!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:13px!important;overflow:hidden!important;background:linear-gradient(135deg,#7c3aed,#8b5cf6)!important;box-shadow:0 12px 28px rgb(124 58 237 / .22)!important}.sxe-hdr__logo-mark img,.sxe-canvas .sxe-hdr__logo-mark img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:transparent!important}.sxe-hdr__logo-fallback,.sxe-canvas .sxe-hdr__logo-fallback{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;color:#fff!important;font-size:22px!important;line-height:1!important}.sxe-hdr__logo-icon,.sxe-canvas .sxe-hdr__logo-icon{display:none!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{display:inline-block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;clip-path:none!important;border-right:0!important;animation:none!important;padding-right:0!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.045em!important}@media(min-width:969px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{display:grid!important;grid-template-columns:minmax(210px,auto) minmax(0,1fr) minmax(92px,auto)!important;align-items:center!important;gap:clamp(10px,1.6vw,24px)!important;height:64px!important}.sxe-hdr__hamburger,.sxe-canvas .sxe-hdr__hamburger{display:none!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{grid-column:1!important;justify-self:start!important;position:static!important;transform:none!important;width:auto!important;max-width:260px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{max-width:190px!important;font-size:clamp(18px,1.5vw,22px)!important}.sxe-hdr__nav,.sxe-canvas .sxe-hdr__nav{grid-column:2!important;justify-self:center!important;display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important;width:100%!important;max-width:100%!important;overflow:visible!important;position:static!important;transform:none!important}.sxe-hdr__actions,.sxe-canvas .sxe-hdr__actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important;position:static!important;margin:0!important;min-width:0!important}}@media(min-width:969px) and (max-width:1240px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(176px,auto) minmax(0,1fr) minmax(84px,auto)!important;gap:8px!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{flex-basis:36px!important;width:36px!important;height:36px!important;border-radius:11px!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{gap:8px!important;max-width:190px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{max-width:142px!important;font-size:18px!important}}@media(max-width:968px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{height:64px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 86px!important;align-items:center!important;gap:6px!important;padding:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.sxe-hdr__hamburger,.sxe-canvas .sxe-hdr__hamburger{display:inline-flex!important;grid-column:1!important;justify-self:start!important;position:static!important;transform:none!important;width:40px!important;height:40px!important;margin:0!important;z-index:3!important}.sxe-hdr__nav,.sxe-canvas .sxe-hdr__nav{display:none!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{grid-column:2!important;justify-self:center!important;position:static!important;transform:none!important;left:auto!important;top:auto!important;max-width:100%!important;width:auto!important;gap:8px!important;justify-content:center!important;text-align:center!important;z-index:2!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{display:inline-flex!important;flex:0 0 clamp(30px,8vw,38px)!important;width:clamp(30px,8vw,38px)!important;height:clamp(30px,8vw,38px)!important;border-radius:11px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{max-width:calc(100vw - 206px)!important;text-align:left!important;font-size:clamp(17px,5.3vw,24px)!important;text-overflow:ellipsis!important;animation:none!important;border-right:0!important;clip-path:none!important}.sxe-hdr__actions,.sxe-canvas .sxe-hdr__actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:4px!important;position:static!important;margin:0!important;z-index:3!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-canvas .sxe-hdr__icon,.sxe-canvas .sxe-cart-icon{width:38px!important;height:38px!important;border-radius:12px!important;flex:0 0 auto!important}}@media(max-width:390px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:40px minmax(0,1fr) 78px!important;gap:4px!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{gap:6px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{max-width:calc(100vw - 188px)!important;font-size:clamp(16px,5vw,21px)!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{flex-basis:30px!important;width:30px!important;height:30px!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__hamburger,.sxe-canvas .sxe-hdr__icon,.sxe-canvas .sxe-cart-icon,.sxe-canvas .sxe-hdr__hamburger{width:35px!important;height:35px!important}}@media (min-width:969px){.sxe-hdr .sxe-contain,.sxe-canvas .sxe-hdr .sxe-contain{max-width:1200px!important;margin-inline:auto!important;padding-inline:clamp(20px,3vw,42px)!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{height:64px!important;display:grid!important;grid-template-columns:minmax(210px,245px) minmax(0,1fr) minmax(310px,380px)!important;gap:clamp(14px,2vw,32px)!important;align-items:center!important;overflow:visible!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{grid-column:1!important;justify-self:start!important;max-width:245px!important;gap:10px!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:13px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{max-width:185px!important;font-size:clamp(18px,1.35vw,22px)!important;animation:none!important;clip-path:none!important;border-right:0!important}.sxe-hdr__nav,.sxe-canvas .sxe-hdr__nav{grid-column:2!important;justify-self:center!important;width:100%!important;min-width:0!important;display:flex!important;justify-content:center!important;overflow:visible!important}.sxe-hdr__nav-list,.sxe-canvas .sxe-hdr__nav-list{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(8px,1vw,16px)!important;min-width:0!important;max-width:100%!important;flex-wrap:nowrap!important}.sxe-hdr__nav-link,.sxe-canvas .sxe-hdr__nav-link{font-size:clamp(12px,.78vw,14px)!important;font-weight:800!important;padding:10px 6px!important;white-space:nowrap!important;letter-spacing:-.015em!important}.sxe-hdr__actions,.sxe-canvas .sxe-hdr__actions{grid-column:3!important;justify-self:end!important;width:min(100%,380px)!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important;position:relative!important}.sxe-hdr__search-trigger,.sxe-canvas .sxe-hdr__search-trigger{display:none!important}.sxe-hdr__desktop-search{position:relative;display:flex!important;align-items:center!important;flex:1 1 300px!important;min-width:220px!important;max-width:330px!important;height:44px!important;border-radius:999px!important;background:rgb(255 255 255 / .92)!important;border:1px solid rgb(226 232 240 / .92)!important;box-shadow:0 12px 34px rgb(15 23 42 / .07),inset 0 1px 0 rgb(255 255 255 / .9)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}.sxe-hdr__desktop-search:focus-within{border-color:rgb(99 102 241 / .45)!important;box-shadow:0 18px 46px rgb(79 70 229 / .12),0 0 0 4px rgb(99 102 241 / .08)!important;transform:translateY(-1px)!important}.sxe-hdr__desktop-search-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;flex:0 0 44px!important;color:#5f6878!important}.sxe-hdr__desktop-search-icon svg{width:20px!important;height:20px!important;stroke-width:2.1!important}.sxe-hdr__desktop-search input{flex:1!important;min-width:0!important;height:100%!important;border:0!important;outline:0!important;background:transparent!important;color:#0f172a!important;font-size:14px!important;font-weight:650!important;padding:0 4px!important}.sxe-hdr__desktop-search input::placeholder{color:#64748b!important;font-weight:650!important}.sxe-hdr__desktop-search-submit{width:38px!important;height:38px!important;margin-right:3px!important;border:0!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:transform .16s ease,background .16s ease,box-shadow .16s ease!important;box-shadow:0 10px 20px rgb(15 23 42 / .12)!important}.sxe-hdr__desktop-search-submit:hover{background:#111827!important;transform:translateX(1px)!important;box-shadow:0 12px 24px rgb(15 23 42 / .16)!important}.sxe-hdr__desktop-search-submit svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.sxe-hdr__desktop-live{position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:0!important;z-index:80!important;background:rgb(255 255 255 / .98)!important;border:1px solid rgb(226 232 240 / .9)!important;border-radius:22px!important;padding:8px!important;box-shadow:0 24px 70px rgb(15 23 42 / .15)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;max-height:min(440px,calc(100vh - 150px))!important;overflow:auto!important}}@media (min-width:969px) and (max-width:1230px){.sxe-hdr .sxe-contain,.sxe-canvas .sxe-hdr .sxe-contain{padding-inline:18px!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(170px,190px) minmax(0,1fr) minmax(250px,310px)!important;gap:10px!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{flex-basis:36px!important;width:36px!important;height:36px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{max-width:132px!important;font-size:18px!important}.sxe-hdr__nav-list,.sxe-canvas .sxe-hdr__nav-list{gap:7px!important}.sxe-hdr__nav-link,.sxe-canvas .sxe-hdr__nav-link{font-size:12px!important;padding-inline:4px!important}.sxe-hdr__desktop-search{max-width:255px!important;min-width:205px!important;height:40px!important}.sxe-hdr__desktop-search-submit{width:34px!important;height:34px!important}}@media (max-width:968px){.sxe-hdr__desktop-search,.sxe-canvas .sxe-hdr__desktop-search{display:none!important}.sxe-hdr__search-trigger,.sxe-canvas .sxe-hdr__search-trigger{display:inline-flex!important}}.sxe-mini-cart,.sxe-mc{z-index:10000!important;overflow:hidden!important}.sxe-mini-cart-panel,.sxe-mc__panel{top:14px!important;right:14px!important;bottom:14px!important;width:min(430px,calc(100vw - 20px))!important;max-height:calc(100dvh - 28px)!important;border-radius:26px!important;overflow:hidden!important;background:rgb(255 255 255 / .9)!important;display:flex!important;flex-direction:column!important}body.admin-bar .sxe-mini-cart-panel,body.admin-bar .sxe-mc__panel{top:calc(32px + 12px)!important;max-height:calc(100dvh - 56px)!important}.sxe-mc__reserve{flex:0 0 auto!important;padding:14px 18px 13px!important;background:radial-gradient(circle at 18% 0%,rgb(99 102 241 / .42),transparent 38%),linear-gradient(135deg,#0f172a,#172033 64%,#312e81)!important;color:#fff!important;position:relative!important;overflow:hidden!important}.sxe-mc__reserve:after{content:""!important;position:absolute!important;inset:-60% -20%!important;background:linear-gradient(110deg,transparent 35%,rgb(255 255 255 / .16),transparent 65%)!important;animation:sxe-cart-reserve-shine 3.4s ease-in-out infinite!important;pointer-events:none!important}.sxe-mc__reserve-label{position:relative!important;z-index:1!important;display:block!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.075em!important;opacity:.82!important}.sxe-mc__reserve-time{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;margin-top:5px!important;font-size:28px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.05em!important;font-variant-numeric:tabular-nums!important;text-shadow:0 8px 22px rgb(0 0 0 / .28)!important;animation:sxe-cart-timer-pulse 1.2s ease-in-out infinite!important}.sxe-mc__reserve-time:before{content:""!important;width:9px!important;height:9px!important;border-radius:999px!important;background:#34d399!important;margin-right:9px!important;box-shadow:0 0 0 0 rgb(52 211 153 / .55)!important;animation:sxe-cart-dot 1.5s infinite!important}@keyframes sxe-cart-reserve-shine{0%{transform:translateX(-38%) rotate(8deg)}58%,100%{transform:translateX(42%) rotate(8deg)}}@keyframes sxe-cart-timer-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.018)}}@keyframes sxe-cart-dot{0%{box-shadow:0 0 0 0 rgb(52 211 153 / .55)}70%{box-shadow:0 0 0 8px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.sxe-mc__head{flex:0 0 auto!important;padding:14px 18px!important;background:rgb(255 255 255 / .72)!important;border-bottom:1px solid rgb(226 232 240 / .74)!important}.sxe-mc__head h3,.sxe-mini-cart-header h3{font-size:18px!important;font-weight:950!important;letter-spacing:-.04em!important;color:#0f172a!important}.sxe-mc__coupon{flex:0 0 auto!important;margin:14px 16px 8px!important;padding:12px 12px!important;border:1px dashed rgb(99 102 241 / .46)!important;border-radius:18px!important;background:linear-gradient(135deg,rgb(99 102 241 / .08),rgb(255 255 255 / .72))!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;box-shadow:0 14px 36px rgb(79 70 229 / .08)!important}.sxe-mc__coupon-label{display:block!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#4f46e5!important;margin-bottom:3px!important}.sxe-mc__coupon-code{display:block!important;font-size:15px!important;font-weight:950!important;letter-spacing:.06em!important;color:#0f172a!important}.sxe-mc__coupon-copy{flex:0 0 auto!important;border:0!important;border-radius:999px!important;background:#0f172a!important;color:#fff!important;font-size:12px!important;font-weight:900!important;padding:9px 13px!important;cursor:pointer!important;transition:background .16s ease,transform .16s ease!important}.sxe-mc__coupon-copy:hover{background:#111827!important;transform:translateY(-1px)!important}.sxe-mini-cart-items,.sxe-mc__items{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:8px 16px 12px!important;-webkit-overflow-scrolling:touch!important}.sxe-mini-cart-footer,.sxe-mc__foot{flex:0 0 auto!important;padding:14px 16px 16px!important;border-top:1px solid rgb(226 232 240 / .74)!important;background:rgb(255 255 255 / .82)!important;box-shadow:0 -16px 40px rgb(15 23 42 / .04)!important}.sxe-mini-cart-summary{display:grid!important;gap:9px!important;margin-bottom:12px!important}.sxe-mini-cart-summary__row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;font-size:14px!important;color:#475569!important;font-weight:750!important}.sxe-mini-cart-summary__row strong{color:#0f172a!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.04em!important}.sxe-mini-cart-summary__row--save{color:#16a34a!important}.sxe-mini-cart-save-badge{display:inline-flex!important;align-items:center!important;width:max-content!important;border-radius:999px!important;padding:5px 9px!important;background:#dcfce7!important;color:#15803d!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important}.sxe-mini-cart-footer .sxe-btn,.sxe-mc__foot .sxe-btn{height:46px!important;border-radius:14px!important;font-weight:900!important}@media(max-width:782px){body.admin-bar .sxe-mini-cart-panel,body.admin-bar .sxe-mc__panel{top:calc(46px + 8px)!important;max-height:calc(100dvh - 64px)!important}}@media(max-width:480px){.sxe-mini-cart-panel,.sxe-mc__panel{top:8px!important;right:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;border-radius:22px!important}.sxe-mc__reserve{padding:12px 15px!important}.sxe-mc__reserve-time{font-size:24px!important}.sxe-mc__coupon{margin:12px 12px 6px!important}.sxe-mini-cart-items,.sxe-mc__items{padding-inline:12px!important}.sxe-mini-cart-footer,.sxe-mc__foot{padding:12px!important}}@media(prefers-reduced-motion:reduce){.sxe-mc__reserve:after,.sxe-mc__reserve-time,.sxe-mc__reserve-time:before{animation:none!important}}@media (min-width:969px){.sxe-hdr .sxe-contain,.sxe-canvas .sxe-hdr .sxe-contain{max-width:1200px!important;padding-inline:clamp(22px,3.2vw,48px)!important;margin-inline:auto!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(210px,250px) minmax(430px,1fr) minmax(250px,310px)!important;gap:clamp(14px,1.8vw,28px)!important;overflow:visible!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo{max-width:250px!important}.sxe-hdr__nav,.sxe-canvas .sxe-hdr__nav{overflow:visible!important;min-width:0!important}.sxe-hdr__nav-list,.sxe-canvas .sxe-hdr__nav-list{gap:var(--sxe-nav-gap,clamp(5px,.7vw,12px))!important;width:100%!important;justify-content:center!important;overflow:visible!important}.sxe-hdr__nav-link,.sxe-canvas .sxe-hdr__nav-link{font-size:var(--sxe-nav-font,clamp(10px,.66vw,13px))!important;line-height:1!important;padding:10px 3px!important;letter-spacing:-.035em!important;white-space:nowrap!important}.sxe-hdr__nav-list.is-tight .sxe-hdr__nav-caret,.sxe-canvas .sxe-hdr__nav-list.is-tight .sxe-hdr__nav-caret{display:none!important}.sxe-hdr__actions,.sxe-canvas .sxe-hdr__actions{width:min(100%,310px)!important;justify-content:flex-end!important;gap:12px!important}.sxe-hdr__desktop-search{flex:0 1 240px!important;min-width:210px!important;max-width:250px!important;height:42px!important;cursor:text!important;padding-right:4px!important}.sxe-hdr__desktop-search input{cursor:text!important;font-size:13px!important;font-weight:800!important;color:#1e293b!important;padding-right:12px!important}.sxe-hdr__desktop-search input::placeholder{color:#475569!important;font-weight:850!important}.sxe-hdr__desktop-search-submit{display:none!important}.sxe-hdr__desktop-live{display:none!important}.sxe-hdr__desktop-search:focus-within{border-color:rgb(99 102 241 / .5)!important;box-shadow:0 18px 52px rgb(79 70 229 / .14),0 0 0 4px rgb(99 102 241 / .09)!important}}@media (min-width:969px) and (max-width:1180px){.sxe-hdr .sxe-contain,.sxe-canvas .sxe-hdr .sxe-contain{padding-inline:16px!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(170px,205px) minmax(390px,1fr) minmax(214px,250px)!important;gap:8px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{font-size:17px!important;max-width:140px!important}.sxe-hdr__desktop-search{min-width:178px!important;max-width:205px!important;height:39px!important}.sxe-hdr__nav-link,.sxe-canvas .sxe-hdr__nav-link{font-size:var(--sxe-nav-font,10.5px)!important;padding-inline:1px!important;letter-spacing:-.055em!important}.sxe-hdr__nav-list,.sxe-canvas .sxe-hdr__nav-list{gap:var(--sxe-nav-gap,3px)!important}}@media (min-width:969px) and (max-width:1060px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(154px,188px) minmax(340px,1fr) minmax(190px,224px)!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{width:34px!important;height:34px!important;flex-basis:34px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{font-size:16px!important;max-width:126px!important}.sxe-hdr__desktop-search{min-width:158px!important;max-width:176px!important}}.sxe-hdr__search-head--minimal h2{letter-spacing:-.04em!important}.sxe-hdr__search-form input::placeholder{color:#64748b!important;font-weight:700!important}.sxe-mini-cart-panel,.sxe-mc__panel{top:max(28px,calc(env(safe-area-inset-top,0px) + 18px))!important;bottom:18px!important;max-height:calc(100dvh - 46px)!important}body.admin-bar .sxe-mini-cart-panel,body.admin-bar .sxe-mc__panel{top:calc(32px + 24px)!important;max-height:calc(100dvh - 74px)!important}.sxe-mc__reserve{padding-top:22px!important;padding-bottom:15px!important}.sxe-mc__reserve-label{line-height:1.25!important;display:block!important;margin-bottom:4px!important;white-space:normal!important}@media(max-width:782px){body.admin-bar .sxe-mini-cart-panel,body.admin-bar .sxe-mc__panel{top:calc(46px + 14px)!important;max-height:calc(100dvh - 76px)!important}}@media(max-width:480px){.sxe-mini-cart-panel,.sxe-mc__panel{top:max(14px,calc(env(safe-area-inset-top,0px) + 10px))!important;bottom:10px!important;max-height:calc(100dvh - 24px)!important}.sxe-mc__reserve{padding-top:18px!important}}.sxe-badges{max-width:calc(62% - 12px)}@media(max-width:768px){.sxe-main{padding:20px 10px!important}.sxe-badges{top:7px!important;left:7px!important;gap:3px!important;max-width:50%!important}}.sxe-mini-cart [data-sxe-cart-filled-only][aria-hidden="true"]{display:none!important}.sxe-mini-cart.is-empty .sxe-mc__reserve,.sxe-mini-cart.is-empty .sxe-mc__coupon,.sxe-mini-cart.is-empty .sxe-mini-cart-footer,.sxe-mini-cart.is-empty .sxe-mc__foot{display:none!important}.sxe-mini-cart.is-empty .sxe-mini-cart-items,.sxe-mini-cart.is-empty .sxe-mc__items{display:flex!important;align-items:center!important;justify-content:center!important;padding:24px 18px!important;text-align:center!important}.sxe-mini-cart.has-items .sxe-mc__reserve{display:block!important}.sxe-mini-cart.has-items .sxe-mc__coupon{display:flex!important}.sxe-mini-cart.has-items .sxe-mini-cart-footer,.sxe-mini-cart.has-items .sxe-mc__foot{display:block!important}.sxe-mini-cart-empty{width:100%;margin:0!important;color:#64748b!important;font-size:14px!important;font-weight:750!important}.sxe-mc__coupon,.sxe-mini-coupon,.sxe-mini-cart-save-badge{display:none!important}.sxe-mini-cart-panel,.sxe-mc__panel{width:min(400px,calc(100vw - 20px))!important;border-radius:22px!important}.sxe-mc__reserve{padding:10px 16px!important}.sxe-mc__reserve-label{display:inline!important;font-size:10px!important;margin-right:8px!important;letter-spacing:.055em!important}.sxe-mc__reserve-time{display:inline-flex!important;font-size:18px!important;margin-top:0!important;letter-spacing:-.025em!important;vertical-align:middle!important}.sxe-mc__reserve-time:before{width:7px!important;height:7px!important;margin-right:7px!important}.sxe-mc__head{padding:13px 16px!important}.sxe-mc__head h3,.sxe-mini-cart-header h3{font-size:17px!important;letter-spacing:-.03em!important}.sxe-mini-cart-items,.sxe-mc__items{padding:7px 14px 10px!important}.sxe-mini-cart-item{gap:10px!important;padding:10px 0!important;align-items:flex-start!important}.sxe-mini-cart-item-img{width:54px!important;height:54px!important;border-radius:8px!important;background:#f1f5f9!important;object-fit:cover!important;flex:0 0 54px!important}.sxe-mini-cart-item-img--empty{display:block!important;background:linear-gradient(135deg,#f8fafc,#e2e8f0)!important}.sxe-mini-cart-item-info h4{font-size:13px!important;line-height:1.25!important;font-weight:850!important;margin:0 0 3px!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.sxe-mini-cart-variant,.sxe-mini-cart-line,.sxe-mini-cart-item-info p{font-size:12px!important;line-height:1.35!important;margin:0!important;color:#64748b!important}.sxe-mini-cart-line{font-weight:800!important;color:#334155!important;margin-top:2px!important}.sxe-mini-cart-item-remove{font-size:20px!important;padding:0 2px!important;line-height:1!important;min-width:24px!important;text-align:center!important}.sxe-mini-cart-footer,.sxe-mc__foot{padding:12px 14px 14px!important}.sxe-mini-cart-summary{gap:6px!important;margin-bottom:10px!important}.sxe-mini-cart-summary__row{font-size:13px!important;font-weight:800!important}.sxe-mini-cart-summary__row--total strong{font-size:17px!important;color:#0f172a!important;font-weight:950!important}.sxe-mini-cart-actions{display:grid!important;grid-template-columns:1fr 1.25fr!important;gap:8px!important}.sxe-mini-cart-actions .sxe-btn{width:100%!important;height:42px!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;border-radius:12px!important;font-size:13px!important;font-weight:900!important}.sxe-mini-cart.is-empty .sxe-mini-cart-actions{display:none!important}.sxe-mini-cart.has-items .sxe-mc__reserve{display:block!important}.sxe-mini-cart.has-items .sxe-mc__coupon{display:none!important}@media(max-width:480px){.sxe-mini-cart-panel,.sxe-mc__panel{top:8px!important;right:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important}.sxe-mini-cart-actions{grid-template-columns:1fr!important}.sxe-mini-cart-actions .sxe-btn{height:41px!important}.sxe-mc__reserve{padding:9px 14px!important}.sxe-mini-cart-items,.sxe-mc__items{padding-inline:12px!important}.sxe-mini-cart-footer,.sxe-mc__foot{padding:11px 12px!important}}:root{--sxe-font-body:"Barlow SXE",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;--sxe-font-title:"Fraunces SXE",Georgia,"Times New Roman",serif;--sxe-font-main:var(--sxe-font-body)}body,body button,body input,body select,body textarea,.sxe-canvas,.sxe-canvas button,.sxe-canvas input,.sxe-canvas select,.sxe-canvas textarea{font-family:var(--sxe-font-body)!important}body h1,body h2,body h3,.sxe-canvas h1,.sxe-canvas h2,.sxe-canvas h3,.sxe-canvas .sxe-title,.sxe-canvas .sxe-product-title,.sxe-canvas .pdp6__title,.sxe-canvas .sxe-pdp__title,.sxe-canvas .cart6__title,.sxe-canvas .cart6__summary-title,.sxe-canvas .sxe-ftr__title,.sxe-canvas .sxe-ftr__subheading,.sxe-canvas .sxe-hdr__logo-text,.sxe-canvas a:not(.sxe-btn):not([class*="btn"]):not([class*="button"]):not(.cart6__checkout):not(.cart6__shop-pay):not(.sxe-atc__btn):not(.sxe-buynow__btn),.sxe-canvas .sxe-hdr__nav a,.sxe-canvas .sxe-announce a,.sxe-canvas .sxe-ftr-c a,.sxe-canvas .sxe-ftr a,.sxe-canvas a.sxe-text-link{font-family:var(--sxe-font-title)!important;font-optical-sizing:auto;font-variation-settings:"SOFT" 0,"WONK" 0}.sxe-canvas button,.sxe-canvas .sxe-btn,.sxe-canvas a.sxe-btn,.cart6__checkout{touch-action:manipulation;-webkit-tap-highlight-color:#fff0;transition-duration:.08s!important}.sxe-canvas button:active:not(:disabled),.sxe-canvas .sxe-btn:active:not(:disabled),.sxe-canvas .sxe-is-pressing:not(:disabled){transform:translateY(1px) scale(.985)!important}body.sxe-single-product .sxe-main{padding-top:clamp(8px,1.1vh,14px)!important;padding-bottom:clamp(24px,4vw,48px)!important}.cart6 .sxe-cart-page[data-sxe-cart-summary="0"]>.sxe-cart-summary{display:none!important}.cart6__checkout,.cart6 .sxe-btn-checkout,.cart6 .sxe-btn,.cart6__shoppay shop-pay-button{height:52px!important;min-height:52px!important;border-radius:12px!important;font-size:14px!important;font-weight:850!important}.sxe-canvas .sxe-btn,.sxe-canvas a.sxe-btn,.sxe-canvas button,.sxe-canvas input,.sxe-canvas select,.sxe-canvas textarea,.sxe-canvas .cart6__checkout,.sxe-canvas .cart6__shop-pay,.sxe-canvas .sxe-atc__btn,.sxe-canvas .sxe-buynow__btn,.sxe-canvas shop-pay-button{font-family:var(--sxe-font-body)!important}.sxe-drawer__main-link[data-sxe-menu-parent],.sxe-hdr-c__drawer-parent[data-sxe-menu-parent]{cursor:pointer!important;user-select:none!important}.sxe-drawer__main-link[data-sxe-menu-parent][aria-expanded="true"],.sxe-hdr-c__drawer-parent[data-sxe-menu-parent][aria-expanded="true"]{color:#4f46e5!important}.sxe-drawer__group:has([data-sxe-menu-parent][aria-expanded="true"]),.sxe-hdr-c__drawer-group:has([data-sxe-menu-parent][aria-expanded="true"]){border-color:rgb(129 140 248 / .38)!important;box-shadow:0 14px 34px rgb(79 70 229 / .10)!important}.sxe-drawer__submenu[data-sxe-animated-submenu],.sxe-hdr-c__drawer-submenu[data-sxe-animated-submenu]{overflow:hidden!important;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .25s cubic-bezier(.22,.9,.24,1),opacity .18s ease,transform .18s ease!important;will-change:max-height,opacity,transform}.sxe-drawer__submenu[data-sxe-animated-submenu]:not([hidden]),.sxe-hdr-c__drawer-submenu[data-sxe-animated-submenu]:not([hidden]){opacity:1;transform:translateY(0)}.sxe-drawer__submenu a[href="#"],.sxe-hdr-c__drawer-submenu a[href="#"]{cursor:pointer!important}@media(prefers-reduced-motion:reduce){.sxe-drawer__submenu[data-sxe-animated-submenu],.sxe-hdr-c__drawer-submenu[data-sxe-animated-submenu]{transition:none!important;transform:none!important;will-change:auto!important}}.sxe-drawer__group.is-open,.sxe-hdr-c__drawer-group.is-open{border-color:rgb(129 140 248 / .42)!important;box-shadow:0 14px 34px rgb(79 70 229 / .10)!important}.sxe-drawer__submenu-all,.sxe-hdr-c__drawer-submenu-all{color:#4f46e5!important;background:#f5f3ff!important;font-weight:900!important}.sxe-drawer__submenu-all::before,.sxe-hdr-c__drawer-submenu-all::before{background:#4f46e5!important}.sxe-drawer__submenu a[href^="/"],.sxe-hdr-c__drawer-submenu a[href^="/"]{cursor:pointer!important}@keyframes sxe-checkout-spin{to{transform:rotate(360deg)}}@keyframes sxeMsgIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sxe-mini-cart-line .sxe-price-was,.sxe-cart-item-price .sxe-price-was{font-size:.92em!important}.sxe-mini-cart-line .sxe-price-now,.sxe-cart-item-price .sxe-price-now{font-weight:950!important}.sxe-market{position:relative;z-index:25}.sxe-market__btn{height:38px;border:1px solid rgb(226 232 240 / .95);border-radius:999px;background:#fff;color:#0f172a;display:inline-flex;align-items:center;gap:7px;padding:0 11px;font-weight:900;font-size:12px;cursor:pointer;box-shadow:0 8px 22px rgb(15 23 42 / .055);white-space:nowrap;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.sxe-market__btn:hover,.sxe-market.is-open .sxe-market__btn{border-color:rgb(99 102 241 / .38);box-shadow:0 12px 30px rgb(79 70 229 / .12);transform:translateY(-1px)}.sxe-market__btn svg{width:13px;height:13px;transition:transform .18s ease}.sxe-market.is-open .sxe-market__btn svg{transform:rotate(180deg)}.sxe-market__panel{position:absolute;right:0;top:calc(100% + 10px);width:min(350px,calc(100vw - 24px));max-height:min(520px,70vh);overflow:hidden;background:rgb(255 255 255 / .96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgb(226 232 240 / .98);border-radius:20px;box-shadow:0 30px 80px rgb(15 23 42 / .18);padding:10px}.sxe-market__panel[hidden]{display:none!important}.sxe-market__head{display:grid;gap:2px;padding:8px 9px 10px}.sxe-market__head strong{font-size:13px;line-height:1.15;color:#0f172a}.sxe-market__head span{font-size:12px;color:#64748b;font-weight:700}.sxe-market__list{display:grid;gap:4px;max-height:410px;overflow:auto;padding-right:2px;-webkit-overflow-scrolling:touch}.sxe-market__option{border:0;background:#fff0;border-radius:13px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;font-size:13px;font-weight:850;color:#111827;transition:background .12s ease,color .12s ease,transform .12s ease}.sxe-market__option small{color:#64748b;font-size:11px;font-weight:900;white-space:nowrap}.sxe-market__option:hover{background:#f8fafc;transform:translateX(1px)}.sxe-market__option.is-active{background:#f5f3ff;color:#4f46e5}.sxe-market__option.is-active small{color:#4f46e5}.sxe-market.is-loading .sxe-market__btn{opacity:.72;pointer-events:none}.sxe-drawer__market{padding:14px 18px 2px}.sxe-market--drawer{width:100%}.sxe-market--drawer .sxe-market__btn{width:100%;justify-content:space-between;height:44px;border-radius:15px;padding-inline:14px}.sxe-market--drawer .sxe-market__panel{position:static;width:100%;max-height:46vh;margin-top:9px;box-shadow:0 16px 45px rgb(15 23 42 / .12)}@media(max-width:968px){.sxe-hdr__actions>.sxe-market--header,.sxe-hdr-c__actions>.sxe-market--header{display:none!important}}@media(max-width:520px){.sxe-market__panel{width:calc(100vw - 32px);right:-12px}.sxe-market__list{max-height:360px}}:root{--sxe-max:1200px!important}.sxe-contain,.sxe-main,.pdp6,.cart6,.arch7,.col7,.srch6,.sxe-home,.sxe-collection-index,.sxe-ftr__wrap{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}.sxe-hdr .sxe-contain,.sxe-hdr-c__inner{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}@media(min-width:969px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{max-width:1200px!important;grid-template-columns:minmax(180px,230px) minmax(360px,1fr) minmax(320px,420px)!important;gap:clamp(10px,1.2vw,18px)!important}.sxe-hdr__desktop-search{max-width:260px!important;min-width:210px!important}.sxe-market--header .sxe-market__btn{max-width:170px!important;overflow:hidden!important}.sxe-market--header [data-sxe-market-label]{display:inline-block!important;max-width:138px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(min-width:969px) and (max-width:1120px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(155px,190px) minmax(300px,1fr) minmax(250px,330px)!important}.sxe-hdr__desktop-search{max-width:205px!important;min-width:170px!important}.sxe-market--header .sxe-market__btn{max-width:138px!important;padding-inline:9px!important}.sxe-market--header [data-sxe-market-label]{max-width:106px!important}}.sxe-market__list{scrollbar-width:thin!important}.sxe-market__option[data-country="GB"]{order:-98}.sxe-market__option[data-country="US"]{order:-99}.sxe-market--topbar{z-index:1500!important}.sxe-market--topbar .sxe-market__btn{height:26px!important;max-width:240px!important;padding:0 9px!important;background:rgb(255 255 255 / .10)!important;border-color:rgb(255 255 255 / .18)!important;color:#fff!important;box-shadow:none!important;font-size:11px!important;font-weight:800!important}.sxe-market--topbar .sxe-market__btn:hover,.sxe-market--topbar.is-open .sxe-market__btn{background:rgb(255 255 255 / .16)!important;border-color:rgb(255 255 255 / .34)!important;transform:none!important}.sxe-market--topbar [data-sxe-market-label]{display:inline-block!important;max-width:202px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sxe-market--topbar .sxe-market__panel{left:0!important;right:auto!important;top:calc(100% + 8px)!important;color:#0f172a!important}.sxe-hdr{position:sticky!important;top:34px!important;z-index:1398!important;background:rgb(255 255 255 / .96)!important;box-shadow:0 1px 0 rgb(226 232 240 / .86)!important}.admin-bar .sxe-hdr{top:66px!important}@media(min-width:969px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{height:66px!important;display:grid!important;grid-template-columns:minmax(180px,2fr) minmax(560px,6fr) minmax(180px,2fr)!important;align-items:center!important;gap:clamp(10px,1.35vw,18px)!important;max-width:1200px!important;margin-inline:auto!important;min-width:0!important}.sxe-hdr__logo{grid-column:1!important;justify-self:start!important;max-width:230px!important;min-width:0!important}.sxe-hdr__logo-text{max-width:176px!important}.sxe-hdr__nav{grid-column:2!important;justify-self:center!important;width:100%!important;min-width:560px!important;max-width:none!important;display:flex!important;justify-content:center!important;overflow:visible!important}.sxe-hdr__nav-list{width:100%!important;justify-content:center!important;gap:clamp(6px,.72vw,14px)!important}.sxe-hdr__nav-link{height:40px!important;padding:0 clamp(7px,.72vw,11px)!important;font-size:clamp(12px,.96vw,14px)!important;font-weight:700!important;color:#334155!important;letter-spacing:-.012em!important}.sxe-hdr__nav-caret{width:12px!important;height:12px!important}.sxe-hdr__submenu{top:calc(100% + 12px)!important;min-width:242px!important;border-radius:18px!important;padding:9px!important}.sxe-hdr__submenu-link{min-height:42px!important;font-weight:700!important;font-size:14px!important}.sxe-hdr__actions{grid-column:3!important;justify-self:end!important;width:100%!important;min-width:0!important;display:flex!important;justify-content:flex-end!important;gap:8px!important}.sxe-hdr__actions>.sxe-market--header{display:none!important}.sxe-hdr__desktop-search{flex:1 1 auto!important;min-width:160px!important;max-width:245px!important}.sxe-hdr__desktop-search input{min-width:0!important}}@media(min-width:969px) and (max-width:1120px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:minmax(155px,2fr) minmax(470px,6fr) minmax(155px,2fr)!important;gap:8px!important}.sxe-hdr__nav{min-width:470px!important}.sxe-hdr__nav-list{gap:3px!important}.sxe-hdr__nav-link{font-size:12px!important;padding:0 6px!important}.sxe-hdr__logo{max-width:178px!important}.sxe-hdr__logo-text{max-width:128px!important}.sxe-hdr__desktop-search{max-width:205px!important;min-width:145px!important}}@media(max-width:968px){.sxe-market--topbar .sxe-market__btn{max-width:154px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:122px!important}.sxe-hdr{top:32px!important}.admin-bar .sxe-hdr{top:78px!important}}@media(max-width:520px){.sxe-market--topbar .sxe-market__btn{max-width:134px!important;padding-inline:7px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:104px!important}.sxe-market--topbar .sxe-market__panel{width:calc(100vw - 24px)!important}}@keyframes sxe-topbar-slide{0%,33%,100%{opacity:0}6%,27%{opacity:1}}.sxe-market--topbar{z-index:1505!important}.sxe-market--topbar .sxe-market__btn{height:26px!important;max-width:245px!important;padding:0 10px!important;background:#1f2937!important;border:1px solid rgb(255 255 255 / .16)!important;color:#fff!important;box-shadow:none!important;font-size:11px!important;font-weight:900!important}.sxe-market--topbar .sxe-market__btn:hover,.sxe-market--topbar.is-open .sxe-market__btn{background:#263244!important;border-color:rgb(255 255 255 / .30)!important;transform:none!important}.sxe-market--topbar [data-sxe-market-label]{display:inline-block!important;max-width:206px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sxe-market--topbar .sxe-market__panel{left:auto!important;right:0!important;top:calc(100% + 8px)!important;color:#0f172a!important}.sxe-hdr{top:34px!important}.admin-bar .sxe-hdr{top:66px!important}@media(max-width:968px){.sxe-market--topbar .sxe-market__btn{height:24px!important;max-width:150px!important;padding-inline:8px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:118px!important}.sxe-hdr{top:32px!important}.admin-bar .sxe-hdr{top:78px!important}}@media(max-width:520px){.sxe-market--topbar .sxe-market__btn{max-width:124px!important;padding-inline:7px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:96px!important}.sxe-market--topbar .sxe-market__panel{width:calc(100vw - 20px)!important;right:0!important}}.sxe-hdr{top:0!important}.admin-bar .sxe-hdr{top:32px!important}@media(max-width:960px){.sxe-hdr{top:0!important}.admin-bar .sxe-hdr{top:46px!important}}@media(max-width:560px){.sxe-market--topbar .sxe-market__btn{max-width:132px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:104px!important}}.sxe-drawer__market{display:none!important}.sxe-announce,.sxe-hdr-c__announce{position:relative!important;top:auto!important;z-index:1200!important}.admin-bar .sxe-announce,.admin-bar .sxe-hdr-c__announce{top:auto!important}.sxe-hdr,.sxe-hdr-c__bar{position:sticky!important;top:0!important;z-index:1398!important}.admin-bar .sxe-hdr,.admin-bar .sxe-hdr-c__bar{top:32px!important}.sxe-announce__inner,.sxe-hdr-c__announce-inner{max-width:1200px!important;width:100%!important;margin:0 auto!important;padding-inline:clamp(10px,2vw,24px)!important;box-sizing:border-box!important}.sxe-market--topbar .sxe-market__btn{max-width:min(240px,42vw)!important}.sxe-market--topbar [data-sxe-market-label]{max-width:min(202px,34vw)!important}@media(max-width:960px){.admin-bar .sxe-hdr,.admin-bar .sxe-hdr-c__bar{top:46px!important}}@media(max-width:640px){.sxe-announce__inner,.sxe-hdr-c__announce-inner{min-height:auto!important;padding-block:5px!important}.sxe-market--topbar .sxe-market__btn{height:24px!important;max-width:136px!important;padding-inline:7px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:108px!important}}.sxe-mini-cart-panel.is-shopify-syncing .sxe-mini-cart-footer,[data-sxe-cart-page].is-shopify-syncing .sxe-cart-summary{position:relative}.sxe-mini-cart-panel.is-shopify-syncing .sxe-mini-cart-footer::after,[data-sxe-cart-page].is-shopify-syncing .sxe-cart-summary::after{content:"Syncing live price…";position:absolute;inset:auto 12px 8px auto;font:700 11px/1 var(--sxe-font-body,Barlow,sans-serif);color:#64748b;background:rgb(255 255 255 / .88);border:1px solid rgb(148 163 184 / .28);border-radius:999px;padding:5px 9px;pointer-events:none}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark,.sxe-hdr-c__logo-mark{background:transparent!important;box-shadow:none!important;border-radius:10px!important;overflow:hidden!important}.sxe-hdr__logo-mark picture,.sxe-canvas .sxe-hdr__logo-mark picture,.sxe-hdr-c__logo-mark picture{display:block!important;width:100%!important;height:100%!important}.sxe-hdr__logo-mark img,.sxe-canvas .sxe-hdr__logo-mark img,.sxe-hdr-c__logo-mark img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;background:transparent!important}.sxe-hdr__logo-fallback,.sxe-canvas .sxe-hdr__logo-fallback,.sxe-hdr-c__logo-fallback{background:linear-gradient(135deg,#7c3aed,#8b5cf6)!important;border-radius:12px!important}@media(max-width:420px){.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{display:inline-flex!important}}.sxe-hdr__logo-text,.sxe-hdr-c__logo-text{font-family:var(--sxe-font-title,Fraunces,Georgia,serif)!important;font-weight:950!important;font-variation-settings:"SOFT" 0,"WONK" 0,"opsz" 72,"wght" 950!important;text-transform:uppercase!important;letter-spacing:.045em!important;line-height:1!important;color:#050b18!important}.sxe-hdr__logo-mark{background:transparent!important;box-shadow:none!important;border-radius:10px!important}.sxe-hdr__logo-mark img{object-fit:contain!important;background:transparent!important}.sxe-announce,.sxe-hdr-c__announce{position:relative!important;top:auto!important;z-index:1100!important;background:#111827!important;color:#fff!important;box-shadow:none!important}.admin-bar .sxe-announce,.admin-bar .sxe-hdr-c__announce{top:auto!important}.sxe-hdr,.sxe-hdr-c__bar{position:sticky!important;top:0!important;z-index:1400!important}.admin-bar .sxe-hdr,.admin-bar .sxe-hdr-c__bar{top:32px!important}.sxe-announce__inner,.sxe-hdr-c__announce-inner{max-width:1200px!important;min-height:34px!important;width:100%!important;margin:0 auto!important;padding-inline:clamp(10px,2vw,24px)!important;display:grid!important;grid-template-columns:minmax(88px,1fr) minmax(120px,auto) minmax(126px,1fr)!important;align-items:center!important;gap:clamp(6px,1.1vw,12px)!important;box-sizing:border-box!important}.sxe-market--topbar .sxe-market__btn{max-width:min(230px,38vw)!important}.sxe-market--topbar [data-sxe-market-label]{max-width:min(190px,31vw)!important}@media(max-width:782px){.admin-bar .sxe-hdr,.admin-bar .sxe-hdr-c__bar{top:46px!important}}@media(max-width:760px){.sxe-market--topbar .sxe-market__btn{height:24px!important;max-width:118px!important;padding-inline:7px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:90px!important}}@media(max-width:430px){.sxe-market--topbar .sxe-market__btn{max-width:110px!important}.sxe-market--topbar [data-sxe-market-label]{max-width:82px!important}}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text,.sxe-hdr-c__logo-text{font-family:var(--sxe-font-title,Fraunces,Georgia,serif)!important;font-weight:950!important;font-variation-settings:"SOFT" 0,"WONK" 0,"opsz" 72,"wght" 950!important;text-transform:uppercase!important;letter-spacing:.035em!important;line-height:1!important;max-width:none!important;min-width:0!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;animation:none!important;clip-path:none!important;border-right:0!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo,.sxe-hdr-c__logo{min-width:max-content!important;max-width:none!important;overflow:visible!important;flex-shrink:0!important}.sxe-hdr-c__inner{display:grid!important;grid-template-columns:max-content minmax(430px,1fr) max-content!important;align-items:center!important;gap:clamp(12px,1.6vw,22px)!important;overflow:visible!important}.sxe-hdr-c__nav{min-width:0!important;width:100%!important;justify-content:center!important;gap:clamp(9px,1.15vw,18px)!important;overflow:visible!important}.sxe-hdr-c__nav a{font-weight:700!important;font-size:clamp(12px,1.05vw,14px)!important;letter-spacing:-.01em!important}.sxe-hdr-c__actions{justify-self:end!important;min-width:max-content!important}@media(min-width:969px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{display:grid!important;grid-template-columns:max-content minmax(420px,1fr) max-content!important;gap:clamp(14px,1.7vw,26px)!important;max-width:1200px!important;overflow:visible!important}.sxe-hdr__nav,.sxe-canvas .sxe-hdr__nav{min-width:0!important;justify-content:center!important}.sxe-hdr__actions,.sxe-canvas .sxe-hdr__actions{justify-self:end!important;min-width:max-content!important}}@media(max-width:1100px) and (min-width:969px){.sxe-hdr-c__inner{grid-template-columns:max-content minmax(340px,1fr) max-content!important;gap:10px!important}.sxe-hdr-c__nav{gap:8px!important}.sxe-hdr-c__nav a{font-size:12px!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner{grid-template-columns:max-content minmax(330px,1fr) max-content!important;gap:10px!important}}@media(max-width:520px){.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text,.sxe-hdr-c__logo-text{font-size:clamp(16px,5vw,22px)!important;letter-spacing:.018em!important;max-width:calc(100vw - 180px)!important;overflow:hidden!important;text-overflow:ellipsis!important}.sxe-hdr-c__logo{min-width:0!important}}.sxe-announce,.sxe-hdr-c__announce{position:relative!important;top:auto!important;z-index:1100!important;transform:none!important}.admin-bar .sxe-announce,.admin-bar .sxe-hdr-c__announce{top:auto!important}.sxe-hdr,.sxe-hdr-c__bar{position:sticky!important;top:0!important}.admin-bar .sxe-hdr,.admin-bar .sxe-hdr-c__bar{top:32px!important}.sxe-announce__inner,.sxe-hdr-c__announce-inner{max-width:1200px!important;width:100%!important;box-sizing:border-box!important;margin:0 auto!important}@media(max-width:640px){.sxe-market--topbar .sxe-market__btn{max-width:126px!important}}.sxe-announce,.sxe-hdr-c__announce{position:relative!important;top:auto!important;inset:auto!important;transform:none!important;z-index:20!important;isolation:isolate!important;background:#101827!important;box-shadow:none!important}.admin-bar .sxe-announce,.admin-bar .sxe-hdr-c__announce{top:auto!important}.sxe-announce__inner,.sxe-hdr-c__announce-inner{width:100%!important;max-width:1200px!important;margin-inline:auto!important;min-height:32px!important;padding-inline:clamp(12px,2vw,22px)!important;box-sizing:border-box!important}.sxe-hdr,.sxe-hdr-c__bar{position:sticky!important;top:0!important;z-index:1500!important;background:rgb(255 255 255 / .98)!important;border-bottom:1px solid rgb(226 232 240 / .92)!important;box-shadow:0 12px 34px rgb(15 23 42 / .045)!important;backdrop-filter:saturate(1.14) blur(10px)!important;-webkit-backdrop-filter:saturate(1.14) blur(10px)!important}.admin-bar .sxe-hdr,.admin-bar .sxe-hdr-c__bar{top:32px!important}@media(min-width:969px){.sxe-hdr .sxe-contain,.sxe-canvas .sxe-hdr .sxe-contain,.sxe-hdr-c__inner{width:100%!important;max-width:1200px!important;margin-inline:auto!important;padding-inline:clamp(18px,2vw,28px)!important;box-sizing:border-box!important}.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner,.sxe-hdr-c__inner{height:68px!important;display:grid!important;grid-template-columns:max-content minmax(470px,1fr) max-content!important;align-items:center!important;gap:clamp(18px,2.15vw,34px)!important;overflow:visible!important}.sxe-hdr__hamburger{display:none!important}.sxe-hdr__logo,.sxe-canvas .sxe-hdr__logo,.sxe-hdr-c__logo{grid-column:1!important;position:static!important;transform:none!important;justify-self:start!important;display:inline-flex!important;align-items:center!important;gap:12px!important;min-width:max-content!important;max-width:none!important;width:max-content!important;overflow:visible!important;flex:0 0 auto!important;text-decoration:none!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark,.sxe-hdr-c__logo-mark{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text,.sxe-hdr-c__logo-text{display:block!important;max-width:none!important;min-width:max-content!important;width:max-content!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-family:var(--sxe-font-title,Fraunces,Georgia,serif)!important;font-size:clamp(22px,2vw,29px)!important;line-height:1!important;font-weight:950!important;font-variation-settings:"SOFT" 0,"WONK" 0,"opsz" 72,"wght" 950!important;letter-spacing:.04em!important;color:#071121!important;animation:none!important;border-right:0!important}.sxe-hdr__nav,.sxe-canvas .sxe-hdr__nav,.sxe-hdr-c__nav{grid-column:2!important;position:static!important;transform:none!important;justify-self:center!important;display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important;justify-content:center!important;overflow:visible!important;z-index:4!important}.sxe-hdr__nav-list,.sxe-canvas .sxe-hdr__nav-list{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;gap:clamp(14px,1.55vw,24px)!important;flex-wrap:nowrap!important;overflow:visible!important}.sxe-hdr__nav-link,.sxe-canvas .sxe-hdr__nav-link,.sxe-hdr-c__nav a{height:42px!important;padding:0 6px!important;border-radius:12px!important;font-family:var(--sxe-font-body,Barlow,system-ui,sans-serif)!important;font-size:clamp(13px,1.04vw,15px)!important;line-height:1!important;font-weight:800!important;letter-spacing:-.012em!important;color:#334155!important;white-space:nowrap!important;text-decoration:none!important}.sxe-hdr__nav-link:hover,.sxe-hdr__nav-item:focus-within>.sxe-hdr__nav-link,.sxe-hdr__nav-item:hover>.sxe-hdr__nav-link{background:#f8fafc!important;color:#0f172a!important;box-shadow:inset 0 0 0 1px rgb(226 232 240 / .75)!important}.sxe-hdr__actions,.sxe-canvas .sxe-hdr__actions,.sxe-hdr-c__actions{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:max-content!important;width:max-content!important;margin-left:0!important}.sxe-hdr__desktop-search,.sxe-canvas .sxe-hdr__desktop-search{display:none!important}.sxe-hdr__search-trigger,.sxe-canvas .sxe-hdr__search-trigger{display:inline-flex!important}.sxe-hdr__icon,.sxe-cart-icon,.sxe-hdr__search-trigger{width:44px!important;height:44px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgb(226 232 240 / .95)!important;box-shadow:0 10px 28px rgb(15 23 42 / .06)!important;color:#334155!important}}@media(min-width:969px) and (max-width:1120px){.sxe-hdr__inner,.sxe-canvas .sxe-hdr__inner,.sxe-hdr-c__inner{grid-template-columns:max-content minmax(360px,1fr) max-content!important;gap:clamp(12px,1.35vw,18px)!important;padding-inline:14px!important}.sxe-hdr__logo-mark,.sxe-canvas .sxe-hdr__logo-mark{width:42px!important;height:42px!important;flex-basis:42px!important}.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{font-size:clamp(19px,1.8vw,24px)!important;letter-spacing:.032em!important}.sxe-hdr__nav-list,.sxe-canvas .sxe-hdr__nav-list{gap:clamp(9px,1.1vw,16px)!important}.sxe-hdr__nav-link,.sxe-canvas .sxe-hdr__nav-link{font-size:clamp(12px,.98vw,14px)!important;padding-inline:4px!important}}@media(max-width:968px){.sxe-hdr{position:sticky!important;top:0!important}.admin-bar .sxe-hdr{top:46px!important}}@media(max-width:420px){.sxe-hdr__logo-text,.sxe-canvas .sxe-hdr__logo-text{font-size:clamp(17px,4.7vw,21px)!important;max-width:calc(100vw - 178px)!important;min-width:0!important;width:auto!important;overflow:hidden!important;text-overflow:ellipsis!important}}[data-sxe-mini-cart],.sxe-mini-cart-panel,[data-sxe-cart-page],[data-sxe-price],[data-sxe-card-price-wrap],[data-sxe-cart-subtotal],.sxe-mini-cart-summary,.sxe-cart-summary,.sxe-mini-cart-line,.sxe-cart-item-price,.sxe-cart-item-total{transition:opacity 0.3s ease-in-out}[data-sxe-mini-cart].is-updating,.sxe-mini-cart-panel.is-updating,[data-sxe-cart-page].is-updating,[data-sxe-price].is-updating,[data-sxe-card-price-wrap].is-updating,[data-sxe-cart-subtotal].is-updating,.sxe-mini-cart-summary.is-updating,.sxe-cart-summary.is-updating,.sxe-mini-cart-line.is-updating,.sxe-cart-item-price.is-updating,.sxe-cart-item-total.is-updating,.sxe-product-card.is-updating [data-sxe-card-price-wrap]{opacity:.48;pointer-events:none}.sxe-mini-coupon,.sxe-mc__coupon,.sxe-discount-box,.pdp6__coupon,.pdp6__discount-promo,.cart6__discount-slot,[data-sxe-cart-discount-slot],[data-sxe-apply-discount],.sxe-btn-apply{display:none!important}html.sxe-market-changing [data-sxe-price],html.sxe-market-changing [data-sxe-card-price-wrap],html.sxe-market-changing [data-sxe-mini-cart],html.sxe-market-changing .sxe-mini-cart-panel{opacity:.48;pointer-events:none;transition:opacity 0.3s ease-in-out}[data-sxe-cart-icon].sxe-cart-added-pulse,.sxe-cart-icon.sxe-cart-added-pulse{box-shadow:0 0 0 7px rgb(15 23 42 / .08)!important;border-radius:999px!important}.sxe-mini-cart-panel,.sxe-mc__panel{right:16px!important;width:min(380px,calc(100vw - 48px))!important;max-width:calc(100vw - 48px)!important}@media(max-width:480px){.sxe-mini-cart-panel,.sxe-mc__panel{right:10px!important;width:calc(100vw - 38px)!important;max-width:calc(100vw - 38px)!important;border-radius:20px!important}}html.sxe-market-changing [data-sxe-search-price-wrap]{opacity:.48;pointer-events:none}@media(max-width:340px){body.sxe-single-product .pdp6__mbar-btn .sxe-btn-text::after{content:"Add"!important;font-size:10.5px!important;line-height:1!important}}@media(max-width:520px){body.sxe-single-product .pdp6__mbar-btn .sxe-btn-text{font-size:inherit!important;line-height:1!important;white-space:nowrap!important}}@media(max-width:340px){body.sxe-single-product .pdp6__mbar-btn .sxe-btn-text::after{content:none!important}}.sxe-announce,.sxe-hdr-c__announce{position:relative!important;top:auto!important;z-index:1200!important;transform:none!important;box-shadow:none!important;border-bottom:1px solid rgb(255 255 255 / .08)!important}.admin-bar .sxe-announce,.admin-bar .sxe-hdr-c__announce{top:auto!important}.sxe-announce__inner,.sxe-hdr-c__announce-inner{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;min-height:38px!important;padding-inline:clamp(12px,2vw,24px)!important}.sxe-hdr,.sxe-hdr-c__bar{top:0!important}@media(max-width:640px){.sxe-announce__inner,.sxe-hdr-c__announce-inner{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding-inline:10px!important}}html body .sxe-announce,html body .sxe-hdr-c__announce{position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;inset:auto!important;transform:none!important;translate:none!important;z-index:30!important;will-change:auto!important;box-shadow:none!important}html body.admin-bar .sxe-announce,html body.admin-bar .sxe-hdr-c__announce{top:auto!important}.sxe-drawer__brand--with-logo,.sxe-search-brand{display:inline-flex!important;align-items:center!important;gap:10px!important;min-width:0!important;color:inherit!important;text-decoration:none!important}.sxe-drawer__brand-text,.sxe-search-brand__text{min-width:0!important}.sxe-drawer__brand-text{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sxe-hdr__search-head--brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;padding-right:44px!important}@media(max-width:520px){.sxe-drawer__brand--with-logo,.sxe-search-brand{gap:8px!important}.sxe-drawer__brand-text{max-width:210px!important}}html body .sxe-announce,html body .sxe-hdr-c__announce,html body div.sxe-announce,html body div.sxe-hdr-c__announce{position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;inset:auto!important;transform:none!important;translate:none!important;will-change:auto!important;z-index:30!important}html body .sxe-announce.is-sticky,html body .sxe-hdr-c__announce.is-sticky,html body .sticky .sxe-announce,html body .sticky .sxe-hdr-c__announce{position:relative!important;top:auto!important}html body .sxe-header,html body header.sxe-header,html body header.sxe-header[data-sxe-header]{position:static!important;top:auto!important;bottom:auto!important;inset:auto!important;z-index:auto!important;overflow:visible!important;transform:none!important;will-change:auto!important}html body .sxe-announce,html body .sxe-hdr-c__announce,html body div.sxe-announce,html body div.sxe-hdr-c__announce{position:static!important;top:auto!important;bottom:auto!important;inset:auto!important;transform:none!important;translate:none!important;will-change:auto!important;z-index:30!important}html body .sxe-hdr,html body .sxe-hdr-c__bar{position:sticky!important;top:0!important;z-index:1398!important}html body.admin-bar .sxe-hdr,html body.admin-bar .sxe-hdr-c__bar{top:32px!important}@media(max-width:782px){html body.admin-bar .sxe-hdr,html body.admin-bar .sxe-hdr-c__bar{top:46px!important}}html body .sxe-announce,html body .sxe-hdr-c__announce,html body div.sxe-announce,html body div.sxe-hdr-c__announce{display:none!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;visibility:hidden!important;opacity:0!important;box-shadow:none!important;pointer-events:none!important}html body .sxe-header,html body header.sxe-header,html body header.sxe-header[data-sxe-header]{position:static!important;top:auto!important;z-index:auto!important;overflow:visible!important}html body .sxe-hdr,html body .sxe-hdr-c__bar{position:sticky!important;top:0!important;z-index:1400!important}html body.admin-bar .sxe-hdr,html body.admin-bar .sxe-hdr-c__bar{top:32px!important}@media screen and (max-width:782px){html body.admin-bar .sxe-hdr,html body.admin-bar .sxe-hdr-c__bar{top:46px!important}}html body .sxe-header,html body header.sxe-header,html body header.sxe-header[data-sxe-header]{position:static!important;top:auto!important;z-index:auto!important;overflow:visible!important;transform:none!important}html body .sxe-hdr,html body .sxe-hdr-c__bar{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:5000!important;isolation:isolate!important}html body.admin-bar .sxe-hdr,html body.admin-bar .sxe-hdr-c__bar{top:32px!important}@media screen and (max-width:782px){html body.admin-bar .sxe-hdr,html body.admin-bar .sxe-hdr-c__bar{top:46px!important}}html body header.sxe-header,html body header.sxe-header[data-sxe-header]{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:8000!important;overflow:visible!important;transform:none!important;will-change:auto!important;isolation:isolate!important;flex:0 0 auto!important;align-self:stretch!important}html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:32px!important}html body header.sxe-header>.sxe-hdr,html body header.sxe-header>.sxe-hdr-c__bar{position:relative!important;top:auto!important;z-index:auto!important}html body .sxe-hdr-c__bar[data-sxe-header-component]{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:8000!important}html body.admin-bar .sxe-hdr-c__bar[data-sxe-header-component]{top:32px!important}@media screen and (max-width:782px){html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header],html body.admin-bar .sxe-hdr-c__bar[data-sxe-header-component]{top:46px!important}}html body header.sxe-header,html body header.sxe-header[data-sxe-header]{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2147483000!important;overflow:visible!important;transform:none!important;will-change:auto!important;isolation:isolate!important;margin:0!important}html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:32px!important}html body header.sxe-header>.sxe-hdr,html body header.sxe-header>.sxe-hdr-c__bar,html body .sxe-hdr-c__bar[data-sxe-header-component]{position:relative!important;top:auto!important;z-index:auto!important}@media screen and (max-width:782px){html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:46px!important}}html body .sxe-hdr__search{z-index:2147483646!important}html body .sxe-mini-cart .sxe-mc__reserve,html body .sxe-mini-cart [data-sxe-cart-reserve],html body .sxe-mini-cart [data-sxe-cart-timer]{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important}html body .sxe-mini-cart-panel,html body .sxe-mc__panel{right:0!important;left:auto!important;top:12px!important;bottom:12px!important;width:min(360px,calc(100vw - 40px))!important;max-width:calc(100vw - 40px)!important;max-height:calc(100dvh - 24px)!important;border-radius:22px 0 0 22px!important;box-shadow:-18px 0 48px rgb(15 23 42 / .18)!important}html body.admin-bar .sxe-mini-cart-panel,html body.admin-bar .sxe-mc__panel{top:calc(32px + 10px)!important;max-height:calc(100dvh - 54px)!important}html body .sxe-mc__head,html body .sxe-mini-cart-header{padding:12px 14px!important}html body .sxe-mini-cart-items,html body .sxe-mc__items{padding:6px 12px 8px!important}html body .sxe-mini-cart-item{gap:9px!important;padding:9px 0!important}html body .sxe-mini-cart-item-img{width:50px!important;height:50px!important;flex-basis:50px!important}html body .sxe-mini-cart-footer,html body .sxe-mc__foot{padding:11px 12px 12px!important}html body .sxe-mini-cart-summary{margin-bottom:8px!important}@media(max-width:480px){html body .sxe-mini-cart-panel,html body .sxe-mc__panel{right:0!important;left:auto!important;top:8px!important;bottom:8px!important;width:calc(100vw - 34px)!important;max-width:calc(100vw - 34px)!important;max-height:calc(100dvh - 16px)!important;border-radius:20px 0 0 20px!important}html body.admin-bar .sxe-mini-cart-panel,html body.admin-bar .sxe-mc__panel{top:calc(46px + 8px)!important;max-height:calc(100dvh - 62px)!important}html body .sxe-mini-cart-actions{grid-template-columns:1fr!important;gap:7px!important}}html body header.sxe-header[data-sxe-header] [data-sxe-mini-cart],html body header.sxe-header[data-sxe-header] .sxe-mini-cart{position:fixed!important;inset:0!important;height:100dvh!important;max-height:100dvh!important;z-index:2147483200!important}html body .cart6 [data-sxe-cart-page].is-updating,html body .cart6 [data-sxe-cart-page] .is-updating{opacity:1!important;transition:none!important}html body .sxe-market-topbar,html body div.sxe-market-topbar[data-sxe-market-topbar]{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;height:auto!important;min-height:34px!important;max-height:none!important;padding:0!important;margin:0!important;overflow:visible!important;pointer-events:auto!important;background:#0f172a!important;color:#fff!important;z-index:900!important;border:0!important;box-shadow:none!important}html body .sxe-market-topbar__inner{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;max-width:1200px!important;margin:0 auto!important;padding:0 clamp(12px,2vw,24px)!important;box-sizing:border-box!important}html body .sxe-market-topbar__label{font-size:11px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .72)!important}html body .sxe-market-topbar__switcher{min-width:0!important;position:relative!important;z-index:3!important}html body .sxe-market-topbar .sxe-market--topbar .sxe-market__btn{height:26px!important;min-height:26px!important;max-width:190px!important;padding:0 10px!important;border-radius:999px!important;background:rgb(255 255 255 / .10)!important;border:1px solid rgb(255 255 255 / .18)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;box-shadow:none!important}html body .sxe-market-topbar .sxe-market--topbar [data-sxe-market-label]{max-width:154px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .sxe-market-topbar .sxe-market__panel{right:0!important;left:auto!important;top:calc(100% + 8px)!important;color:#0f172a!important;z-index:2147482000!important}html body header.sxe-header,html body header.sxe-header[data-sxe-header]{top:var(--sxe-sticky-top-offset,0)!important;z-index:2147481200!important}html body.sxe-topbar-passed header.sxe-header,html body.sxe-topbar-passed header.sxe-header[data-sxe-header]{top:0!important}html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:calc(var(--sxe-sticky-top-offset,0px) + 32px)!important}html body.admin-bar.sxe-topbar-passed header.sxe-header,html body.admin-bar.sxe-topbar-passed header.sxe-header[data-sxe-header]{top:32px!important}@media(max-width:782px){html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:calc(var(--sxe-sticky-top-offset,0px) + 46px)!important}html body.admin-bar.sxe-topbar-passed header.sxe-header,html body.admin-bar.sxe-topbar-passed header.sxe-header[data-sxe-header]{top:46px!important}}@media(max-width:520px){html body .sxe-market-topbar__inner{min-height:32px!important;padding-inline:10px!important;gap:7px!important}html body .sxe-market-topbar__label{font-size:10px!important}html body .sxe-market-topbar .sxe-market--topbar .sxe-market__btn{max-width:132px!important;height:24px!important;min-height:24px!important;padding-inline:8px!important}html body .sxe-market-topbar .sxe-market--topbar [data-sxe-market-label]{max-width:104px!important}}html body .sxe-mini-cart,html body .sxe-mc,html body [data-sxe-mini-cart]{z-index:2147483600!important}html body .sxe-mini-cart-overlay,html body .sxe-mc__overlay{z-index:0!important}html body .sxe-mini-cart-panel,html body .sxe-mc__panel{z-index:1!important;position:absolute!important}html body .sxe-mini-cart-close,html body .sxe-mc__close,html body [data-sxe-mini-cart-close]{position:relative!important;z-index:5!important}html body .sxe-market-strip,html body div.sxe-market-strip[data-sxe-market-topbar]{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;inset:auto!important;height:auto!important;min-height:34px!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;pointer-events:auto!important;background:#0f172a!important;color:#fff!important;z-index:900!important;border:0!important;box-shadow:none!important}html body .sxe-market-strip__inner,html body .sxe-market-topbar__inner{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;max-width:1200px!important;margin:0 auto!important;padding:0 clamp(12px,2vw,24px)!important;box-sizing:border-box!important}html body .sxe-market-strip__label,html body .sxe-market-topbar__label{display:inline-flex!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .72)!important;white-space:nowrap!important}html body .sxe-market-strip .sxe-market--topbar .sxe-market__btn{height:26px!important;min-height:26px!important;max-width:190px!important;padding:0 10px!important;border-radius:999px!important;background:rgb(255 255 255 / .10)!important;border:1px solid rgb(255 255 255 / .18)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;box-shadow:none!important}html body .sxe-market-strip .sxe-market--topbar [data-sxe-market-label]{max-width:154px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .sxe-market-strip .sxe-market__panel{right:0!important;left:auto!important;top:calc(100% + 8px)!important;color:#0f172a!important;z-index:2147482000!important}@media(max-width:520px){html body .sxe-market-strip__inner,html body .sxe-market-topbar__inner{min-height:32px!important;padding-inline:10px!important;gap:7px!important}html body .sxe-market-strip__label,html body .sxe-market-topbar__label{font-size:10px!important}html body .sxe-market-strip .sxe-market--topbar .sxe-market__btn{max-width:132px!important;height:24px!important;min-height:24px!important;padding-inline:8px!important}html body .sxe-market-strip .sxe-market--topbar [data-sxe-market-label]{max-width:104px!important}}html body .sxe-market-strip[data-sxe-market-topbar]{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:34px!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;pointer-events:auto!important;background:#0f172a!important;color:#fff!important;z-index:1200!important;isolation:isolate!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;max-width:1200px!important;margin:0 auto!important;padding:0 clamp(12px,2vw,24px)!important;box-sizing:border-box!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__label{display:inline-flex!important;align-items:center!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .72)!important;white-space:nowrap!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__switcher{position:relative!important;z-index:3!important;min-width:0!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{height:26px!important;min-height:26px!important;max-width:190px!important;padding:0 10px!important;border-radius:999px!important;background:rgb(255 255 255 / .10)!important;border:1px solid rgb(255 255 255 / .18)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;box-shadow:none!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar [data-sxe-market-label]{display:inline-block!important;max-width:154px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market__panel{right:0!important;left:auto!important;top:calc(100% + 8px)!important;color:#0f172a!important;z-index:2147482000!important}@media(max-width:520px){html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{min-height:32px!important;padding-inline:10px!important;gap:7px!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__label{font-size:10px!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{max-width:132px!important;height:24px!important;min-height:24px!important;padding-inline:8px!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar [data-sxe-market-label]{max-width:104px!important}}html body .sxe-market-strip[data-sxe-market-topbar],html body div.sxe-market-strip[data-sxe-market-topbar]{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:34px!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;pointer-events:auto!important;background:#0f172a!important;color:#fff!important;z-index:1200!important;isolation:isolate!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;max-width:1200px!important;margin:0 auto!important;padding:0 clamp(12px,2vw,24px)!important;box-sizing:border-box!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__label{display:inline-flex!important;align-items:center!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .72)!important;white-space:nowrap!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__switcher{position:relative!important;z-index:3!important;min-width:0!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{height:26px!important;min-height:26px!important;max-width:190px!important;padding:0 10px!important;border-radius:999px!important;background:rgb(255 255 255 / .10)!important;border:1px solid rgb(255 255 255 / .18)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;box-shadow:none!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar [data-sxe-market-label]{display:inline-block!important;max-width:154px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market__panel{right:0!important;left:auto!important;top:calc(100% + 8px)!important;color:#0f172a!important;z-index:2147483000!important}html body header.sxe-header,html body header.sxe-header[data-sxe-header]{position:-webkit-sticky!important;position:sticky!important;top:0!important;left:auto!important;right:auto!important;width:100%!important;z-index:2147481200!important;overflow:visible!important;transform:none!important;will-change:auto!important;isolation:isolate!important;margin:0!important}html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:32px!important}html body header.sxe-header>.sxe-hdr,html body header.sxe-header>.sxe-hdr-c__bar,html body .sxe-hdr-c__bar[data-sxe-header-component]{position:relative!important;top:auto!important;z-index:auto!important}@media(max-width:782px){html body.admin-bar header.sxe-header,html body.admin-bar header.sxe-header[data-sxe-header]{top:46px!important}}@media(max-width:520px){html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__inner{min-height:32px!important;padding-inline:10px!important;gap:7px!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market-strip__label{font-size:10px!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar .sxe-market__btn{max-width:132px!important;height:24px!important;min-height:24px!important;padding-inline:8px!important}html body .sxe-market-strip[data-sxe-market-topbar] .sxe-market--topbar [data-sxe-market-label]{max-width:104px!important}}html body .sxe-mini-cart,html body .sxe-mc{transition:opacity .14s ease!important;z-index:2147483600!important}html body .sxe-mini-cart-overlay,html body .sxe-mc__overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgb(15 23 42 / .34)!important}html body .sxe-mini-cart-panel,html body .sxe-mc__panel{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;transition:transform .16s cubic-bezier(.22,.9,.24,1),opacity .14s ease!important;will-change:transform!important}html body [data-sxe-mini-cart].is-updating,html body .sxe-mini-cart-panel.is-updating,html body .sxe-mini-cart-line.is-updating,html body .sxe-mini-cart-summary.is-updating{opacity:1!important;pointer-events:auto!important}html body .sxe-mini-cart .is-updating[data-sxe-price-pending],html body .sxe-mini-cart [data-sxe-price-pending]{opacity:.65!important}html body [data-sxe-mini-cart].is-open .sxe-mini-cart-overlay,html body [data-sxe-mini-cart].is-open .sxe-mc__overlay{pointer-events:auto!important;cursor:pointer!important}html body [data-sxe-mini-cart].is-open .sxe-mini-cart-panel,html body [data-sxe-mini-cart].is-open .sxe-mc__panel{pointer-events:auto!important}@keyframes sxeHeroCaret{50%{opacity:0}}@keyframes sxeHeroCardInRight{from{opacity:0;transform:translate3d(90px,-10px,0) rotate(10deg) scale(.96)}to{opacity:.92;transform:translate3d(0,0,0) rotate(-5deg) scale(1)}}@keyframes sxeHeroCardInBottom{from{opacity:0;transform:translate3d(18px,90px,0) rotate(12deg) scale(.96)}to{opacity:.92;transform:translate3d(0,0,0) rotate(6deg) scale(1)}}@keyframes sxeHeroCardInLeft{from{opacity:0;transform:translate3d(-90px,28px,0) rotate(-12deg) scale(.96)}to{opacity:.92;transform:translate3d(0,0,0) rotate(-5deg) scale(1)}}@keyframes sxeHeroFloatOne{50%{transform:translate3d(0,-10px,0) rotate(-3deg)}}@keyframes sxeHeroFloatTwo{50%{transform:translate3d(-8px,8px,0) rotate(4deg)}}@keyframes sxeHeroFloatThree{50%{transform:translate3d(8px,-6px,0) rotate(-3deg)}}@keyframes sxeCollectionsVertical{from{transform:translateY(0)}to{transform:translateY(-50%)}}html body .sxe-trust-badges{max-width:1200px!important;margin:0 auto!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:clamp(14px,2vw,20px)!important;border:1px solid rgb(226 232 240 / .78)!important;border-radius:28px!important;background:linear-gradient(135deg,rgb(255 255 255 / .94),rgb(248 250 252 / .82))!important;box-shadow:0 18px 48px rgb(15 23 42 / .06)!important}html body .sxe-trust-badge{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;padding:0 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgb(203 213 225 / .86)!important;color:#0f172a!important;font-size:12px!important;font-weight:900!important;letter-spacing:.01em!important;box-shadow:0 7px 20px rgb(15 23 42 / .045)!important;transform:translateZ(0)!important}html body .sxe-trust-badge i{width:24px!important;height:24px!important;border-radius:999px!important;display:grid!important;place-items:center!important;font-style:normal!important;color:#fff!important;background:linear-gradient(135deg,#2563eb,#0f172a)!important;font-size:11px!important;font-weight:950!important;line-height:1!important;flex:0 0 24px!important}html body .sxe-trust-badge--secure i{background:linear-gradient(135deg,#16a34a,#15803d)!important}@media(max-width:640px){html body .sxe-trust-badges{justify-content:flex-start!important;border-radius:22px!important;gap:8px!important;padding:12px!important}html body .sxe-trust-badge{min-height:38px!important;padding:0 11px!important;font-size:11px!important;gap:7px!important}html body .sxe-trust-badge i{width:21px!important;height:21px!important;flex-basis:21px!important;font-size:10px!important}}html body .sxe-home-hero.sxe-scroll-reveal,html body .sxe-home-section.sxe-scroll-reveal,html body .sxe-ftr.sxe-scroll-reveal{opacity:0!important;transform:translate3d(0,34px,0)!important;transition:opacity .72s cubic-bezier(.2,.72,.18,1) var(--sxe-reveal-delay,0ms),transform .72s cubic-bezier(.2,.72,.18,1) var(--sxe-reveal-delay,0ms),filter .72s cubic-bezier(.2,.72,.18,1) var(--sxe-reveal-delay,0ms)!important;filter:blur(7px)!important;will-change:opacity,transform,filter!important}html body .sxe-home-hero.sxe-scroll-reveal.is-visible,html body .sxe-home-section.sxe-scroll-reveal.is-visible,html body .sxe-ftr.sxe-scroll-reveal.is-visible{opacity:1!important;transform:translate3d(0,0,0)!important;filter:blur(0)!important}html body .sxe-home-product-grid .sxe-product-card,html body .sxe-social-card,html body .sxe-trust-badges,html body .sxe-collections-showcase__item{transition:transform .26s cubic-bezier(.2,.72,.18,1),box-shadow .26s ease,border-color .26s ease!important}html body .sxe-home-product-grid .sxe-product-card:hover,html body .sxe-social-card:hover,html body .sxe-collections-showcase__item:hover{transform:translateY(-4px)!important;box-shadow:0 18px 42px rgb(15 23 42 / .10)!important}html body .sxe-ftr.sxe-scroll-reveal{transition-duration:.82s!important}html body .sxe-ftr.sxe-scroll-reveal .sxe-ftr__col,html body .sxe-ftr.sxe-scroll-reveal .sxe-ftr__socialbar{opacity:0!important;transform:translateY(16px)!important;transition:opacity .62s ease,transform .62s cubic-bezier(.2,.72,.18,1)!important}html body .sxe-ftr.sxe-scroll-reveal.is-visible .sxe-ftr__col,html body .sxe-ftr.sxe-scroll-reveal.is-visible .sxe-ftr__socialbar{opacity:1!important;transform:none!important}html body .sxe-ftr.sxe-scroll-reveal.is-visible .sxe-ftr__col:nth-child(1){transition-delay:.06s!important}html body .sxe-ftr.sxe-scroll-reveal.is-visible .sxe-ftr__col:nth-child(2){transition-delay:.12s!important}html body .sxe-ftr.sxe-scroll-reveal.is-visible .sxe-ftr__col:nth-child(3){transition-delay:.18s!important}html body .sxe-ftr.sxe-scroll-reveal.is-visible .sxe-ftr__socialbar{transition-delay:.22s!important}@media(prefers-reduced-motion:reduce){html body .sxe-home-hero.sxe-scroll-reveal,html body .sxe-home-section.sxe-scroll-reveal,html body .sxe-ftr.sxe-scroll-reveal,html body .sxe-ftr.sxe-scroll-reveal .sxe-ftr__col,html body .sxe-ftr.sxe-scroll-reveal .sxe-ftr__socialbar{opacity:1!important;transform:none!important;filter:none!important;transition:none!important;animation:none!important;will-change:auto!important}}.sxe-trust-strip{display:grid!important;gap:10px!important;width:100%!important;margin-top:10px!important;padding:12px!important;border:1px solid rgb(226 232 240 / .9)!important;border-radius:16px!important;background:linear-gradient(135deg,rgb(255 255 255 / .94),rgb(248 250 252 / .86))!important;box-shadow:0 10px 28px rgb(15 23 42 / .045)!important}.sxe-trust-strip__benefits{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:7px!important}.sxe-trust-strip__benefits span{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:26px!important;padding:5px 9px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgb(226 232 240 / .86)!important;color:#0f172a!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}.sxe-trust-strip__benefits i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;border-radius:999px!important;background:#dcfce7!important;color:#15803d!important;font-size:10px!important;font-style:normal!important;line-height:1!important}.sxe-trust-strip__payments{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:7px!important}.sxe-trust-strip__pay{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:27px!important;padding:2px!important;border-radius:7px!important;background:#fff!important;border:1px solid rgb(226 232 240 / .92)!important;box-shadow:0 4px 10px rgb(15 23 42 / .035)!important}.sxe-trust-strip__pay img{display:block!important;max-width:38px!important;width:38px!important;height:24px!important;object-fit:contain!important}.sxe-trust-strip__fallback{text-align:center!important;color:#475569!important;font-size:12px!important;font-weight:850!important}.sxe-trust-strip--pdp{margin-top:2px!important}.sxe-trust-strip--pdp .sxe-trust-strip__benefits{justify-content:flex-start!important}.sxe-trust-strip--pdp .sxe-trust-strip__payments{justify-content:flex-start!important}.cart6__summary .sxe-trust-strip--cart{margin-top:12px!important;padding:12px 10px!important}.cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__benefits span{font-size:11px!important;padding-inline:8px!important}.sxe-mini-cart-footer .sxe-trust-strip--drawer,.sxe-mc__foot .sxe-trust-strip--drawer{margin-top:10px!important;padding:9px!important;border-radius:14px!important;box-shadow:none!important}.sxe-mini-cart-footer .sxe-trust-strip--drawer .sxe-trust-strip__benefits,.sxe-mc__foot .sxe-trust-strip--drawer .sxe-trust-strip__benefits{gap:5px!important}.sxe-mini-cart-footer .sxe-trust-strip--drawer .sxe-trust-strip__benefits span,.sxe-mc__foot .sxe-trust-strip--drawer .sxe-trust-strip__benefits span{min-height:23px!important;padding:4px 7px!important;font-size:10px!important}.sxe-mini-cart-footer .sxe-trust-strip--drawer .sxe-trust-strip__payments,.sxe-mc__foot .sxe-trust-strip--drawer .sxe-trust-strip__payments{gap:5px!important}.sxe-mini-cart-footer .sxe-trust-strip--drawer .sxe-trust-strip__pay,.sxe-mc__foot .sxe-trust-strip--drawer .sxe-trust-strip__pay{width:35px!important;height:23px!important;border-radius:6px!important}.sxe-mini-cart-footer .sxe-trust-strip--drawer .sxe-trust-strip__pay img,.sxe-mc__foot .sxe-trust-strip--drawer .sxe-trust-strip__pay img{max-width:31px!important;width:31px!important;height:20px!important}@media(max-width:520px){.sxe-trust-strip{padding:10px!important;border-radius:14px!important;gap:8px!important}.sxe-trust-strip__benefits{gap:5px!important;justify-content:center!important}.sxe-trust-strip__benefits span{font-size:10.5px!important;min-height:24px!important;padding:4px 7px!important}.sxe-trust-strip__pay{width:37px!important;height:24px!important}.sxe-trust-strip__pay img{width:33px!important;height:21px!important}.sxe-trust-strip--pdp .sxe-trust-strip__benefits,.sxe-trust-strip--pdp .sxe-trust-strip__payments{justify-content:center!important}}html body .sxe-market-strip{margin-bottom:0!important}html body .sxe-header,html body header.sxe-header{margin-bottom:0!important;border-bottom:1px solid rgb(226 232 240 / .72)!important;box-shadow:0 10px 30px rgb(15 23 42 / .04)!important;background:rgb(255 255 255 / .92)!important;backdrop-filter:blur(18px) saturate(1.08)!important;-webkit-backdrop-filter:blur(18px) saturate(1.08)!important}html body .sxe-hdr,html body .sxe-hdr-c__bar{margin-bottom:0!important;background:rgb(255 255 255 / .84)!important;backdrop-filter:blur(18px) saturate(1.08)!important;-webkit-backdrop-filter:blur(18px) saturate(1.08)!important}@media(max-width:520px){html body .sxe-header,html body header.sxe-header{box-shadow:0 8px 24px rgb(15 23 42 / .045)!important}}html body .sxe-hdr__search-eyebrow{color:#6d28d9!important;font-weight:950!important;letter-spacing:.115em!important}@keyframes sxeHeroCursorBlink{50%{opacity:.08}}:root{--sxe-z-search:2147483647;--sxe-z-drawer:2147483646;--sxe-z-cart:2147483645;--sxe-z-qv:2147483644;--sxe-z-lightbox:2147483643}html body .sxe-hdr__search,html body #sxe-search-bar,html body [data-sxe-search-modal],html body .sxe-search-modal{position:fixed!important;inset:0!important;z-index:var(--sxe-z-search)!important;isolation:isolate!important;background:rgb(15 23 42 / .48)!important;backdrop-filter:blur(14px) saturate(1.08)!important;-webkit-backdrop-filter:blur(14px) saturate(1.08)!important}html body .sxe-hdr__search-panel,html body .sxe-hdr-c__search-panel,html body .sxe-search-modal__panel{position:relative!important;z-index:2!important;background:rgb(255 255 255 / .985)!important;opacity:1!important;border:1px solid rgb(255 255 255 / .92)!important;box-shadow:0 32px 95px rgb(2 6 23 / .36),0 8px 24px rgb(99 102 241 / .16)!important}html body .sxe-hdr__search-form,html body .sxe-hdr__search-form-row,html body .sxe-hdr-c__search-form{position:relative!important;z-index:3!important;background:#fff!important}html body .sxe-hdr-c__live,html body [data-sxe-header-live],html body [data-sxe-desktop-live]{position:relative!important;z-index:4!important;background:#fff!important}html body .sxe-drawer,html body [data-sxe-drawer],html body .sxe-mobile-drawer,html body .sxe-hdr__mobile-drawer{z-index:var(--sxe-z-drawer)!important;isolation:isolate!important}html body .sxe-drawer__panel,html body .sxe-mobile-drawer__panel,html body .sxe-hdr__drawer-panel{position:relative!important;z-index:2!important;background:#fff!important}html body .sxe-mini-cart,html body [data-sxe-mini-cart],html body .sxe-mc,html body .sxe-cart-drawer{z-index:var(--sxe-z-cart)!important}html.sxe-search-open body .sxe-home-hero__visual,html.sxe-search-open body .sxe-home-hero__card,html.sxe-search-open body .pdp6,html.sxe-search-open body .pdp6__media,html.sxe-search-open body .pdp6__info{pointer-events:none!important}:root{--sxe-z-modal-root:2147483647;--sxe-z-drawer-root:2147483646}html body.sxe-search-open,html.sxe-search-open body,html body.sxe-drawer-open,html.sxe-drawer-open body{overflow:hidden!important}html body .sxe-hdr__search,html body #sxe-search-bar,html body [data-sxe-search-modal],html body .sxe-search-modal{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;z-index:var(--sxe-z-modal-root)!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:clamp(72px,10vh,116px) 16px 22px!important;isolation:isolate!important;background:rgb(15 23 42 / .62)!important;backdrop-filter:blur(18px) saturate(1.08)!important;-webkit-backdrop-filter:blur(18px) saturate(1.08)!important;transform:none!important;contain:none!important}html body .sxe-hdr__search[hidden],html body #sxe-search-bar[hidden]{display:none!important}html body .sxe-hdr__search-backdrop,html body .sxe-search-modal__backdrop{position:absolute!important;inset:0!important;z-index:0!important;background:radial-gradient(circle at 50% 0%,rgb(124 58 237 / .25),transparent 38%),rgb(15 23 42 / .45)!important;backdrop-filter:blur(18px) saturate(1.08)!important;-webkit-backdrop-filter:blur(18px) saturate(1.08)!important}html body .sxe-hdr__search-panel,html body .sxe-hdr-c__search-panel,html body .sxe-search-modal__panel{position:relative!important;z-index:2!important;background:rgb(255 255 255 / .992)!important;opacity:1!important;overflow:hidden!important}html body .sxe-drawer,html body #sxe-mobile-drawer,html body [data-sxe-drawer],html body .sxe-mobile-drawer,html body .sxe-hdr__mobile-drawer{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;z-index:var(--sxe-z-drawer-root)!important;isolation:isolate!important;transform:none!important;contain:none!important}html body .sxe-drawer[hidden],html body #sxe-mobile-drawer[hidden]{display:none!important}html body .sxe-drawer__overlay,html body .sxe-mobile-drawer__overlay{position:absolute!important;inset:0!important;z-index:0!important;background:rgb(15 23 42 / .58)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}html body .sxe-drawer__panel,html body .sxe-mobile-drawer__panel,html body .sxe-hdr__drawer-panel{position:absolute!important;top:0!important;left:0!important;bottom:0!important;z-index:2!important;background:#fff!important;max-height:100dvh!important;overflow:auto!important;box-shadow:18px 0 60px rgb(2 6 23 / .24)!important}html body .sxe-market-strip,html body .sxe-hdr,html body .sxe-header{z-index:1200!important}@media(max-width:640px){html body .sxe-hdr__search,html body #sxe-search-bar{padding:72px 10px 16px!important;align-items:flex-start!important}html body .sxe-hdr__search-panel,html body .sxe-hdr-c__search-panel{width:min(100%,430px)!important;border-radius:22px!important}html body .sxe-drawer__panel,html body .sxe-mobile-drawer__panel,html body .sxe-hdr__drawer-panel{width:min(82vw,330px)!important}}@keyframes sxe-price-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}html body [data-sxe-price].is-updating,html body [data-sxe-card-price-wrap].is-updating,html body [data-sxe-search-price-wrap].is-updating,html body [data-sxe-cart-subtotal].is-updating,html body .sxe-mini-cart-line.is-updating,html body .sxe-cart-item-price.is-updating,html body .sxe-cart-item-total.is-updating,html body .sxe-product-card.is-price-syncing [data-sxe-card-price-wrap],html body .sxe-product-card.is-updating [data-sxe-card-price-wrap],html.sxe-market-changing body [data-sxe-price],html.sxe-market-changing body [data-sxe-card-price-wrap],html.sxe-market-changing body [data-sxe-search-price-wrap]{opacity:1!important;pointer-events:none!important;position:relative!important;color:transparent!important;text-shadow:none!important;min-width:76px!important}html body [data-sxe-price].is-updating *,html body [data-sxe-card-price-wrap].is-updating *,html body [data-sxe-search-price-wrap].is-updating *,html body [data-sxe-cart-subtotal].is-updating *,html body .sxe-mini-cart-line.is-updating *,html body .sxe-cart-item-price.is-updating *,html body .sxe-cart-item-total.is-updating *,html body .sxe-product-card.is-price-syncing [data-sxe-card-price-wrap] *,html body .sxe-product-card.is-updating [data-sxe-card-price-wrap] *{color:transparent!important;text-shadow:none!important}html body [data-sxe-price].is-updating::after,html body [data-sxe-card-price-wrap].is-updating::after,html body [data-sxe-search-price-wrap].is-updating::after,html body [data-sxe-cart-subtotal].is-updating::after,html body .sxe-mini-cart-line.is-updating::after,html body .sxe-cart-item-price.is-updating::after,html body .sxe-cart-item-total.is-updating::after,html body .sxe-product-card.is-price-syncing [data-sxe-card-price-wrap]::after,html body .sxe-product-card.is-updating [data-sxe-card-price-wrap]::after,html.sxe-market-changing body [data-sxe-price]::after,html.sxe-market-changing body [data-sxe-card-price-wrap]::after,html.sxe-market-changing body [data-sxe-search-price-wrap]::after{content:""!important;display:inline-block!important;width:min(118px,100%)!important;max-width:100%!important;height:1.05em!important;min-height:14px!important;border-radius:999px!important;vertical-align:-0.14em!important;background:linear-gradient(90deg,rgb(226 232 240 / .92) 0%,rgb(248 250 252) 48%,rgb(226 232 240 / .92) 100%)!important;background-size:220% 100%!important;animation:sxe-price-shimmer 1.1s ease-in-out infinite!important;box-shadow:inset 0 0 0 1px rgb(15 23 42 / .035)!important}html body .sxe-cart-item-total.is-updating::after,html body [data-sxe-cart-subtotal].is-updating::after{width:96px!important}@media(prefers-reduced-motion:reduce){html body [data-sxe-price].is-updating::after,html body [data-sxe-card-price-wrap].is-updating::after,html body [data-sxe-search-price-wrap].is-updating::after,html body [data-sxe-cart-subtotal].is-updating::after,html body .sxe-mini-cart-line.is-updating::after,html body .sxe-cart-item-price.is-updating::after,html body .sxe-cart-item-total.is-updating::after,html body .sxe-product-card.is-price-syncing [data-sxe-card-price-wrap]::after,html body .sxe-product-card.is-updating [data-sxe-card-price-wrap]::after,html.sxe-market-changing body [data-sxe-price]::after,html.sxe-market-changing body [data-sxe-card-price-wrap]::after,html.sxe-market-changing body [data-sxe-search-price-wrap]::after,html body [data-sxe-price-pending]{animation:none!important;background-position:50% 0!important}}@media(max-width:520px){html body .sxe-trust-strip--pdp,html body .sxe-trust-strip--cart,html body .sxe-trust-strip--drawer{display:block!important;width:100%!important;margin-top:8px!important;padding:8px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__benefits,html body .sxe-trust-strip--cart .sxe-trust-strip__benefits,html body .sxe-trust-strip--drawer .sxe-trust-strip__benefits{display:none!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__payments,html body .sxe-trust-strip--cart .sxe-trust-strip__payments,html body .sxe-trust-strip--drawer .sxe-trust-strip__payments{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:6px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay,html body .sxe-trust-strip--cart .sxe-trust-strip__pay,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay{width:38px!important;height:25px!important;padding:2px!important;border-radius:7px!important;background:#fff!important;border:1px solid rgb(226 232 240 / .92)!important;box-shadow:0 3px 8px rgb(15 23 42 / .04)!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay img,html body .sxe-trust-strip--cart .sxe-trust-strip__pay img,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay img{width:34px!important;max-width:34px!important;height:21px!important;object-fit:contain!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__fallback,html body .sxe-trust-strip--cart .sxe-trust-strip__fallback,html body .sxe-trust-strip--drawer .sxe-trust-strip__fallback{display:none!important}}html body .sxe-trust-strip--cart .sxe-trust-strip__benefits--free-only,html body .sxe-trust-strip--drawer .sxe-trust-strip__benefits--free-only{display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:2px!important}html body .sxe-trust-strip--cart .sxe-trust-strip__free-ship,html body .sxe-trust-strip--drawer .sxe-trust-strip__free-ship{background:linear-gradient(135deg,#dcfce7,#f0fdf4)!important;border-color:rgb(34 197 94 / .34)!important;color:#166534!important;letter-spacing:.02em!important;box-shadow:0 6px 14px rgb(22 101 52 / .08)!important}html body .sxe-trust-strip--cart .sxe-trust-strip__free-ship i,html body .sxe-trust-strip--drawer .sxe-trust-strip__free-ship i{background:#16a34a!important;color:#fff!important}@media(max-width:520px){html body .sxe-trust-strip--cart .sxe-trust-strip__benefits,html body .sxe-trust-strip--drawer .sxe-trust-strip__benefits{display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:6px!important}html body .sxe-trust-strip--cart .sxe-trust-strip__free-ship,html body .sxe-trust-strip--drawer .sxe-trust-strip__free-ship{min-height:24px!important;padding:5px 10px!important;font-size:10.5px!important}}@keyframes sxe-cart-celebrate-pop{0%{opacity:0;transform:translate3d(0,0,0) scale(.55) rotate(0deg)}12%{opacity:1}72%{opacity:.95}100%{opacity:0;transform:translate3d(var(--x,80px),var(--y,110px),0) scale(1) rotate(var(--r,120deg))}}html body .sxe-trust-strip--cart .sxe-trust-strip__benefits,html body .sxe-trust-strip--drawer .sxe-trust-strip__benefits{display:none!important}html body .sxe-mini-cart-item .sxe-line-free-ship{margin-top:6px!important}@keyframes sxe-cart-newyear-burst{0%{opacity:0;transform:translate3d(0,0,0) scale(.25) rotate(0deg)}10%{opacity:1;transform:translate3d(0,-8px,0) scale(1.08) rotate(22deg)}68%{opacity:1}100%{opacity:0;transform:translate3d(var(--dx,90px),var(--dy,130px),0) scale(.85) rotate(var(--rot,180deg))}}html body .sxe-mini-cart-line,html body .sxe-cart-item-price{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:5px!important;min-width:0!important}html body .sxe-mini-cart-item .sxe-line-free-ship,html body .sxe-cart-item-details .sxe-line-free-ship{margin:0!important}html body .sxe-mini-cart-items .sxe-cart-eta,html body .sxe-mc__items .sxe-cart-eta{margin-top:7px!important;margin-bottom:4px!important}@keyframes sxe-cart-burst-fly{0%{opacity:0;transform:translate3d(0,0,0) rotate(0deg) scale(.45)}9%{opacity:1;transform:translate3d(0,-10px,0) rotate(18deg) scale(1)}72%{opacity:1}100%{opacity:0;transform:translate3d(var(--tx,80px),var(--ty,150px),0) rotate(var(--rt,240deg)) scale(.9)}}@keyframes sxe-cart-burst-msg{0%{opacity:0;transform:translate(-50%,-50%) scale(.82)}16%,68%{opacity:1;transform:translate(-50%,-62%) scale(1)}100%{opacity:0;transform:translate(-50%,-88%) scale(.96)}}html body .sxe-mini-cart-items .sxe-cart-eta,html body .sxe-mc__items .sxe-cart-eta{padding:11px 10px 10px!important;margin-top:9px!important}html body .sxe-mini-cart-items .sxe-cart-eta__top,html body .sxe-mc__items .sxe-cart-eta__top{font-size:11.5px!important;margin-bottom:10px!important}html body .sxe-mini-cart-items .sxe-cart-eta__track,html body .sxe-mc__items .sxe-cart-eta__track{grid-template-columns:minmax(54px,1fr) 14px minmax(62px,1.06fr) 14px minmax(64px,1.08fr)!important;gap:4px!important}html body .sxe-mini-cart-items .sxe-cart-eta__step b,html body .sxe-mc__items .sxe-cart-eta__step b{font-size:9.5px!important}html body .sxe-mini-cart-items .sxe-cart-eta__step span,html body .sxe-mc__items .sxe-cart-eta__step span{font-size:8.4px!important}@media(min-width:769px){html body .sxe-mini-cart-panel,html body .sxe-mc__panel{width:min(460px,calc(100vw - 52px))!important;max-width:calc(100vw - 52px)!important}}html body .sxe-mini-cart-items>.sxe-cart-eta:first-child,html body .sxe-mc__items>.sxe-cart-eta:first-child{order:-10!important;margin:0 0 9px!important}html body .sxe-mini-cart-items,html body .sxe-mc__items{display:flex!important;flex-direction:column!important}html body .sxe-mini-cart-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)!important;gap:8px!important}html body .sxe-mini-cart-actions .sxe-btn{min-width:0!important;width:100%!important;height:42px!important;min-height:42px!important;padding:0 8px!important;font-size:12.5px!important;line-height:1!important;white-space:nowrap!important}html body .sxe-trust-strip--pdp,html body .sxe-trust-strip--cart,html body .sxe-trust-strip--drawer{overflow:hidden!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__payments,html body .sxe-trust-strip--cart .sxe-trust-strip__payments,html body .sxe-trust-strip--drawer .sxe-trust-strip__payments{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;gap:clamp(3px,.72vw,6px)!important;overflow:hidden!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay,html body .sxe-trust-strip--cart .sxe-trust-strip__pay,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay{flex:1 1 0!important;min-width:0!important;max-width:42px!important;width:auto!important;height:24px!important;padding:1px!important;border-radius:6px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay img,html body .sxe-trust-strip--cart .sxe-trust-strip__pay img,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay img{width:100%!important;max-width:35px!important;height:20px!important;object-fit:contain!important}html body .cart6__summary .sxe-trust-strip--cart,html body .sxe-mini-cart-footer .sxe-trust-strip--drawer,html body .sxe-mc__foot .sxe-trust-strip--drawer{padding:8px 9px!important;gap:0!important}@media(max-width:640px){html body .sxe-mini-cart-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important}html body .sxe-mini-cart-actions .sxe-btn{height:40px!important;min-height:40px!important;border-radius:11px!important;font-size:12px!important;padding:0 6px!important}html body .sxe-mini-cart-footer,html body .sxe-mc__foot{padding-top:9px!important}html body .sxe-mini-cart-footer .sxe-trust-strip--drawer,html body .sxe-mc__foot .sxe-trust-strip--drawer{margin-top:8px!important;padding:7px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__payments,html body .sxe-trust-strip--cart .sxe-trust-strip__payments,html body .sxe-trust-strip--drawer .sxe-trust-strip__payments{gap:3px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay,html body .sxe-trust-strip--cart .sxe-trust-strip__pay,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay{height:21px!important;max-width:32px!important;border-radius:5px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay img,html body .sxe-trust-strip--cart .sxe-trust-strip__pay img,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay img{max-width:29px!important;height:18px!important}}@media(max-width:420px){html body .sxe-mini-cart-actions .sxe-btn{font-size:11.4px!important;padding:0 4px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay,html body .sxe-trust-strip--cart .sxe-trust-strip__pay,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay{height:20px!important;max-width:29px!important}html body .sxe-trust-strip--pdp .sxe-trust-strip__pay img,html body .sxe-trust-strip--cart .sxe-trust-strip__pay img,html body .sxe-trust-strip--drawer .sxe-trust-strip__pay img{max-width:26px!important;height:17px!important}}html body .sxe-mini-cart-items>.sxe-cart-eta:not(:first-child),html body .sxe-mc__items>.sxe-cart-eta:not(:first-child){display:none!important}html body .sxe-mini-cart-header,html body .sxe-mc__head{padding:10px 14px!important;min-height:46px!important}html body .sxe-mini-cart-header h3,html body .sxe-mc__head h3{font-size:15px!important;line-height:1.05!important;letter-spacing:-.035em!important}html body .sxe-mini-cart-close,html body .sxe-mc__close{width:32px!important;height:32px!important;min-width:32px!important;font-size:18px!important}html body .sxe-mini-cart-items>.sxe-cart-eta:first-child,html body .sxe-mc__items>.sxe-cart-eta:first-child{flex:0 0 auto!important;margin:0 0 8px!important}html body .sxe-mini-cart-items .sxe-cart-eta,html body .sxe-mc__items .sxe-cart-eta{padding:10px 10px 9px!important;border-radius:15px!important;box-shadow:0 10px 24px rgb(15 23 42 / .06)!important}@media(max-width:420px){html body .sxe-mini-cart-header,html body .sxe-mc__head{padding:9px 12px!important;min-height:42px!important}html body .sxe-mini-cart-header h3,html body .sxe-mc__head h3{font-size:14px!important}html body .sxe-mini-cart-items .sxe-cart-eta,html body .sxe-mc__items .sxe-cart-eta{padding:9px 8px!important}}html body .sxe-mini-cart-actions,html body .sxe-mc__actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important}html body .sxe-mini-cart-actions .sxe-btn,html body .sxe-mc__actions .sxe-btn{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;white-space:nowrap!important;border-radius:12px!important;font-size:12.5px!important;font-weight:900!important}@media(max-width:480px){html body .sxe-mini-cart-actions,html body .sxe-mc__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important}html body .sxe-mini-cart-actions .sxe-btn,html body .sxe-mc__actions .sxe-btn{height:40px!important;min-height:40px!important;font-size:11.5px!important}}html body .sxe-mini-cart-actions .sxe-btn--primary,html body .sxe-mc__actions .sxe-btn--primary,html body [data-sxe-mini-cart-footer] .sxe-btn--primary{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important;box-shadow:0 8px 18px rgb(37 99 235 / .16)!important}html body .sxe-mini-cart-actions .sxe-btn--primary:hover,html body .sxe-mc__actions .sxe-btn--primary:hover,html body [data-sxe-mini-cart-footer] .sxe-btn--primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}html body .sxe-mini-cart-actions,html body .sxe-mc__actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;width:100%!important;max-width:100%!important}html body .sxe-mini-cart-actions .sxe-btn,html body .sxe-mc__actions .sxe-btn{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 8px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;border-radius:12px!important}html body .cart6__summary .sxe-trust-strip--cart{margin-top:12px!important;padding:10px!important;border-radius:15px!important;overflow:visible!important}html body .cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__payments{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;align-items:center!important;justify-items:center!important;width:100%!important;overflow:visible!important}html body .cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__pay{width:100%!important;max-width:48px!important;min-width:0!important;height:28px!important;padding:2px!important;border-radius:7px!important;box-sizing:border-box!important}html body .cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__pay img{width:40px!important;max-width:100%!important;height:24px!important;object-fit:contain!important}@media(max-width:520px){html body .cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__payments{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}html body .cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__pay{max-width:43px!important;height:26px!important}html body .cart6__summary .sxe-trust-strip--cart .sxe-trust-strip__pay img{width:36px!important;height:22px!important}}.sxe-mini-cart-actions,.sxe-mc__actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:100%!important;align-items:stretch!important}.sxe-mini-cart-actions .sxe-btn,.sxe-mc__actions .sxe-btn,.sxe-mini-cart-actions button,.sxe-mc__actions button,.sxe-mini-cart-actions a,.sxe-mc__actions a{width:100%!important;min-width:0!important;max-width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;border-radius:12px!important;box-sizing:border-box!important}.sxe-mini-cart-actions [data-sxe-checkout],.sxe-mc__actions [data-sxe-checkout]{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important}html body.sxe-single-product .pdp6__info .sxe-buynow shop-pay-button,html body.sxe-single-product .pdp6__info .sxe-buy-now shop-pay-button,html body.sxe-single-product .pdp6__info .sxe-buynow__btn,html body.sxe-single-product .pdp6__info .sxe-buy-now .sxe-btn{min-height:46px!important;height:46px!important;border-radius:12px!important}@media(max-width:520px){html body.sxe-single-product .pdp6__info .sxe-buynow shop-pay-button,html body.sxe-single-product .pdp6__info .sxe-buy-now shop-pay-button,html body.sxe-single-product .pdp6__info .sxe-buynow__btn,html body.sxe-single-product .pdp6__info .sxe-buy-now .sxe-btn{min-height:42px!important;height:42px!important}}html body .cart6__summary .cart6__pay-stack .cart6__checkout,html body .cart6__summary [data-sxe-checkout],html body .sxe-mini-cart-actions [data-sxe-checkout],html body .sxe-mc__actions [data-sxe-checkout],html body [data-sxe-mini-cart-footer] [data-sxe-checkout],html body.sxe-single-product .pdp6__info .sxe-buynow__btn:not(:disabled),html body.sxe-single-product .pdp6__info .sxe-buy-now .sxe-btn:not(:disabled),html body.sxe-single-product .pdp6__info [data-sxe-buynow]:not(:disabled),html body .sxe-bb__buy:not(:disabled){background:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important;box-shadow:0 10px 22px rgb(29 78 216 / .22)!important}html body .cart6__summary .cart6__pay-stack .cart6__checkout:hover,html body .cart6__summary .cart6__pay-stack .cart6__checkout:focus,html body .cart6__summary [data-sxe-checkout]:hover,html body .cart6__summary [data-sxe-checkout]:focus,html body .sxe-mini-cart-actions [data-sxe-checkout]:hover,html body .sxe-mini-cart-actions [data-sxe-checkout]:focus,html body .sxe-mc__actions [data-sxe-checkout]:hover,html body .sxe-mc__actions [data-sxe-checkout]:focus,html body [data-sxe-mini-cart-footer] [data-sxe-checkout]:hover,html body [data-sxe-mini-cart-footer] [data-sxe-checkout]:focus,html body.sxe-single-product .pdp6__info .sxe-buynow__btn:not(:disabled):hover,html body.sxe-single-product .pdp6__info .sxe-buynow__btn:not(:disabled):focus,html body.sxe-single-product .pdp6__info .sxe-buy-now .sxe-btn:not(:disabled):hover,html body.sxe-single-product .pdp6__info .sxe-buy-now .sxe-btn:not(:disabled):focus,html body.sxe-single-product .pdp6__info [data-sxe-buynow]:not(:disabled):hover,html body.sxe-single-product .pdp6__info [data-sxe-buynow]:not(:disabled):focus,html body .sxe-bb__buy:not(:disabled):hover,html body .sxe-bb__buy:not(:disabled):focus{background:#1e40af!important;border-color:#1e40af!important;color:#fff!important}@keyframes sxeHeroCaretBlink{50%{opacity:.18}}@keyframes sxe-flash-caret{50%{opacity:0}}html body .sxe-mini-cart-line{display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important}html body .sxe-mini-cart-qty{display:inline-grid!important;grid-template-columns:29px 38px 29px!important;align-items:center!important;height:31px!important;margin-top:7px!important;border:1px solid rgb(203 213 225 / .94)!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important}html body .sxe-mini-cart-qty .sxe-qty-btn{width:29px!important;height:31px!important;min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:#0f172a!important;font-size:16px!important;line-height:1!important;font-weight:850!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}html body .sxe-mini-cart-qty .sxe-qty-btn:hover{background:#f1f5f9!important}html body .sxe-mini-cart-qty [data-sxe-cart-qty]{width:38px!important;height:31px!important;min-width:0!important;padding:0!important;margin:0!important;border:0!important;border-left:1px solid #e2e8f0!important;border-right:1px solid #e2e8f0!important;border-radius:0!important;background:#fff!important;text-align:center!important;color:#0f172a!important;font-size:12px!important;font-weight:900!important;appearance:textfield!important;-moz-appearance:textfield!important}html body .sxe-mini-cart-qty [data-sxe-cart-qty]::-webkit-outer-spin-button,html body .sxe-mini-cart-qty [data-sxe-cart-qty]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}@media(max-width:480px){html body .sxe-mini-cart-qty{grid-template-columns:27px 34px 27px!important;height:29px!important;margin-top:6px!important}html body .sxe-mini-cart-qty .sxe-qty-btn{width:27px!important;height:29px!important;font-size:15px!important}html body .sxe-mini-cart-qty [data-sxe-cart-qty]{width:34px!important;height:29px!important;font-size:11px!important}}html body .sxe-mini-cart-summary__row--discount,html body .sxe-cart-subtotal--discount{color:#16a34a!important;font-weight:850!important}html body .sxe-mini-cart-summary__row--total,html body .sxe-cart-subtotal--total{border-top:1px solid rgb(226 232 240 / .9)!important;padding-top:9px!important;margin-top:5px!important;font-weight:850!important}@keyframes sxe-gallery-tile-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes sxClockTick{0%,60%,100%{transform:rotate(0deg)}70%{transform:rotate(-10deg)}80%{transform:rotate(7deg)}90%{transform:rotate(-3deg)}}@keyframes sxCountdownBreath{0%,100%{box-shadow:0 14px 28px rgb(37 99 235 / .30),inset 0 1px 0 rgb(255 255 255 / .22)}50%{box-shadow:0 14px 28px rgb(37 99 235 / .42),0 0 0 4px rgb(59 130 246 / .10),inset 0 1px 0 rgb(255 255 255 / .22)}}@keyframes sxStepPulse{0%{box-shadow:0 0 0 3px #fff,0 0 0 0 rgb(22 163 74 / .55),0 4px 10px rgb(15 23 42 / .14)}70%{box-shadow:0 0 0 3px #fff,0 0 0 9px #fff0,0 4px 10px rgb(15 23 42 / .14)}100%{box-shadow:0 0 0 3px #fff,0 0 0 0 #fff0,0 4px 10px rgb(15 23 42 / .14)}}html body .sxe-page-transition{position:fixed!important;inset:0!important;z-index:2147483645!important;display:grid!important;place-items:center!important;background:rgb(255 255 255 / .24)!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,visibility .18s ease!important}html.sxe-page-leaving body .sxe-page-transition{opacity:1!important;visibility:visible!important}html body .sxe-page-transition__spinner{width:40px!important;height:40px!important;border-radius:999px!important;border:3px solid rgb(37 99 235 / .18)!important;border-top-color:#2563eb!important;border-right-color:#4f46e5!important;background:rgb(255 255 255 / .88)!important;box-shadow:0 14px 34px rgb(15 23 42 / .12)!important;animation:sxe-spin .72s linear infinite!important}html body .sxe-nav-progress,html body [data-sxe-nav-progress]{display:none!important}html body .sxe-hdr__logo-text,html body .sxe-canvas .sxe-hdr__logo-text{font-weight:900!important;letter-spacing:.02em!important}html body .sxe-hdr__nav-link,html body .sxe-canvas .sxe-hdr__nav-link,html body .sxe-hdr__nav a,html body .sxe-canvas .sxe-hdr__nav a{font-weight:800!important;color:#243044!important}html body .sxe-hdr__nav-link:hover,html body .sxe-canvas .sxe-hdr__nav-link:hover,html body .sxe-hdr__nav a:hover,html body .sxe-canvas .sxe-hdr__nav a:hover{color:#0f172a!important}html body .sxe-drawer__toggle,html body .sxe-hdr-c__drawer-toggle{width:42px!important;height:42px!important;border:1px solid rgb(199 210 254 / .9)!important;border-radius:14px!important;background:linear-gradient(180deg,#ffffff,#f8fbff)!important;color:#334155!important;box-shadow:0 8px 22px rgb(15 23 42 / .06)!important}html body .sxe-drawer__toggle:hover,html body .sxe-hdr-c__drawer-toggle:hover{background:#eef2ff!important;color:#4f46e5!important;box-shadow:0 12px 24px rgb(79 70 229 / .12)!important}html body .sxe-drawer__toggle svg,html body .sxe-hdr-c__drawer-toggle svg{width:18px!important;height:18px!important;transition:transform .2s cubic-bezier(.22,.9,.24,1),opacity .16s ease!important}html body .sxe-drawer__toggle[aria-expanded="true"] svg,html body .sxe-hdr-c__drawer-toggle[aria-expanded="true"] svg{transform:rotate(45deg)!important}html body .sxe-drawer__toggle,html body .sxe-hdr-c__drawer-toggle{position:relative!important;isolation:isolate!important;color:#334155!important}html body .sxe-drawer__toggle svg,html body .sxe-hdr-c__drawer-toggle svg{opacity:0!important;visibility:hidden!important;width:0!important;height:0!important;pointer-events:none!important}html body .sxe-drawer__toggle::before,html body .sxe-drawer__toggle::after,html body .sxe-hdr-c__drawer-toggle::before,html body .sxe-hdr-c__drawer-toggle::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:15px!important;height:2px!important;border-radius:999px!important;background:currentColor!important;transform:translate(-50%,-50%)!important;transition:transform .18s cubic-bezier(.22,.9,.24,1),opacity .16s ease!important;z-index:2!important}html body .sxe-drawer__toggle::after,html body .sxe-hdr-c__drawer-toggle::after{transform:translate(-50%,-50%) rotate(90deg)!important}html body .sxe-drawer__toggle[aria-expanded="true"]::after,html body .sxe-hdr-c__drawer-toggle[aria-expanded="true"]::after{opacity:0!important;transform:translate(-50%,-50%) rotate(90deg) scaleX(.35)!important}html body .sxe-drawer__toggle[aria-expanded="true"],html body .sxe-hdr-c__drawer-toggle[aria-expanded="true"]{color:#4f46e5!important;background:#eef2ff!important;border-color:#c7d2fe!important}html body #sxe-mobile-drawer.sxe-drawer{pointer-events:none!important;overflow:hidden!important}html body #sxe-mobile-drawer.sxe-drawer:not([hidden]){display:block!important}html body #sxe-mobile-drawer .sxe-drawer__overlay{opacity:0!important;transition:opacity .22s ease!important;will-change:opacity!important}html body #sxe-mobile-drawer .sxe-drawer__panel{width:min(88vw,360px)!important;padding-bottom:env(safe-area-inset-bottom,0)!important;transform:translate3d(-102%,0,0)!important;opacity:.98!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;transition:transform .22s cubic-bezier(.22,.9,.24,1),opacity .18s ease!important;will-change:transform!important}html body #sxe-mobile-drawer.is-open{pointer-events:auto!important}html body #sxe-mobile-drawer.is-open .sxe-drawer__overlay{opacity:1!important}html body #sxe-mobile-drawer.is-open .sxe-drawer__panel{transform:translate3d(0,0,0)!important;opacity:1!important}html body #sxe-mobile-drawer .sxe-drawer__head{position:sticky!important;top:0!important;z-index:4!important;min-height:68px!important;padding:max(12px,env(safe-area-inset-top,0px)) 16px 12px!important;background:rgb(255 255 255 / .84)!important;backdrop-filter:blur(20px) saturate(1.18)!important;-webkit-backdrop-filter:blur(20px) saturate(1.18)!important}html body #sxe-mobile-drawer .sxe-drawer__close{width:44px!important;height:44px!important;min-width:44px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgb(226 232 240 / .9)!important;border-radius:14px!important;background:rgb(248 250 252 / .9)!important;color:#334155!important;line-height:1!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}html body #sxe-mobile-drawer .sxe-drawer__nav{padding:14px 14px max(24px,env(safe-area-inset-bottom,0px))!important}html body #sxe-mobile-drawer .sxe-drawer__menu{display:grid!important;gap:9px!important}html body #sxe-mobile-drawer .sxe-drawer__group,html body #sxe-mobile-drawer .sxe-drawer__solo{overflow:hidden!important;border:1px solid rgb(226 232 240 / .82)!important;border-radius:18px!important;background:rgb(255 255 255 / .66)!important;box-shadow:0 10px 28px rgb(15 23 42 / .045)!important}html body #sxe-mobile-drawer .sxe-drawer__row{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;align-items:center!important;gap:4px!important;min-height:56px!important;padding:6px 7px 6px 14px!important}html body #sxe-mobile-drawer .sxe-drawer__main-link,html body #sxe-mobile-drawer .sxe-drawer__solo{display:flex!important;align-items:center!important;min-width:0!important;min-height:44px!important;padding:10px 6px!important;border:0!important;color:#172033!important;font-size:15px!important;font-weight:850!important;line-height:1.25!important;text-decoration:none!important;background:transparent!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}html body #sxe-mobile-drawer .sxe-drawer__solo{padding:12px 20px!important;min-height:56px!important}html body #sxe-mobile-drawer .sxe-drawer__main-link:active,html body #sxe-mobile-drawer .sxe-drawer__solo:active{color:#4f46e5!important;background:rgb(238 242 255 / .68)!important}html body #sxe-mobile-drawer .sxe-drawer__toggle{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;margin:0!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}html body #sxe-mobile-drawer .sxe-drawer__submenu{display:grid!important;grid-template-rows:0fr!important;max-height:none!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:grid-template-rows .22s cubic-bezier(.22,.9,.24,1),opacity .16s ease,visibility .22s ease!important}html body #sxe-mobile-drawer .sxe-drawer__submenu-inner{min-height:0!important;overflow:hidden!important;display:grid!important;gap:4px!important;padding:0 10px!important;transition:padding .22s ease!important}html body #sxe-mobile-drawer .sxe-drawer__group.is-open .sxe-drawer__submenu{grid-template-rows:1fr!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}html body #sxe-mobile-drawer .sxe-drawer__group.is-open .sxe-drawer__submenu-inner{padding:0 10px 10px!important}html body #sxe-mobile-drawer .sxe-drawer__submenu a{display:flex!important;align-items:center!important;min-height:44px!important;padding:10px 12px!important;border:0!important;border-radius:12px!important;color:#526075!important;background:rgb(248 250 252 / .76)!important;font-size:14px!important;font-weight:750!important;line-height:1.25!important;text-decoration:none!important;touch-action:manipulation!important}html body #sxe-mobile-drawer .sxe-drawer__submenu a:active{color:#4338ca!important;background:#eef2ff!important}html body #sxe-mobile-drawer .sxe-drawer__submenu-all{color:#3730a3!important;background:rgb(238 242 255 / .82)!important}html body #sxe-mobile-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)!important}html body #sxe-mobile-toggle[aria-expanded="true"] span:nth-child(2){opacity:0!important;transform:scaleX(.25)!important}html body #sxe-mobile-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)!important}html body #sxe-mobile-toggle span{transform-origin:center!important;transition:transform .18s ease,opacity .14s ease!important}@media(max-width:390px){html body #sxe-mobile-drawer .sxe-drawer__panel{width:min(91vw,340px)!important}}@media(prefers-reduced-motion:reduce){html body #sxe-mobile-drawer .sxe-drawer__overlay,html body #sxe-mobile-drawer .sxe-drawer__panel,html body #sxe-mobile-drawer .sxe-drawer__submenu,html body #sxe-mobile-drawer .sxe-drawer__submenu-inner,html body #sxe-mobile-toggle span{transition:none!important}}