.cart-module__-RJi4G__container{background:var(--bg-primary);min-height:100vh;padding:2rem 1.5rem 4rem}.cart-module__-RJi4G__header{max-width:1000px;margin:0 auto 2rem}.cart-module__-RJi4G__backLink{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.cart-module__-RJi4G__backLink:hover{color:var(--text-primary)}.cart-module__-RJi4G__title{font-size:2rem;font-weight:700}.cart-module__-RJi4G__content{gap:2rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.cart-module__-RJi4G__content{grid-template-columns:1fr 360px}}.cart-module__-RJi4G__itemsSection,.cart-module__-RJi4G__itemsList{flex-direction:column;gap:1rem;display:flex}.cart-module__-RJi4G__item{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:1rem;display:grid}@media (max-width:640px){.cart-module__-RJi4G__item{grid-template-columns:60px 1fr;gap:.75rem}}.cart-module__-RJi4G__itemImage{background:var(--bg-tertiary);border-radius:8px;width:80px;height:80px;overflow:hidden}@media (max-width:640px){.cart-module__-RJi4G__itemImage{width:60px;height:60px}}.cart-module__-RJi4G__itemImage img{object-fit:cover;width:100%;height:100%}.cart-module__-RJi4G__itemDetails{min-width:0}.cart-module__-RJi4G__itemName{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:600;overflow:hidden}.cart-module__-RJi4G__itemType{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.cart-module__-RJi4G__itemPrice{color:var(--text-secondary);font-size:.875rem}.cart-module__-RJi4G__quantityControls{align-items:center;gap:.5rem;display:flex}@media (max-width:640px){.cart-module__-RJi4G__quantityControls{grid-column:2}}.cart-module__-RJi4G__quantityButton{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.cart-module__-RJi4G__quantityButton:hover{background:var(--bg-elevated);color:var(--text-primary)}.cart-module__-RJi4G__quantity{text-align:center;width:2rem;font-weight:600}.cart-module__-RJi4G__itemTotal{text-align:right;min-width:70px;font-weight:700}@media (max-width:640px){.cart-module__-RJi4G__itemTotal{display:none}}.cart-module__-RJi4G__removeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.cart-module__-RJi4G__removeButton:hover{color:#ef4444;background:#ef44441a}.cart-module__-RJi4G__clearCart{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.cart-module__-RJi4G__clearCart:hover{color:#ef4444;border-color:#ef4444}.cart-module__-RJi4G__summary{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;height:fit-content;padding:1.5rem;position:sticky;top:120px}.cart-module__-RJi4G__summaryTitle{border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700}.cart-module__-RJi4G__summaryRows{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.cart-module__-RJi4G__summaryRow{color:var(--text-secondary);justify-content:space-between;display:flex}.cart-module__-RJi4G__free{color:var(--success)}.cart-module__-RJi4G__summaryTotal{border-top:1px solid var(--border-subtle);justify-content:space-between;margin-bottom:1.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700;display:flex}.cart-module__-RJi4G__checkoutButton{background:var(--text-primary);width:100%;color:var(--bg-primary);cursor:pointer;border:none;border-radius:12px;padding:1rem;font-size:1rem;font-weight:700;transition:opacity .2s}.cart-module__-RJi4G__checkoutButton:hover{opacity:.9}.cart-module__-RJi4G__checkoutButton:disabled{opacity:.5;cursor:not-allowed}.cart-module__-RJi4G__secureNote{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.75rem}.cart-module__-RJi4G__emptyState{text-align:center;max-width:400px;margin:4rem auto}.cart-module__-RJi4G__emptyIcon{color:var(--text-muted);margin-bottom:1.5rem}.cart-module__-RJi4G__emptyTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.cart-module__-RJi4G__emptyText{color:var(--text-secondary);margin-bottom:2rem}.cart-module__-RJi4G__continueShopping{background:var(--text-primary);color:var(--bg-primary);border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.cart-module__-RJi4G__continueShopping:hover{opacity:.9}
