.cart-page{min-height:100vh;background:#000;position:relative}.cart-content{padding:2rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.cart-container{background:transparent;padding:2rem 0}.cart-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:2rem;text-align:center}.cart-empty{text-align:center;padding:4rem 2rem;color:#999}.cart-continue-shopping{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#fff,#ccc);color:#000;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.cart-continue-shopping:hover{box-shadow:0 4px 20px hsla(0,0%,100%,.2)}.cart-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);align-items:center}.cart-item,.cart-item-image{background:hsla(0,0%,100%,.05)}.cart-item-image{width:100px;height:100px;border-radius:8px;overflow:hidden}.cart-item-details{flex:1}.cart-item-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.cart-item-price{font-size:1.125rem;color:#ccc}.cart-item-controls{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.05);padding:.5rem;border-radius:8px}.quantity-btn{width:32px;height:32px;border:none;background:hsla(0,0%,100%,.1);color:#fff;border-radius:4px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:hsla(0,0%,100%,.2)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{min-width:2rem;text-align:center;color:#fff;font-weight:600}.remove-btn{padding:.5rem 1rem;background:transparent;color:#f44;border:1px solid #f44;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.remove-btn:hover:not(:disabled){background:rgba(255,68,68,.1)}.remove-btn:disabled{opacity:.5;cursor:not-allowed}.cart-summary{padding:2rem;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.total-label{font-size:1.5rem;font-weight:600;color:#fff}.total-amount{font-size:2rem;font-weight:700;color:#fff}.checkout-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#fff,#ccc);color:#000;border:none;border-radius:50px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease}.checkout-btn:hover:not(:disabled){box-shadow:0 4px 20px hsla(0,0%,100%,.2)}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-controls{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center}.cart-title{font-size:2rem}}