.CartDrawer_overlay__L_1Md{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}.CartDrawer_drawer__6ZYgf{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100%;background:white;box-shadow:-4px 0 12px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:1000;animation:CartDrawer_slideIn__olZUI .3s ease-out}@keyframes CartDrawer_slideIn__olZUI{0%{transform:translateX(100%)}to{transform:translateX(0)}}.CartDrawer_header__8n_0V{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.CartDrawer_header__8n_0V h2{margin:0;font-size:1.5rem;color:#1a1a1a}.CartDrawer_closeButton__7hdkV{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.CartDrawer_closeButton__7hdkV:hover{color:#000}.CartDrawer_content__Kw_8f{flex:1 1;overflow-y:auto;display:flex;flex-direction:column}.CartDrawer_empty__rwZZE{flex:1 1;display:flex;align-items:center;justify-content:center;color:#666;padding:2rem;text-align:center}.CartDrawer_items__cNobT{flex:1 1;padding:1rem;display:flex;flex-direction:column;gap:1rem}.CartDrawer_item__Tu5su{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.CartDrawer_itemImage__q9jMW{width:60px;height:60px;object-fit:cover;border-radius:4px}.CartDrawer_itemDetails__g1k20{flex:1 1}.CartDrawer_itemDetails__g1k20 h3{margin:0 0 .25rem;font-size:1rem;color:#1a1a1a}.CartDrawer_itemPrice__eHbCZ{font-weight:600;color:#2563eb;margin:.25rem 0}.CartDrawer_itemMeta__8S1Gi{font-size:.875rem;color:#666;margin:.25rem 0 0}.CartDrawer_itemActions__I_7AD{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.CartDrawer_quantity__x1T0P{display:flex;align-items:center;gap:.5rem;background:white;border:1px solid #e5e7eb;border-radius:4px;padding:.25rem}.CartDrawer_quantity__x1T0P button{background:none;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;font-size:1.125rem}.CartDrawer_quantity__x1T0P button:hover{color:#000}.CartDrawer_quantity__x1T0P span{min-width:24px;text-align:center;font-weight:500}.CartDrawer_removeButton__OneVb{background:none;border:none;cursor:pointer;font-size:1.125rem;padding:.25rem}.CartDrawer_footer__eF1hT{border-top:1px solid #e5e7eb;padding:1.5rem}.CartDrawer_total__wQ3cX{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem}.CartDrawer_total__wQ3cX strong{color:#2563eb}.CartDrawer_checkoutButton__VNDwG{display:block;width:100%;padding:1rem;background:#2563eb;color:white;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s}.CartDrawer_checkoutButton__VNDwG:hover{background:#1d4ed8}