.cart-module__-RJi4G__empty{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:60vh;display:flex}.cart-module__-RJi4G__shopBtn{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:8px;padding:1rem 2rem;font-weight:700}.cart-module__-RJi4G__container{max-width:1200px;margin:0 auto;padding:4rem 20px}.cart-module__-RJi4G__content{grid-template-columns:1fr 350px;gap:4rem;margin-top:3rem;display:grid}.cart-module__-RJi4G__items{flex-direction:column;gap:1.5rem;display:flex}.cart-module__-RJi4G__item{background:var(--surface);border:1px solid #ffffff0d;border-radius:12px;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__meta{opacity:.7;font-size:.9rem}.cart-module__-RJi4G__price{color:var(--primary);margin-top:.5rem;font-weight:700}.cart-module__-RJi4G__actions{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.cart-module__-RJi4G__subtotal{font-size:1.2rem;font-weight:700}.cart-module__-RJi4G__removeBtn{color:#f55;cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline}.cart-module__-RJi4G__summary{background:var(--surface);border:1px solid #ffffff0d;border-radius:12px;height:fit-content;padding:2rem}.cart-module__-RJi4G__summary h2{text-transform:uppercase;margin-bottom:2rem;font-size:1.5rem}.cart-module__-RJi4G__row{opacity:.8;justify-content:space-between;margin-bottom:1rem;display:flex}.cart-module__-RJi4G__total{opacity:1;color:var(--secondary);border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem;font-size:1.3rem;font-weight:700}.cart-module__-RJi4G__checkoutBtn{background:var(--primary);color:#fff;text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:2rem;padding:1rem;font-weight:700;transition:all .2s}.cart-module__-RJi4G__checkoutBtn:hover{color:#000;background:#fff}@media (max-width:768px){.cart-module__-RJi4G__content{grid-template-columns:1fr;gap:2rem}}
