.cart-header{border-bottom:1px solid #d4af3733;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.clear-cart-btn{color:#f44;cursor:pointer;background:#ff44441a;border:1px solid #ff44444d;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;transition:all .3s}.clear-cart-btn:hover{background:#f443;border-color:#f44;transform:translateY(-2px)}.cart-page{background:linear-gradient(135deg,#0a0a0a 0%,#050505 100%);min-height:60vh;padding:4rem 5%}.cart-container{max-width:1400px;margin:0 auto}.cart-grid{grid-template-columns:1fr 380px;gap:2rem;display:grid}.cart-empty{text-align:center;padding:4rem 2rem}.empty-icon{color:#d4af37;opacity:.5;margin-bottom:1rem;font-size:5rem}.cart-empty h2{color:#fff;margin-bottom:1rem;font-size:1.8rem}.cart-empty p{color:#b0b0b0;margin-bottom:2rem}.empty-btn{color:#0a0a0a;background:linear-gradient(135deg,#d4af37,#b8860b);border-radius:50px;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.empty-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #d4af3766}.cart-items{background:#0006;border:1px solid #d4af3733;border-radius:20px;overflow:hidden}.cart-header{border-bottom:1px solid #d4af3733;padding:1.5rem}.cart-header h3{color:#fff;margin:0;font-size:1.2rem}.cart-item{border-bottom:1px solid #d4af371a;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:1.5rem;transition:background .3s;display:grid}.cart-item:hover{background:#d4af370d}.item-image{border-radius:12px;width:70px;height:70px;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.item-details{flex:1}.item-name{color:#fff;margin-bottom:.3rem;font-size:1rem;font-weight:500}.item-price{color:#b0b0b0;font-size:.85rem}.item-quantity{align-items:center;gap:.5rem;display:flex}.quantity-btn{color:#d4af37;cursor:pointer;background:#d4af371a;border:1px solid #d4af374d;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex}.quantity-btn:hover{color:#0a0a0a;background:#d4af37;border-color:#d4af37}.quantity-number{text-align:center;color:#fff;min-width:30px;font-weight:500}.item-total{text-align:right;color:#d4af37;min-width:100px;font-family:monospace;font-weight:600}.remove-btn{color:#b0b0b0;cursor:pointer;background:0 0;border:none;font-size:1rem;transition:all .3s}.remove-btn:hover{color:#f44;transform:scale(1.1)}.cart-summary{background:#0006;border:1px solid #d4af3733;border-radius:20px;height:fit-content;padding:1.5rem;position:sticky;top:100px}.cart-summary h3{color:#fff;border-bottom:1px solid #d4af3733;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.2rem}.summary-row{color:#b0b0b0;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.summary-row.total{color:#d4af37;margin-top:1rem;font-size:1.1rem;font-weight:600}.summary-divider{background:#d4af3733;height:1px;margin:1rem 0}.checkout-btn{color:#0a0a0a;text-align:center;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:12px;width:100%;margin-bottom:1rem;padding:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #d4af3766}.continue-btn{color:#d4af37;text-align:center;background:0 0;border:1px solid #d4af374d;border-radius:12px;width:100%;padding:.8rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.continue-btn:hover{background:#d4af371a;border-color:#d4af37}.order-modal{z-index:9999;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.order-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#000000f2;position:fixed;inset:0}.order-modal-container{z-index:2;width:90%;max-width:500px;animation:.3s scaleIn;position:relative}.order-modal-close{color:#0a0a0a;cursor:pointer;z-index:3;background:#d4af37e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1rem;transition:all .3s;display:flex;position:absolute;top:-45px;right:0}.order-modal-close:hover{background:#d4af37;transform:scale(1.1)}.order-modal-content{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#050505 100%);border:1px solid #d4af374d;border-radius:20px;padding:2rem}.order-modal-icon{color:#d4af37;background:#d4af371a;border:2px solid #d4af37;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.order-modal-title{color:#d4af37;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.order-items-list{max-height:300px;margin-bottom:1rem;padding-right:.5rem;overflow-y:auto}.order-items-list::-webkit-scrollbar{width:4px}.order-items-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.order-items-list::-webkit-scrollbar-thumb{background:#d4af37;border-radius:4px}.order-item{border-bottom:1px solid #d4af371a;justify-content:space-between;align-items:center;padding:.8rem 0;display:flex}.order-item-info{align-items:baseline;gap:.5rem;display:flex}.order-item-name{color:#fff;font-size:.9rem}.order-item-quantity{color:#d4af37;font-size:.8rem}.order-item-price{color:#d4af37;font-family:monospace;font-size:.9rem}.order-divider{background:#d4af3733;height:1px;margin:1rem 0}.order-total{color:#fff;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:flex}.order-total-price{color:#d4af37;font-size:1.2rem}.order-delivery{color:#b0b0b0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem;display:flex}.order-text{color:#b0b0b0;margin-bottom:1.5rem;font-size:.9rem}.order-call-btn{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.order-call-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #d4af3766}.order-note{color:#6c6c6c;font-size:.8rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.cart-page{padding:3rem 5%}.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:768px){.cart-page{padding:2rem 5%}.cart-item{grid-template-columns:70px 1fr;grid-template-areas:"image details""image quantity""image total""image remove";gap:.8rem}.item-image{grid-area:image}.item-details{grid-area:details}.item-quantity{grid-area:quantity;justify-self:start}.item-total{text-align:left;grid-area:total;justify-self:start}.remove-btn{grid-area:remove;justify-self:start}.cart-header h3{font-size:1rem}.cart-empty h2{font-size:1.5rem}.order-modal-container{width:95%}.order-modal-content{padding:1.5rem}.order-modal-title{font-size:1.3rem}}@media (max-width:480px){.cart-item{padding:1rem}.item-image{width:60px;height:60px}.item-name{font-size:.9rem}.item-price{font-size:.75rem}.quantity-btn{width:25px;height:25px;font-size:.8rem}.quantity-number{min-width:25px;font-size:.9rem}.item-total{font-size:.9rem}.cart-summary{padding:1rem}.cart-empty h2{font-size:1.2rem}.cart-empty p{font-size:.9rem}.order-modal-content{padding:1rem}.order-modal-icon{width:50px;height:50px;margin-bottom:1rem;font-size:1.5rem}.order-modal-title{margin-bottom:1rem;font-size:1.1rem}.order-item-name,.order-item-price{font-size:.85rem}.order-call-btn{padding:.8rem;font-size:.9rem}}
