.CartDrawer_overlay__PjV5Z{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:1000;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.CartDrawer_overlay__PjV5Z.CartDrawer_open__PDjha{visibility:visible;opacity:1}.CartDrawer_drawer__AxRKY{position:fixed;top:70px;right:20px;background-color:#ffffff;width:400px;max-height:calc(100vh - 90px);display:flex;flex-direction:column;transform:translateY(-20px);opacity:0;transition:all .3s ease;font-family:Courier New,Courier,monospace;box-shadow:0 4px 8px rgba(0,0,0,.2),inset 0 0 4px rgba(0,0,0,.1);border:1px solid #000}.CartDrawer_overlay__PjV5Z.CartDrawer_open__PDjha .CartDrawer_drawer__AxRKY{transform:translateY(0);opacity:1}.CartDrawer_header__8fDqs{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:2px solid #000;background-color:#f8f8f8}.CartDrawer_title__6ZItR{font-size:18px;font-weight:400;margin:0;color:#000;text-transform:uppercase}.CartDrawer_closeButton__zvnLB{background:transparent;border:1px solid #000;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;color:#000;transition:all .2s ease}.CartDrawer_closeButton__zvnLB:hover{background-color:#000;color:#fff}.CartDrawer_content__QFrxL{flex-grow:1;overflow-y:auto;padding:16px 20px;background-color:#fff;max-height:calc(100vh - 250px)}.CartDrawer_empty__8SvZ_{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666;padding:40px 0}.CartDrawer_emptyMessage__DTcGE{margin-bottom:24px;font-size:16px;text-transform:uppercase}.CartDrawer_checkoutButton__lleds,.CartDrawer_continueButton__a2_rY{background:none;border:none;padding:0;font:inherit;color:#ff0000;text-decoration:underline;cursor:pointer;font-family:Courier New,Courier,monospace;width:auto;text-transform:none;display:inline-block}.CartDrawer_checkoutButton__lleds:hover,.CartDrawer_continueButton__a2_rY:hover{color:#0000ff}.CartDrawer_footer__DWXk4{padding:16px 20px;border-top:2px solid #000;background-color:#f8f8f8;text-align:center}.CartDrawer_subtotal__fsuSB{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;text-transform:uppercase}.CartDrawer_subtotalLabel__16WSk{font-weight:400;color:#000}.CartDrawer_subtotalValue__sZlxm{font-weight:700;color:#000}.CartDrawer_taxNote__6eDo_{font-size:12px;color:#666;margin-bottom:12px;font-style:italic}.CartDrawer_lineItems__ing4D{display:flex;flex-direction:column;gap:16px}.CartDrawer_lineItem__nh63Y{padding-bottom:16px;border-bottom:1px solid #000}.CartDrawer_lineItem__nh63Y:last-child{border-bottom:none}.CartDrawer_lineItemGrid__Lb9Jx{display:grid;grid-template-columns:70px 1fr;grid-gap:16px;gap:16px}.CartDrawer_lineItemImage__f2UOK{width:70px;height:70px;border-radius:4px;overflow:hidden;background-color:#f8f8f8;border:1px solid #000;box-shadow:2px 2px 4px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;padding:4px}.CartDrawer_lineItemImage__f2UOK img{width:100%;height:100%;object-fit:contain;object-position:center}.CartDrawer_lineItemDetails__ik19d{display:flex;flex-direction:column}.CartDrawer_lineItemTitle__ji3x2{font-size:14px;font-weight:400;margin:0 0 4px;color:#000;text-transform:uppercase}.CartDrawer_lineItemTitle__ji3x2:hover{color:#ff0000}.CartDrawer_lineItemPrice__ll2ld{font-size:14px;color:#000;margin:0 0 8px;font-weight:700}.CartDrawer_lineItemOptions__Gztip{margin:4px 0}.CartDrawer_lineItemOption__f2a0F{font-size:12px;color:#666;margin:2px 0;font-style:italic}.CartDrawer_lineItemActions__lDjol{display:flex;justify-content:space-between;align-items:center}.CartDrawer_removeButton__eRBty{background:transparent;border:1px solid #000;color:#000;font-size:12px;cursor:pointer;padding:4px 8px;text-transform:uppercase;transition:all .2s ease}.CartDrawer_removeButton__eRBty:hover{background-color:#000;color:#fff}@media (max-width:768px){.CartDrawer_drawer__AxRKY{width:calc(100% - 40px);right:20px;left:20px}}