.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-quotes{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.cart-quotes__heading{text-transform:uppercase;letter-spacing:.12em;color:#555;margin:0 0 4px;font-size:.72rem;font-weight:700}.cart-quote-item{background:#ffc1070a;border:1px solid #ffc10726;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:border-color .2s;display:flex}.cart-quote-item:hover{border-color:#ffc1074d}.cart-quote-item__icon{color:#ffc107;background:#ffc1071a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cart-quote-item__body{flex:1;min-width:0}.cart-quote-item__service{text-transform:uppercase;letter-spacing:.1em;color:#ffc107;margin:0 0 2px;font-size:.72rem;font-weight:700}.cart-quote-item__label{color:#ccc;margin:0 0 4px;font-family:monospace;font-size:.9rem}.cart-quote-item__price{color:#fff;margin:0;font-size:1rem;font-weight:700}.cart-quote-item__file{color:#555;margin:2px 0 0;font-family:monospace;font-size:.75rem}.cart-quote-item__remove{color:#ff6b6b;cursor:pointer;background:#ff646414;border:1px solid #ff646433;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;transition:all .15s;display:flex}.cart-quote-item__remove:hover{background:#ff64642e;border-color:#ff646466}.cart-quotes__enquiry{background:#111;border:1px solid #ffffff0f;border-radius:12px;margin-top:1.25rem;padding:1.25rem}.cart-quotes__enquiry h3{text-transform:uppercase;letter-spacing:.08em;color:#aaa;margin:0 0 12px;font-size:.85rem;font-weight:700}.cart-quotes__enquiry-fields{flex-direction:column;gap:10px;display:flex}.cart-quotes__enquiry input{color:#f5f5f5;box-sizing:border-box;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.88rem;transition:border-color .15s}.cart-quotes__enquiry input:focus{border-color:#ffc10780}.cart-quotes__enquiry input::placeholder{color:#444}.cart-quotes__send{color:#000;cursor:pointer;background:#ffc107;border:none;border-radius:8px;width:100%;margin-top:10px;padding:11px;font-size:.9rem;font-weight:700;transition:background .15s,opacity .15s}.cart-quotes__send:hover:not(:disabled){background:#ffca2c}.cart-quotes__send:disabled{opacity:.5;cursor:not-allowed}.cart-quotes__clear{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff64644d;border-radius:8px;width:100%;margin-top:8px;padding:9px;font-size:.82rem;transition:all .15s}.cart-quotes__clear:hover{background:#ff646414;border-color:#ff646480}.cart-quotes__success{color:#4ade80;justify-content:center;align-items:center;gap:8px;margin-top:10px;font-size:.9rem;display:flex}.cart-quotes__error{color:#f87171;margin:4px 0 0;font-size:.82rem}.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)}}
