.cart-module__-RJi4G__container{flex-direction:column;min-height:100vh;display:flex}.cart-module__-RJi4G__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0f1115cc;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex}.cart-module__-RJi4G__logo h2{color:var(--foreground);font-weight:800}.cart-module__-RJi4G__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 4rem 4rem}.cart-module__-RJi4G__main h1{margin-bottom:3rem;font-size:2.5rem}.cart-module__-RJi4G__empty{text-align:center;color:var(--foreground-muted);padding:5rem 0;font-size:1.2rem}.cart-module__-RJi4G__cartLayout{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}@media (max-width:768px){.cart-module__-RJi4G__cartLayout{grid-template-columns:1fr}}.cart-module__-RJi4G__cartItems{flex-direction:column;gap:1.5rem;display:flex}.cart-module__-RJi4G__cartItem{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-module__-RJi4G__itemInfo h3{margin-bottom:.5rem;font-size:1.2rem}.cart-module__-RJi4G__itemType{color:var(--foreground-muted);text-transform:capitalize;font-size:.9rem}.cart-module__-RJi4G__itemActions{align-items:center;gap:2rem;display:flex}.cart-module__-RJi4G__price{color:var(--primary);font-size:1.2rem;font-weight:600}.cart-module__-RJi4G__quantity{color:var(--foreground-muted)}.cart-module__-RJi4G__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;font-weight:500}.cart-module__-RJi4G__removeBtn:hover{text-decoration:underline}.cart-module__-RJi4G__summary{padding:2rem}.cart-module__-RJi4G__summary h3{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.cart-module__-RJi4G__summaryRow{color:var(--foreground-muted);justify-content:space-between;margin-bottom:1rem;display:flex}.cart-module__-RJi4G__totalRow{border-top:1px solid var(--border);color:var(--foreground);margin-top:1.5rem;padding-top:1.5rem;font-size:1.2rem;font-weight:700}@media (max-width:768px){.cart-module__-RJi4G__main{padding:2rem 1rem}.cart-module__-RJi4G__main h1{margin-bottom:2rem;font-size:2rem}.cart-module__-RJi4G__cartLayout{grid-template-columns:1fr;gap:1.5rem}.cart-module__-RJi4G__cartItem{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.cart-module__-RJi4G__itemActions{justify-content:space-between;width:100%}.cart-module__-RJi4G__summary{padding:1.5rem}}
