.CartDrawer-module__wN0dRW__overlay{z-index:9999;opacity:0;visibility:hidden;background:#00000080;justify-content:flex-end;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.CartDrawer-module__wN0dRW__overlayOpen{opacity:1;visibility:visible}.CartDrawer-module__wN0dRW__drawer{background:var(--bg-color,#fff);width:100%;max-width:400px;height:100%;color:var(--text-color,#000);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(100%);box-shadow:-4px 0 15px #0000001a}.CartDrawer-module__wN0dRW__drawerOpen{transform:translate(0)}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--border-color,#e5e7eb);justify-content:space-between;align-items:center;padding:20px;display:flex}.CartDrawer-module__wN0dRW__title{margin:0;font-size:1.25rem;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{cursor:pointer;color:var(--text-muted,#6b7280);background:0 0;border:none;font-size:1.5rem}.CartDrawer-module__wN0dRW__body{flex:1;padding:20px;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{text-align:center;color:var(--text-muted,#6b7280);padding:40px 0}.CartDrawer-module__wN0dRW__item{border-bottom:1px solid var(--border-color,#e5e7eb);gap:15px;margin-bottom:20px;padding-bottom:15px;display:flex}.CartDrawer-module__wN0dRW__itemImage{object-fit:cover;border-radius:8px;width:70px;height:70px}.CartDrawer-module__wN0dRW__itemInfo{flex:1}.CartDrawer-module__wN0dRW__itemName{margin:0 0 5px;font-size:.95rem;font-weight:600}.CartDrawer-module__wN0dRW__itemPrice{color:var(--primary,#d97706);margin-bottom:10px;font-weight:700}.CartDrawer-module__wN0dRW__qtyControls{align-items:center;gap:10px;display:flex}.CartDrawer-module__wN0dRW__qtyBtn{border:1px solid var(--border-color,#e5e7eb);background:var(--bg-alt,#f9fafb);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-size:.8rem;text-decoration:underline}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--border-color,#e5e7eb);background:var(--bg-alt,#f9fafb);padding:20px}.CartDrawer-module__wN0dRW__progressContainer{margin-bottom:15px;font-size:.85rem}.CartDrawer-module__wN0dRW__progressBar{background:#e5e7eb;border-radius:4px;height:8px;margin-top:5px;overflow:hidden}.CartDrawer-module__wN0dRW__progressFill{background:var(--primary,#d97706);height:100%;transition:width .3s}.CartDrawer-module__wN0dRW__successFill{background:#10b981}.CartDrawer-module__wN0dRW__totals{justify-content:space-between;margin-bottom:15px;font-size:1.1rem;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__checkoutBtn{background:var(--primary,#d97706);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:12px;font-size:1rem;font-weight:700;text-decoration:none;display:block}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background:var(--primary-dark,#b45309)}
