@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_9f4f9187-module__4LtYgq__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_9f4f9187-module__4LtYgq__variable{--font-outfit:"Outfit", "Outfit Fallback"}
:root{--white:#fff;--white-soft:#f9f9f9;--white-muted:#e0e0e0;--pure-black:#000;--onyx:#080808;--onyx-soft:#111;--onyx-muted:#1a1a1a;--gray-100:#f0f0f0;--gray-200:#d9d9d9;--gray-300:#bfbfbf;--gray-400:#8c8c8c;--gray-500:#595959;--gray-600:#404040;--gray-700:#262626;--gray-800:#141414;--gray-900:#0a0a0a;--bg-primary:#fff;--bg-secondary:var(--white-soft);--bg-dark:var(--gray-100);--text-primary:var(--pure-black);--text-secondary:var(--gray-600);--text-muted:var(--gray-400);--text-on-dark:var(--white);--border:var(--white-muted);--border-focus:var(--pure-black);--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a, 0 2px 6px #0000000f;--shadow-lg:0 10px 30px #0000001f, 0 4px 12px #0000000f;--shadow-xl:0 20px 50px #00000029, 0 8px 20px #00000014;--shadow-gold:0 4px 20px #c9a84c4d;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.35s cubic-bezier(.34, 1.56, .64, 1);--z-base:1;--z-dropdown:100;--z-sticky:200;--z-drawer:300;--z-modal:400;--z-toast:500;--header-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1280px;padding-inline:var(--space-6);margin-inline:auto}.container-sm{max-width:960px;padding-inline:var(--space-6);margin-inline:auto}.section{padding-block:var(--space-20)}.section-sm{padding-block:var(--space-12)}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.text-white{color:var(--white)}.text-muted{color:var(--text-muted)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}::selection{background:var(--pure-black);color:var(--white)}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.page-enter{opacity:0;transform:translateY(12px)}.page-enter-active{opacity:1;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-white{0%,to{box-shadow:0 0 #0006}50%{box-shadow:0 0 0 8px #0000}}.skeleton{background:linear-gradient(90deg, var(--gray-200) 25%, var(--gray-100) 50%, var(--gray-200) 75%);border-radius:var(--radius-md);background-size:800px 100%;animation:1.5s infinite shimmer}@media (max-width:1024px){.container{padding-inline:var(--space-5)}}@media (max-width:640px){.container{padding-inline:var(--space-4)}:root{--header-h:64px}}
.Header-module__KHjLKa__promoBar{background:var(--pure-black);color:var(--white);text-align:center;font-size:var(--text-xs);letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid var(--gray-800);justify-content:center;width:100%;padding:.625rem 1rem;font-weight:500;display:flex;overflow-x:hidden}.Header-module__KHjLKa__promoBar p{margin:0}.Header-module__KHjLKa__header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(20px);width:100%;transition:border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);background:#ffffffd9;border-bottom:1px solid #0000;position:sticky;top:0;overflow-x:hidden}.Header-module__KHjLKa__header.Header-module__KHjLKa__scrolled{border-bottom-color:var(--gray-900);background:var(--bg-primary)}.Header-module__KHjLKa__inner{align-items:center;gap:var(--space-4);height:var(--header-h);max-width:1280px;padding-inline:var(--space-6);margin-inline:auto;display:flex}.Header-module__KHjLKa__logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Header-module__KHjLKa__logoIcon{font-size:1.5rem;line-height:1}.Header-module__KHjLKa__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;font-size:1.5rem;font-weight:700}.Header-module__KHjLKa__nav{align-items:center;gap:var(--space-2);flex:1;justify-content:center;display:flex}.Header-module__KHjLKa__navLink{font-size:var(--text-sm);color:var(--gray-400);border-radius:var(--radius-sm);transition:all var(--transition-fast);letter-spacing:.02em;white-space:nowrap;padding:.5rem 1rem;font-weight:500}.Header-module__KHjLKa__navLink:hover,.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active{color:var(--text-primary);background:#0000000d}.Header-module__KHjLKa__actions{align-items:center;gap:var(--space-1);flex-shrink:0;margin-left:auto;display:flex}.Header-module__KHjLKa__iconBtn{border-radius:var(--radius-md);width:44px;height:44px;color:var(--gray-300);transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.Header-module__KHjLKa__iconBtn:hover{color:var(--text-primary);background:var(--gray-100)}.Header-module__KHjLKa__badge{background:var(--text-primary);min-width:18px;height:18px;color:var(--bg-primary);border-radius:var(--radius-full);pointer-events:none;justify-content:center;align-items:center;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.Header-module__KHjLKa__searchWrapper{position:relative}.Header-module__KHjLKa__searchDrop{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);opacity:0;pointer-events:none;width:0;transition:width var(--transition-base), opacity var(--transition-base);align-items:center;display:flex;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.Header-module__KHjLKa__searchOpen .Header-module__KHjLKa__searchDrop{opacity:1;pointer-events:all;width:min(340px,100vw - 3rem)}.Header-module__KHjLKa__searchInput{font-size:var(--text-sm);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.875rem 1.125rem}.Header-module__KHjLKa__searchInput::placeholder{color:var(--gray-500)}.Header-module__KHjLKa__searchSubmit{color:var(--text-primary);cursor:pointer;opacity:.7;transition:opacity var(--transition-fast);background:0 0;border:none;align-items:center;padding:.875rem;display:flex}.Header-module__KHjLKa__searchSubmit:hover{opacity:1}.Header-module__KHjLKa__searchBackdrop{z-index:-1;position:fixed;inset:0}@media (max-width:1023px){.Header-module__KHjLKa__nav{display:none}}@media (max-width:640px){.Header-module__KHjLKa__inner{padding-inline:var(--space-3);gap:var(--space-2)}.Header-module__KHjLKa__iconBtn{width:38px;height:38px}.Header-module__KHjLKa__logoText{font-size:1rem}.Header-module__KHjLKa__actions{gap:0}.Header-module__KHjLKa__header{width:100%;overflow-x:hidden}}@media (max-width:400px){.Header-module__KHjLKa__logo{gap:.25rem}.Header-module__KHjLKa__logoText{display:none}.Header-module__KHjLKa__inner{padding-inline:var(--space-2)}.Header-module__KHjLKa__iconBtn{width:36px;height:36px}}
.CartDrawer-module__08SXwW__backdrop{z-index:calc(var(--z-drawer) - 1);opacity:0;pointer-events:none;transition:opacity var(--transition-base);-webkit-backdrop-filter:blur(12px);background:#000000b3;position:fixed;inset:0}.CartDrawer-module__08SXwW__backdrop.CartDrawer-module__08SXwW__visible{opacity:1;pointer-events:all}.CartDrawer-module__08SXwW__drawer{background:var(--bg-primary);width:min(420px,95vw);z-index:var(--z-drawer);transition:transform var(--transition-slow), box-shadow var(--transition-slow);box-shadow:none;border-left:1px solid var(--border);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__08SXwW__drawer.CartDrawer-module__08SXwW__open{transform:translate(0);box-shadow:-20px 0 60px #0000001a}.CartDrawer-module__08SXwW__header{padding:var(--space-6);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__08SXwW__headerTitle{align-items:center;gap:var(--space-3);font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-size:1.25rem;font-weight:700;display:flex}.CartDrawer-module__08SXwW__countBadge{background:var(--text-primary);color:var(--bg-primary);font-size:var(--text-xs);border-radius:var(--radius-full);padding:.125rem .5rem}.CartDrawer-module__08SXwW__closeBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--gray-400);transition:all var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.CartDrawer-module__08SXwW__closeBtn:hover{background:var(--gray-100);color:var(--text-primary)}.CartDrawer-module__08SXwW__body{padding:var(--space-6);flex:1;overflow-y:auto}.CartDrawer-module__08SXwW__empty{justify-content:center;align-items:center;gap:var(--space-5);text-align:center;height:100%;color:var(--gray-500);flex-direction:column;display:flex}.CartDrawer-module__08SXwW__emptyTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.CartDrawer-module__08SXwW__emptyText{font-size:var(--text-sm);max-width:240px;line-height:1.7}.CartDrawer-module__08SXwW__itemList{gap:var(--space-6);flex-direction:column;display:flex}.CartDrawer-module__08SXwW__item{gap:var(--space-4);animation:.4s both CartDrawer-module__08SXwW__slideUp;display:flex}.CartDrawer-module__08SXwW__itemImage{background:var(--bg-dark);flex-shrink:0;position:relative}.CartDrawer-module__08SXwW__itemInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.CartDrawer-module__08SXwW__itemBrand{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-500);font-size:.65rem;font-weight:700}.CartDrawer-module__08SXwW__itemName{font-size:var(--text-sm);color:var(--text-primary);margin:0;font-weight:600;line-height:1.3}.CartDrawer-module__08SXwW__itemMeta{font-size:var(--text-xs);color:var(--text-secondary);margin:0}.CartDrawer-module__08SXwW__itemActions{align-items:center;gap:var(--space-3);margin-top:auto;display:flex}.CartDrawer-module__08SXwW__qty{border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.CartDrawer-module__08SXwW__qtyBtn{border-radius:var(--radius-full);background:var(--gray-100);cursor:pointer;width:20px;height:20px;color:var(--gray-700);transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;display:inline-flex}.CartDrawer-module__08SXwW__qtyBtn:hover{background:var(--gray-200)}.CartDrawer-module__08SXwW__qtyNum{font-size:var(--text-sm);text-align:center;min-width:20px;font-weight:600}.CartDrawer-module__08SXwW__removeBtn{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;align-items:center;padding:4px;display:inline-flex}.CartDrawer-module__08SXwW__removeBtn:hover{color:#dc2626}.CartDrawer-module__08SXwW__itemPrice{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;margin:0;font-weight:700}.CartDrawer-module__08SXwW__footer{padding:var(--space-5) var(--space-6);border-top:1px solid var(--border);gap:var(--space-3);flex-direction:column;flex-shrink:0;display:flex}.CartDrawer-module__08SXwW__subtotal{font-weight:600;font-size:var(--text-base);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__08SXwW__subtotalPrice{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary)}.CartDrawer-module__08SXwW__shippingNote{font-size:var(--text-xs);color:var(--text-muted);text-align:center;margin:0}
