.CartDrawer-module-scss-module__5bK04a__drawer{z-index:2001;opacity:0;pointer-events:none;background:#fff;border-radius:40px;flex-direction:column;width:420px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(20px)scale(.95);box-shadow:0 12px 48px #00000026}.CartDrawer-module-scss-module__5bK04a__drawer.CartDrawer-module-scss-module__5bK04a__open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}@media (max-width:767px){.CartDrawer-module-scss-module__5bK04a__drawer{border-radius:32px;width:auto;padding:24px;bottom:16px;left:16px;right:16px}}.CartDrawer-module-scss-module__5bK04a__embedded{box-sizing:border-box;background:#fff;border-radius:40px;flex-direction:column;width:100%;padding:32px;display:flex;box-shadow:0 12px 48px #0000000d}@media (max-width:767px){.CartDrawer-module-scss-module__5bK04a__embedded{border-radius:32px;padding:24px}}.CartDrawer-module-scss-module__5bK04a__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.CartDrawer-module-scss-module__5bK04a__header h2{color:#000;margin:0;font-family:Comfortaa;font-size:24px;font-weight:500}@media (max-width:767px){.CartDrawer-module-scss-module__5bK04a__header h2{font-size:20px}}.CartDrawer-module-scss-module__5bK04a__closeBtn{cursor:pointer;color:#000;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;transition:background .2s;display:flex}.CartDrawer-module-scss-module__5bK04a__closeBtn:hover{background:#eee}.CartDrawer-module-scss-module__5bK04a__itemsList{flex-direction:column;gap:12px;max-height:400px;margin-bottom:24px;padding-right:4px;display:flex;overflow-y:auto}.CartDrawer-module-scss-module__5bK04a__itemsList::-webkit-scrollbar{width:6px}.CartDrawer-module-scss-module__5bK04a__itemsList::-webkit-scrollbar-thumb{background:#eee;border-radius:10px}.CartDrawer-module-scss-module__5bK04a__cartItem{background:#f7f7f8;border-radius:20px;align-items:center;gap:16px;padding:8px 16px;display:flex}.CartDrawer-module-scss-module__5bK04a__itemImage{cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative;overflow:hidden}.CartDrawer-module-scss-module__5bK04a__itemImage .CartDrawer-module-scss-module__5bK04a__img{transition:filter .3s}.CartDrawer-module-scss-module__5bK04a__itemImage:hover .CartDrawer-module-scss-module__5bK04a__img{filter:blur(2px)}.CartDrawer-module-scss-module__5bK04a__itemImage:hover .CartDrawer-module-scss-module__5bK04a__deleteOverlay{opacity:1}.CartDrawer-module-scss-module__5bK04a__deleteOverlay{opacity:0;z-index:2;background:#0003;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.CartDrawer-module-scss-module__5bK04a__itemInfo{flex-direction:column;flex:1;gap:4px;display:flex}.CartDrawer-module-scss-module__5bK04a__itemInfo h4{color:#3b3a3a;margin:0;font-size:16px;font-weight:500}.CartDrawer-module-scss-module__5bK04a__details{align-items:center;gap:8px;display:flex}.CartDrawer-module-scss-module__5bK04a__price{color:#3b3a3a;font-size:14px;font-weight:500}.CartDrawer-module-scss-module__5bK04a__weight{color:#f0aa18;font-size:14px}.CartDrawer-module-scss-module__5bK04a__quantityControl{background:#fff;border-radius:12px;align-items:center;gap:12px;padding:4px 12px;display:flex}.CartDrawer-module-scss-module__5bK04a__qtyBtn{cursor:pointer;color:#3b3a3a;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:18px;font-weight:400;display:flex}.CartDrawer-module-scss-module__5bK04a__qtyBtn:hover{opacity:.6}.CartDrawer-module-scss-module__5bK04a__qtyValue{text-align:center;min-width:12px;font-size:16px;font-weight:500}.CartDrawer-module-scss-module__5bK04a__footer{flex-direction:column;gap:20px;margin-top:auto;display:flex}.CartDrawer-module-scss-module__5bK04a__totalRow{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module-scss-module__5bK04a__totalRow .CartDrawer-module-scss-module__5bK04a__label{font-family:Comfortaa;font-size:24px;font-weight:400}@media (max-width:767px){.CartDrawer-module-scss-module__5bK04a__totalRow .CartDrawer-module-scss-module__5bK04a__label{font-size:20px}}.CartDrawer-module-scss-module__5bK04a__totalRow .CartDrawer-module-scss-module__5bK04a__value{color:#3b3a3a;font-size:24px;font-weight:600}@media (max-width:767px){.CartDrawer-module-scss-module__5bK04a__totalRow .CartDrawer-module-scss-module__5bK04a__value{font-size:20px}}.CartDrawer-module-scss-module__5bK04a__orderLink{text-decoration:none}.CartDrawer-module-scss-module__5bK04a__orderBtn{color:#04ac2a;cursor:pointer;background:#ccf5d5;border:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 20px;font-family:Inter;font-size:24px;font-weight:400;transition:all .2s;display:flex}.CartDrawer-module-scss-module__5bK04a__orderBtn:hover:not(:disabled){background:#b7f1c3;transform:translateY(-2px)}.CartDrawer-module-scss-module__5bK04a__orderBtn:active:not(:disabled){transform:translateY(0)}.CartDrawer-module-scss-module__5bK04a__orderBtn:disabled{color:#999;cursor:not-allowed;opacity:.7;background:#e0e0e0;transform:none}@media (max-width:767px){.CartDrawer-module-scss-module__5bK04a__orderBtn{padding:12px;font-size:20px}}.CartDrawer-module-scss-module__5bK04a__emptyState{text-align:center;color:#6c757d;padding:40px 0;font-size:18px}
