.cart-page{max-width:1200px;min-height:60vh;margin:0 auto;padding:2rem}.cart-page__header{border-bottom:1px solid #ffffff1a;align-items:baseline;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.cart-page__header h1{color:#fff;margin:0;font-size:2.2rem}.cart-page__count{color:#888;font-size:1rem}.cart-page__content{grid-template-columns:1fr 380px;align-items:start;gap:2rem;min-height:70vh;display:grid}@media (max-width:900px){.cart-page__content{grid-template-columns:1fr}}.cart-page__items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:linear-gradient(145deg,#1e1e1ecc,#28282899);border:1px solid #ffc10726;border-radius:16px;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.25rem;transition:border-color .2s,box-shadow .2s;display:grid}.cart-item:hover{border-color:#ffc10759;box-shadow:0 8px 30px #0000004d}@media (max-width:700px){.cart-item{grid-template-rows:auto auto;grid-template-columns:80px 1fr;gap:1rem}.cart-item__details,.cart-item__quantity,.cart-item__subtotal{grid-column:2}.cart-item__remove{position:absolute;top:.5rem;right:.5rem}.cart-item{position:relative}}.cart-item__image{object-fit:cover;border:1px solid #ffffff1a;border-radius:12px;width:100px;height:100px}.cart-item__details{flex-direction:column;gap:.35rem;display:flex}.cart-item__name{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.cart-item__price{color:#888;margin:0;font-size:.95rem}.cart-item__quantity{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:0;display:flex;overflow:hidden}.cart-item__qty-btn{width:36px;height:36px;color:var(--color-primary);cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:background .2s}.cart-item__qty-btn:hover:not(:disabled){background:#ffc10726}.cart-item__qty-btn:disabled{color:#444;cursor:not-allowed}.cart-item__qty-value{text-align:center;color:#fff;width:40px;font-weight:600}.cart-item__subtotal{color:var(--color-primary);text-align:right;min-width:80px;font-size:1.15rem;font-weight:700}.cart-item__remove{color:#ff6b6b;cursor:pointer;background:#ff64641a;border:1px solid #ff646433;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.cart-item__remove:hover{color:#f44;background:#ff646433;border-color:#ff646466}.cart-page__summary{background:linear-gradient(145deg,#1a1a1a,#252525);border:1px solid #ffc10740;border-radius:20px;padding:1.75rem;position:sticky;top:100px}.cart-page__summary h2{color:#fff;margin:0 0 1.5rem;font-size:1.35rem}.cart-summary__row{color:#bbb;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem;display:flex}.cart-summary__free{color:#34d399;font-weight:600}.cart-summary__divider{background:#ffffff1a;height:1px;margin:.5rem 0}.cart-summary__total{color:#fff;font-size:1.2rem;font-weight:700}.cart-summary__total span:last-child{color:var(--color-primary);font-size:1.5rem}.cart-summary__checkout{text-align:center;text-transform:uppercase;letter-spacing:.5px;width:100%;margin-top:1.5rem;padding:.5rem 1rem;font-size:1.05rem;font-weight:700;display:block}.cart-summary__clear{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff64644d;border-radius:999px;width:100%;margin-top:.75rem;padding:.75rem;font-size:.9rem;transition:all .2s}.cart-summary__clear:hover{background:#ff64641a;border-color:#ff646480}.cart-page__empty,.cart-page__loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.cart-page__empty-icon{opacity:.6;margin-bottom:.5rem;font-size:4rem}.cart-page__empty h2,.cart-page__loading h2{color:#fff;margin:0;font-size:1.5rem}.cart-page__empty p,.cart-page__loading p{color:#888;max-width:300px;margin:0}.cart-page__empty .button{margin-top:1rem}.cart-page__spinner{border:3px solid #ffc10733;border-top-color:var(--color-primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
