@font-face{font-family:Stop Famous;src:url(/fonts/StopFamousDemo-nAJ0M.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Exotc350;src:url("/fonts/Exotc350 DmBd BT Demi-Bold.ttf")format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--color-bg);height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100vh;color:var(--color-text-primary);background-color:var(--color-bg);font-family:var(--font-body), sans-serif;font-weight:var(--font-body-weight);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;transition:background-color .5s,color .5s;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-title), sans-serif;font-weight:var(--font-title-weight);color:var(--color-text-primary);letter-spacing:.5px}a{color:inherit;text-decoration:none;transition:color .3s}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:0;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}
.components-module__j2KbXq__header{z-index:90;background:linear-gradient(#e2e2e4 0%,#c0c0c5 100%);border-bottom:1px solid #0000001f;justify-content:space-between;align-items:center;width:100%;height:135px;padding:0 40px;transition:all .3s;display:flex;position:sticky;top:0;left:0}.components-module__j2KbXq__logoContainer{cursor:pointer;align-items:center;height:110px;display:flex;overflow:hidden}.components-module__j2KbXq__logoImage{object-fit:contain;width:auto;height:180px;margin-top:-10px}.components-module__j2KbXq__rightNav{align-items:center;gap:35px;display:flex}.components-module__j2KbXq__headerMenu{align-items:center;gap:30px;margin-right:180px;display:flex}.components-module__j2KbXq__hamburgerBtn{color:#000;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.8rem;line-height:1;display:none}@media (max-width:768px){.components-module__j2KbXq__header{align-items:center;height:95px;padding:0 20px}.components-module__j2KbXq__logoContainer{align-items:center;height:75px;display:flex}.components-module__j2KbXq__logoImage{height:120px;margin-top:-6px}.components-module__j2KbXq__rightNav{align-items:center;gap:18px;margin-top:0;display:flex}.components-module__j2KbXq__headerMenu{display:none!important}.components-module__j2KbXq__hamburgerBtn{justify-content:center;align-items:center;padding:0;font-size:1.6rem;line-height:1;display:flex}}.components-module__j2KbXq__mobileNavMenu{z-index:99;background:linear-gradient(#e2e2e4 0%,#c0c0c5 100%);border-bottom:1px solid #0000001f;flex-direction:column;gap:15px;width:100%;padding:20px 30px;display:flex;position:absolute;top:95px;left:0;box-shadow:0 8px 20px #0000001f}.components-module__j2KbXq__mobileMenuLink{color:#000;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #00000014;padding:8px 0;font-family:Exotc350,sans-serif;font-size:1.4rem;text-decoration:none}.components-module__j2KbXq__mobileMenuLink:last-child{border-bottom:none}.components-module__j2KbXq__menuLink{color:#000;letter-spacing:1px;cursor:pointer;background:0 0;border:none;padding:5px 0;font-family:Exotc350,sans-serif;font-size:1.35rem;font-weight:400;text-decoration:none;transition:color .3s,transform .2s}.components-module__j2KbXq__menuLink:hover{color:var(--color-accent);transform:translateY(-1px)}.components-module__j2KbXq__cartButton{color:#000;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:5px 0;transition:color .3s,transform .2s;display:flex;position:relative}.components-module__j2KbXq__cartButton:hover{color:var(--color-accent);transform:translateY(-1px)}.components-module__j2KbXq__cartIcon{justify-content:center;align-items:center;display:flex}.components-module__j2KbXq__shoppingBagSvg{stroke:currentColor;fill:none;width:26px;height:26px;transition:stroke .3s}.components-module__j2KbXq__cartCountBadge{background-color:var(--color-accent);color:#000;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-10px}.components-module__j2KbXq__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;visibility:hidden;background:#0006;width:100vw;height:100vh;transition:opacity .4s,visibility .4s;position:fixed;top:0;left:0}.components-module__j2KbXq__drawerOverlayActive{opacity:1;visibility:visible}.components-module__j2KbXq__drawer{width:450px;max-width:100vw;height:100vh;-webkit-backdrop-filter:blur(var(--backdrop-blur));backdrop-filter:blur(var(--backdrop-blur));z-index:101;background:linear-gradient(#e2e2e4 0%,#c0c0c5 100%);border-left:1px solid #0000001f;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #00000026}.components-module__j2KbXq__drawerActive{transform:translate(0)}.components-module__j2KbXq__drawerHeader{border-bottom:1px solid #0000001f;justify-content:space-between;align-items:center;padding:30px;display:flex}.components-module__j2KbXq__drawerTitle{font-family:var(--font-title);font-weight:var(--font-title-weight);letter-spacing:2px;text-transform:uppercase;color:#000;font-size:1.1rem}.components-module__j2KbXq__closeButton{color:#000;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.5rem;line-height:1;transition:color .3s}.components-module__j2KbXq__closeButton:hover{color:var(--color-accent)}.components-module__j2KbXq__cartList{flex-direction:column;flex-grow:1;gap:25px;padding:30px;display:flex;overflow-y:auto}.components-module__j2KbXq__cartList::-webkit-scrollbar{width:4px}.components-module__j2KbXq__cartList::-webkit-scrollbar-track{background:0 0}.components-module__j2KbXq__cartList::-webkit-scrollbar-thumb{background:#0003}.components-module__j2KbXq__emptyState{text-align:center;color:#000000a6;flex-direction:column;justify-content:center;align-items:center;gap:15px;height:100%;display:flex}.components-module__j2KbXq__emptyStateMessage{font-family:var(--font-body);font-weight:var(--font-body-weight);letter-spacing:1px;font-size:.9rem}.components-module__j2KbXq__emptyStateButton{color:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#000;border:1px solid #000;margin-top:10px;padding:12px 30px;font-size:.8rem;transition:all .3s}.components-module__j2KbXq__emptyStateButton:hover{color:#000;background:0 0}.components-module__j2KbXq__cartItem{border-bottom:1px solid #0000001f;gap:20px;padding-bottom:25px;display:flex}.components-module__j2KbXq__itemImageContainer{aspect-ratio:9/16;background:#fefcf5;border:1px solid #0000001f;flex-shrink:0;width:90px;position:relative;overflow:hidden}.components-module__j2KbXq__itemImage{object-fit:cover;mix-blend-mode:multiply}.components-module__j2KbXq__itemInfo{flex-direction:column;flex-grow:1;gap:6px;display:flex}.components-module__j2KbXq__itemName{font-family:var(--font-title);text-transform:uppercase;color:#000;letter-spacing:.5px;font-size:.9rem;font-weight:500;line-height:1.3}.components-module__j2KbXq__itemMeta{font-family:var(--font-body);font-weight:var(--font-body-weight);color:#000000a6;text-transform:uppercase;letter-spacing:.5px;gap:12px;font-size:.75rem;display:flex}.components-module__j2KbXq__itemMetaLabel{color:#000}.components-module__j2KbXq__itemPrice{font-family:var(--font-body);color:#000;margin-top:4px;font-size:.85rem;font-weight:500}.components-module__j2KbXq__itemActions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.components-module__j2KbXq__quantitySelector{background:#fff;border:1px solid #0003;align-items:center;display:flex}.components-module__j2KbXq__qtyButton{color:#000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:background .2s;display:flex}.components-module__j2KbXq__qtyButton:hover{background:#00000014}.components-module__j2KbXq__qtyValue{font-family:var(--font-body);text-align:center;color:#000;width:25px;font-size:.8rem;font-weight:400}.components-module__j2KbXq__removeButton{color:#000000a6;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:none;padding:5px;font-size:.7rem;transition:color .3s}.components-module__j2KbXq__removeButton:hover{color:var(--color-accent)}.components-module__j2KbXq__drawerFooter{background:linear-gradient(#e2e2e4 0%,#c0c0c5 100%);border-top:1px solid #0000001f;flex-direction:column;gap:20px;padding:30px;display:flex}.components-module__j2KbXq__totalRow{font-family:var(--font-title);text-transform:uppercase;letter-spacing:1px;justify-content:space-between;align-items:center;display:flex}.components-module__j2KbXq__totalLabel{color:#000000a6;font-size:.85rem}.components-module__j2KbXq__totalValue{color:#000;font-size:1.15rem;font-weight:600}.components-module__j2KbXq__checkoutButton{color:#fff;width:100%;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#000;border:1px solid #000;padding:16px;font-size:.85rem;font-weight:600;transition:all .3s}.components-module__j2KbXq__checkoutButton:hover{color:#000;background:0 0}.components-module__j2KbXq__checkoutForm{flex-direction:column;gap:20px;margin-top:10px;display:flex}.components-module__j2KbXq__formGroup{flex-direction:column;gap:8px;display:flex}.components-module__j2KbXq__formLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:#000000a6;font-size:.75rem;font-weight:400}.components-module__j2KbXq__formInput{color:#000;font-family:var(--font-body);letter-spacing:.5px;background:#fff;border:1px solid #0003;width:100%;padding:12px;font-size:.85rem;transition:border-color .3s}.components-module__j2KbXq__formInput:focus{background:#fff;border-color:#000;outline:none}.components-module__j2KbXq__backToCartBtn{color:#000000a6;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:5px;padding:5px 0;font-size:.75rem;transition:color .3s;display:flex}.components-module__j2KbXq__backToCartBtn:hover{color:#000}.components-module__j2KbXq__errorBanner{color:#ff5a5a;font-family:var(--font-body);letter-spacing:.5px;background:#ff5a5a1a;border:1px solid #ff5a5a;padding:12px;font-size:.8rem;line-height:1.4}.components-module__j2KbXq__successState{text-align:center;color:#000;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100%;padding:30px;display:flex}.components-module__j2KbXq__successIcon{color:var(--color-accent);margin-bottom:10px;font-size:3rem}.components-module__j2KbXq__successTitle{font-family:var(--font-title);font-weight:var(--font-title-weight);letter-spacing:2px;text-transform:uppercase;color:#000;font-size:1.2rem}.components-module__j2KbXq__successMessage{font-family:var(--font-body);font-weight:var(--font-body-weight);color:#000000bf;font-size:.85rem;line-height:1.6}.components-module__j2KbXq__orderIdHighlight{color:var(--color-accent);background:#fff;border:1px solid #00000026;margin-top:10px;padding:4px 8px;font-family:monospace;font-size:.8rem;display:inline-block}
