.Cart-module__BIMPfG__page{max-width:680px;padding:1.5rem 0 5rem}.Cart-module__BIMPfG__title{color:var(--text-primary);margin-bottom:1.25rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.Cart-module__BIMPfG__cartList{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.Cart-module__BIMPfG__cartItem{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.85rem 1rem;transition:box-shadow .2s;display:flex}@media (min-width:480px){.Cart-module__BIMPfG__cartItem{padding:1rem 1.25rem}}.Cart-module__BIMPfG__itemInfo{flex:1;min-width:0}.Cart-module__BIMPfG__itemInfo h3{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.15rem;font-size:.88rem;font-weight:700;overflow:hidden}@media (min-width:480px){.Cart-module__BIMPfG__itemInfo h3{font-size:.95rem}}.Cart-module__BIMPfG__itemInfo p{color:var(--text-secondary);font-size:.78rem}.Cart-module__BIMPfG__itemActions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.Cart-module__BIMPfG__qty{background:var(--bg-main);border:1.5px solid var(--border-light);border-radius:var(--radius-full);align-items:center;padding:2px;display:flex}.Cart-module__BIMPfG__qty button{width:28px;height:28px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .18s;display:flex}.Cart-module__BIMPfG__qty button:hover,.Cart-module__BIMPfG__qty button:active{background:var(--brand-light);color:var(--brand-primary)}.Cart-module__BIMPfG__qty span{text-align:center;min-width:28px;color:var(--text-primary);padding:0 8px;font-size:.88rem;font-weight:700}.Cart-module__BIMPfG__itemTotal{color:var(--text-primary);text-align:right;min-width:56px;font-size:.9rem;font-weight:800}@media (min-width:480px){.Cart-module__BIMPfG__itemTotal{min-width:70px;font-size:1rem}}.Cart-module__BIMPfG__removeBtn{color:#9ca3af;flex-shrink:0;padding:4px;transition:color .2s;display:flex}.Cart-module__BIMPfG__removeBtn:hover,.Cart-module__BIMPfG__removeBtn:active{color:#ef4444}.Cart-module__BIMPfG__summary{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.Cart-module__BIMPfG__summaryRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;display:flex}.Cart-module__BIMPfG__summaryTotal{color:var(--brand-primary);font-size:1.5rem;font-weight:900}@media (min-width:480px){.Cart-module__BIMPfG__summaryTotal{font-size:1.7rem}}.Cart-module__BIMPfG__freeShip{color:var(--success);border-radius:var(--radius-full);background:#22c55e1a;width:fit-content;padding:6px 14px;font-size:.88rem;font-weight:700}.Cart-module__BIMPfG__deliveryNote{color:var(--text-secondary);background:var(--bg-main);border-radius:var(--radius-full);border:1px solid var(--border-light);width:fit-content;padding:6px 12px;font-size:.82rem}.Cart-module__BIMPfG__checkoutBtn{justify-content:center;gap:8px;width:100%;height:50px;font-size:1rem}.Cart-module__BIMPfG__formCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.Cart-module__BIMPfG__formHead{border-bottom:1px solid var(--border-light);background:var(--bg-main);padding:1.5rem 1.5rem 1rem}@media (min-width:480px){.Cart-module__BIMPfG__formHead{padding:2rem 2rem 1.25rem}}.Cart-module__BIMPfG__formTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:clamp(1.3rem,4vw,1.65rem);font-weight:800}.Cart-module__BIMPfG__formDesc{color:var(--text-secondary);font-size:.88rem}.Cart-module__BIMPfG__miniSummary{background:var(--brand-light);color:var(--brand-dark);border-bottom:1px solid var(--border-light);align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;display:flex}.Cart-module__BIMPfG__miniTotal{color:var(--brand-primary);margin-left:auto;font-size:1rem;font-weight:900}.Cart-module__BIMPfG__form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}@media (min-width:480px){.Cart-module__BIMPfG__form{gap:1.1rem;padding:1.75rem 2rem}}.Cart-module__BIMPfG__field{flex-direction:column;gap:6px;display:flex}.Cart-module__BIMPfG__field label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);align-items:center;gap:5px;font-size:.82rem;font-weight:700;display:flex}.Cart-module__BIMPfG__field input{border:1.5px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-main);height:48px;color:var(--text-primary);width:100%;padding:0 14px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Cart-module__BIMPfG__field input:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #0478571a}.Cart-module__BIMPfG__error{color:var(--error);border-radius:var(--radius-md);background:#ef444414;border:1px solid #ef444433;padding:10px 14px;font-size:.88rem;font-weight:600}.Cart-module__BIMPfG__formActions{border-top:1px solid var(--border-light);flex-direction:column-reverse;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}@media (min-width:480px){.Cart-module__BIMPfG__formActions{flex-direction:row;justify-content:flex-end}.Cart-module__BIMPfG__formActions button{width:auto}}.Cart-module__BIMPfG__formActions button{width:100%}.Cart-module__BIMPfG__emptyCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.Cart-module__BIMPfG__emptyIcon{color:var(--text-secondary)}.Cart-module__BIMPfG__emptyBagIcon{opacity:.4}.Cart-module__BIMPfG__emptyCard h2{color:var(--text-primary);font-weight:800}.Cart-module__BIMPfG__emptyCard p{color:var(--text-secondary);font-size:.9rem}.Cart-module__BIMPfG__doneCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);flex-direction:column;align-items:center;gap:.75rem;padding:clamp(2rem,6vw,3.5rem) 1.5rem;display:flex}.Cart-module__BIMPfG__doneIconWrap{width:80px;height:80px;color:var(--success);background:#22c55e1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.Cart-module__BIMPfG__doneCard h1{color:var(--text-primary);font-size:clamp(1.4rem,4vw,2rem);font-weight:900}.Cart-module__BIMPfG__doneNum{color:var(--text-secondary);background:var(--bg-main);border:1px solid var(--border-light);border-radius:var(--radius-full);padding:6px 16px;font-size:1rem;font-weight:600}.Cart-module__BIMPfG__doneNum strong{color:var(--brand-primary);font-size:1.1rem}.Cart-module__BIMPfG__doneText{color:var(--text-secondary);max-width:380px;font-size:.92rem;line-height:1.6}
