.cart-container{max-width:1200px;min-height:70vh;margin:0 auto;padding:4rem 2rem}.cart-title{color:#d4af37;font-family:var(--font-cinzel), serif;border-bottom:1px solid #d4af374d;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-cart h1{color:#fff;margin-bottom:1rem;font-size:2rem}.empty-cart p{color:#888;margin-bottom:2rem}.continue-shopping-btn{color:#000;text-transform:uppercase;background:#d4af37;border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s}.continue-shopping-btn:hover{background:#aa7c11}.cart-layout{grid-template-columns:2fr 1fr;gap:3rem;display:grid}.cart-items{flex-direction:column;gap:1.5rem;display:flex}.cart-item{background:#141414cc;border:1px solid #ffffff1a;border-radius:8px;gap:1.5rem;padding:1.5rem;display:flex}.item-image-placeholder{background:#111;border-radius:4px;width:100px;height:120px}.item-details{flex-grow:1}.item-details h3{color:#fff;margin-bottom:.5rem}.item-price{color:#d4af37;font-size:1.2rem;font-weight:700}.item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.quantity-controls{background:#000;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:1rem;padding:.5rem;display:flex}.quantity-controls button{color:#d4af37;cursor:pointer;background:0 0;border:none;width:25px;font-size:1.2rem}.quantity-controls span{color:#fff;font-weight:700}.remove-btn{color:#ff4d4d;cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline}.cart-summary{background:#0f0f0fe6;border:1px solid #d4af3733;border-radius:8px;height:fit-content;padding:2rem;position:sticky;top:100px}.cart-summary h2{color:#fff;font-family:var(--font-cinzel), serif;margin-bottom:1.5rem}.summary-row{color:#ccc;justify-content:space-between;margin-bottom:1rem;display:flex}.summary-divider{background:#ffffff1a;height:1px;margin:1.5rem 0}.coupon-section{gap:.5rem;margin-top:.5rem;margin-bottom:.5rem;display:flex}.coupon-input{color:#fff;text-transform:uppercase;background:#ffffff0d;border:1px solid #fff3;border-radius:4px;outline:none;flex-grow:1;padding:.5rem .8rem}.coupon-input:focus{border-color:#d4af37}.coupon-btn{color:#d4af37;cursor:pointer;background:#252525;border:1px solid #d4af37;border-radius:4px;padding:.5rem 1rem;font-weight:700;transition:all .2s}.coupon-btn:hover{color:#000;background:#d4af37}.coupon-error{color:#ff4d4d;margin-bottom:1rem;font-size:.8rem}.discount-row{color:#0f0}.total-row{color:#fff;font-size:1.2rem;font-weight:700}.total-row span:last-child{color:#d4af37}.checkout-btn{color:#000;cursor:pointer;text-transform:uppercase;background:linear-gradient(135deg,#d4af37,#aa7c11);border:none;border-radius:6px;width:100%;margin-top:1.5rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.checkout-btn:hover{transform:translateY(-2px)}@media (max-width:768px){.cart-container{padding:2rem 1rem}.cart-layout{grid-template-columns:1fr;gap:2rem}.cart-title{font-size:2rem}.cart-item{flex-direction:row;gap:1rem;padding:1rem}.item-image-placeholder{width:80px;height:100px}.item-details h3{font-size:1rem}.item-price{font-size:1.1rem}.item-actions{align-items:center}.quantity-controls{gap:.5rem;padding:.3rem}}
