.Cart-module__BIMPfG__container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.Cart-module__BIMPfG__container h1{text-align:center;margin-bottom:2.5rem;font-size:2.5rem}.Cart-module__BIMPfG__layout{gap:2.5rem;display:flex}.Cart-module__BIMPfG__itemsCol{flex-direction:column;flex:1.8;gap:2rem;display:flex}.Cart-module__BIMPfG__summaryCol{flex:1}.Cart-module__BIMPfG__cardList{border-radius:16px;flex-direction:column;padding:1.5rem;display:flex}.Cart-module__BIMPfG__itemRow{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.Cart-module__BIMPfG__itemRow:first-child{padding-top:0}.Cart-module__BIMPfG__itemRow:last-child{border-bottom:none;padding-bottom:0}.Cart-module__BIMPfG__imgWrapper{border:1px solid var(--border);background-color:#fff;border-radius:8px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.Cart-module__BIMPfG__itemImg{object-fit:cover}.Cart-module__BIMPfG__itemInfo{flex-grow:1}.Cart-module__BIMPfG__itemTitle{font-family:var(--font-heading);color:var(--foreground);font-size:1.1rem;font-weight:700;transition:color .2s}.Cart-module__BIMPfG__itemTitle:hover{color:var(--primary)}.Cart-module__BIMPfG__itemMeta{color:var(--foreground-muted);margin-top:.25rem;margin-bottom:.5rem;font-size:.85rem}.Cart-module__BIMPfG__itemMeta span{color:var(--foreground);font-weight:600}.Cart-module__BIMPfG__qtyRow{align-items:center;gap:1rem;display:flex}.Cart-module__BIMPfG__qtyLabel{font-size:.85rem;font-weight:700}.Cart-module__BIMPfG__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:.8rem;font-weight:600}.Cart-module__BIMPfG__removeBtn:hover{text-decoration:underline}.Cart-module__BIMPfG__itemPrice{font-family:var(--font-heading);color:var(--primary);white-space:nowrap;font-size:1.15rem;font-weight:800}.Cart-module__BIMPfG__shippingForm{border-radius:16px;padding:2rem}.Cart-module__BIMPfG__shippingForm h2{margin-bottom:.5rem;font-size:1.5rem}.Cart-module__BIMPfG__shippingForm p{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.9rem}.Cart-module__BIMPfG__formGrid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem;display:grid}.Cart-module__BIMPfG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Cart-module__BIMPfG__formGroup label{color:var(--foreground);font-size:.85rem;font-weight:700}.Cart-module__BIMPfG__formGroup input,.Cart-module__BIMPfG__formGroup select{background-color:var(--input-bg);border:1px solid var(--input-border);color:var(--foreground);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.Cart-module__BIMPfG__formGroup input:focus,.Cart-module__BIMPfG__formGroup select:focus{border-color:var(--input-focus);outline:none}.Cart-module__BIMPfG__checkoutBtn{width:100%;padding:1rem!important;font-size:1.1rem!important}.Cart-module__BIMPfG__summaryCard{border-radius:16px;padding:2rem;position:sticky;top:100px}.Cart-module__BIMPfG__summaryCard h2{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.35rem}.Cart-module__BIMPfG__summaryRow{color:var(--foreground-muted);justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.Cart-module__BIMPfG__discount{font-weight:600;color:var(--accent)!important}.Cart-module__BIMPfG__totalRow{border-top:1px solid var(--border);color:var(--foreground);justify-content:space-between;margin-top:1rem;margin-bottom:1.5rem;padding-top:1rem;font-size:1.25rem;font-weight:800;display:flex}.Cart-module__BIMPfG__refCodeBadge{background-color:var(--primary-glow);color:var(--primary);border:1px solid var(--primary);text-align:center;border-radius:8px;padding:.75rem;font-size:.85rem;line-height:1.4}.Cart-module__BIMPfG__emptyCart{text-align:center;border-radius:16px;max-width:600px;margin:0 auto;padding:5rem}.Cart-module__BIMPfG__emptyCart h3{margin-bottom:.75rem;font-size:1.75rem}.Cart-module__BIMPfG__emptyCart p{color:var(--foreground-muted);margin-bottom:2rem}.Cart-module__BIMPfG__emptyCartActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.Cart-module__BIMPfG__emptyCartActions>a,.Cart-module__BIMPfG__emptyCartActions>button{justify-content:center;align-items:center;display:inline-flex}@media (max-width:900px){.Cart-module__BIMPfG__layout{flex-direction:column}.Cart-module__BIMPfG__summaryCol{order:-1}}@media (max-width:640px){.Cart-module__BIMPfG__formGrid{grid-template-columns:1fr}.Cart-module__BIMPfG__formGroup{grid-column:span 1!important}.Cart-module__BIMPfG__emptyCart{padding:3rem 1.5rem}.Cart-module__BIMPfG__emptyCartActions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.Cart-module__BIMPfG__emptyCartActions>a,.Cart-module__BIMPfG__emptyCartActions>button{text-align:center;justify-content:center;width:100%}}.Cart-module__BIMPfG__progressBarCard{border:1px solid var(--border);background:#ffffff05;border-radius:16px;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 20px #00000008}.Cart-module__BIMPfG__progressHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Cart-module__BIMPfG__progressText{font-family:var(--font-heading);color:var(--foreground);font-size:1.1rem;font-weight:700}.Cart-module__BIMPfG__progressStatus{background:var(--border);color:var(--foreground-muted);border-radius:9999px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.Cart-module__BIMPfG__progressStatusUnlocked{background:var(--primary-glow);color:var(--primary);border:1px solid var(--primary)}.Cart-module__BIMPfG__progressBarWrapper{border:1px solid var(--border);background:#ffffff0d;border-radius:6px;height:12px;position:relative;overflow:hidden}.Cart-module__BIMPfG__progressBarFill{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:6px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative}.Cart-module__BIMPfG__progressBarFill:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff26 50%,#fff0 100%);animation:2s linear infinite Cart-module__BIMPfG__shimmer;position:absolute;inset:0}.Cart-module__BIMPfG__progressTiers{color:var(--foreground-muted);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;padding:0 .25rem;font-size:.8rem;font-weight:600;display:grid}.Cart-module__BIMPfG__progressTiers span{text-align:center;line-height:1.25}.Cart-module__BIMPfG__progressTiers span:first-child{text-align:left}.Cart-module__BIMPfG__progressTiers span:last-child{text-align:right}.Cart-module__BIMPfG__tierLabelActive{color:var(--primary)}@keyframes Cart-module__BIMPfG__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Cart-module__BIMPfG__qtySelector{border:1px solid var(--border);background:#ffffff05;border-radius:8px;align-items:center;margin-left:.25rem;display:flex;overflow:hidden}.Cart-module__BIMPfG__qtyBtn{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;transition:background .2s;display:flex}.Cart-module__BIMPfG__qtyBtn:hover{background:#ffffff14}.Cart-module__BIMPfG__qtyValue{color:var(--foreground);text-align:center;-webkit-user-select:none;user-select:none;width:24px;font-size:.95rem;font-weight:700}@media (max-width:640px){.Cart-module__BIMPfG__container{padding:2rem 1rem}.Cart-module__BIMPfG__cardList,.Cart-module__BIMPfG__summaryCard,.Cart-module__BIMPfG__progressBarCard{padding:1rem}.Cart-module__BIMPfG__itemRow{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:.75rem 1rem;display:grid}.Cart-module__BIMPfG__imgWrapper{grid-row:1/span 2;width:72px;height:72px}.Cart-module__BIMPfG__itemInfo{min-width:0}.Cart-module__BIMPfG__qtyRow{flex-wrap:wrap;gap:.75rem}.Cart-module__BIMPfG__removeBtn{margin-left:0}.Cart-module__BIMPfG__itemPrice{grid-column:2;justify-self:start;font-size:1.05rem}.Cart-module__BIMPfG__progressHeader{align-items:flex-start}.Cart-module__BIMPfG__progressText{font-size:1rem}.Cart-module__BIMPfG__progressTiers{column-gap:.35rem;padding:0;font-size:.72rem}}.Cart-module__BIMPfG__deliveryEstimate{color:var(--foreground-muted);text-align:right;margin-top:-.5rem;margin-bottom:.8rem;font-size:.78rem}.Cart-module__BIMPfG__deliveryEstimate strong{color:var(--accent)}
