*{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{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:90;background:0 0;border-bottom:none;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 20px;transition:all .3s;display:flex;position:sticky;top:0;left:0}@media (max-width:768px){.components-module__j2KbXq__header{height:70px;padding:0 20px}}.components-module__j2KbXq__logoContainer{cursor:pointer;align-items:center;display:flex}.components-module__j2KbXq__logoText{font-family:var(--font-title);font-weight:var(--font-title-weight);letter-spacing:3px;text-transform:uppercase;color:var(--color-text-primary);font-size:1.4rem}.components-module__j2KbXq__logoImage{object-fit:contain}.components-module__j2KbXq__cartButton{color:#000;font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 0;font-size:.85rem;font-weight:500;transition:color .3s;display:flex;position:relative}.components-module__j2KbXq__cartButton:hover{color:var(--color-accent)}.components-module__j2KbXq__cartIcon{justify-content:center;align-items:center;font-size:1.1rem;display:flex}.components-module__j2KbXq__cartCountBadge{background-color:var(--color-accent);color:var(--color-bg);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-12px}.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:#000;border-left:1px solid #ffffff1a;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.components-module__j2KbXq__drawerActive{transform:translate(0)}.components-module__j2KbXq__drawerHeader{border-bottom:1px solid #ffffff1a;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:#fff;font-size:1.1rem}.components-module__j2KbXq__closeButton{color:#fff;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:#ffffff26}.components-module__j2KbXq__emptyState{text-align:center;color:#fff9;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:0 0;border:1px solid #fff;margin-top:10px;padding:12px 30px;font-size:.8rem;transition:all .3s}.components-module__j2KbXq__emptyStateButton:hover{color:#000;background:#fff}.components-module__j2KbXq__cartItem{border-bottom:1px solid #ffffff14;gap:20px;padding-bottom:25px;display:flex}.components-module__j2KbXq__itemImageContainer{aspect-ratio:9/16;background:#000;border:1px solid #ffffff26;flex-shrink:0;width:90px;position:relative;overflow:hidden}.components-module__j2KbXq__itemImage{object-fit:cover}.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:#fff;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:#fff9;text-transform:uppercase;letter-spacing:.5px;gap:12px;font-size:.75rem;display:flex}.components-module__j2KbXq__itemMetaLabel{color:#fff}.components-module__j2KbXq__itemPrice{font-family:var(--font-body);color:#fff;margin-top:4px;font-size:.85rem;font-weight:400}.components-module__j2KbXq__itemActions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.components-module__j2KbXq__quantitySelector{border:1px solid #ffffff26;align-items:center;display:flex}.components-module__j2KbXq__qtyButton{color:#fff;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:#ffffff14}.components-module__j2KbXq__qtyValue{font-family:var(--font-body);text-align:center;color:#fff;width:25px;font-size:.8rem;font-weight:400}.components-module__j2KbXq__removeButton{color:#fff9;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:#ff5a5a}.components-module__j2KbXq__drawerFooter{background:#000;border-top:1px solid #ffffff1a;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:#fff9;font-size:.85rem}.components-module__j2KbXq__totalValue{color:#fff;font-size:1.15rem;font-weight:600}.components-module__j2KbXq__checkoutButton{color:#000;width:100%;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#fff;border:1px solid #fff;padding:16px;font-size:.85rem;font-weight:600;transition:all .3s}.components-module__j2KbXq__checkoutButton:hover{color:#fff;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:#fff9;font-size:.75rem;font-weight:400}.components-module__j2KbXq__formInput{color:#fff;font-family:var(--font-body);letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff26;width:100%;padding:12px;font-size:.85rem;transition:border-color .3s}.components-module__j2KbXq__formInput:focus{background:#ffffff14;border-color:#fff;outline:none}.components-module__j2KbXq__backToCartBtn{color:#fff9;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:#fff}.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:#fff;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;font-size:1.2rem}.components-module__j2KbXq__successMessage{font-family:var(--font-body);font-weight:var(--font-body-weight);color:#ffffffb3;font-size:.85rem;line-height:1.6}.components-module__j2KbXq__orderIdHighlight{color:var(--color-accent);background:#ffffff14;border:1px solid #ffffff26;margin-top:10px;padding:4px 8px;font-family:monospace;font-size:.8rem;display:inline-block}
