:root{--crt-bg-dark: #071018;--crt-bg-mid: #0f2229;--crt-card-blue: #0f7ea8;--crt-card-blue-light: #2abfe6;--crt-accent: #3ad0e6;--crt-text: #eaf6fb;--crt-dim: #9fbcc6;--crt-border: rgba(58, 208, 230, .12);--crt-radius: 18px;--crt-radius-sm: 10px;--crt-shadow: 0 18px 50px rgba(3, 10, 14, .7);--crt-transition: .26s cubic-bezier(.2, .9, .2, 1)}.crtpage-page{background:linear-gradient(180deg,var(--crt-bg-dark) 0%,var(--crt-bg-mid) 100%);min-height:100vh;color:var(--crt-text);font-family:Quicksand,Inter,Segoe UI,Roboto,Arial,sans-serif;padding:80px 0;box-sizing:border-box;-webkit-font-smoothing:antialiased}.crtpage-cart-container{max-width:1500px;margin:0 auto;padding:0 36px}.crtpage-header{display:flex;align-items:center;gap:20px;margin-bottom:48px}.crtpage-header h1{display:flex;align-items:center;gap:18px;margin:0;font-size:4.8rem;line-height:1;font-weight:800;color:var(--crt-text);letter-spacing:.6px}.crtpage-header svg{width:64px;height:64px;color:var(--crt-card-blue-light)}.crtpage-count{margin-left:auto;background:#3ad0e60f;border:1px solid var(--crt-border);color:var(--crt-accent);padding:12px 18px;border-radius:999px;font-weight:800;font-size:1.9rem}.crtpage-content{display:grid;grid-template-columns:1fr 480px;gap:44px;align-items:start}.crtpage-items{display:flex;flex-direction:column;gap:34px}.crtpage-item{display:grid;grid-template-columns:360px 1fr;gap:32px;padding:36px 36px 92px;border-radius:var(--crt-radius);background:linear-gradient(180deg,#12303cd9,#0a1c24d9);border:1px solid rgba(255,255,255,.02);box-shadow:var(--crt-shadow);position:relative;overflow:visible;align-items:start}.crtpage-item-image{border-radius:14px;overflow:hidden;min-height:320px;max-width:420px;background:linear-gradient(180deg,#0000000a,#00000014);display:flex;align-items:center;justify-content:center}.crtpage-item-image img{width:100%;height:100%;object-fit:cover;display:block}.crtpage-item-details{display:flex;flex-direction:column;gap:16px}.crtpage-item-title{font-size:3.6rem;margin:0;font-weight:900;color:var(--crt-text);line-height:1.05}.crtpage-item-title a{color:inherit;text-decoration:none}.crtpage-item-variant{color:var(--crt-dim);font-size:2rem;margin-top:6px;font-weight:700;text-transform:capitalize}.crtpage-item-meta{margin-top:8px;padding:16px;border-radius:var(--crt-radius-sm);background:linear-gradient(180deg,#105c8024,#0f4e6e14);border:1px solid rgba(42,191,230,.06);display:flex;gap:14px;align-items:center}.crtpage-item-properties,.crtpage-item-discounts{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.crtpage-item-properties p,.crtpage-item-discount{padding:8px 12px;border-radius:10px;background:#ffffff05;color:var(--crt-dim);font-size:1.6rem;margin:0;font-weight:700}.crtpage-item-actions{display:flex;align-items:center;gap:22px;margin-top:8px;padding-top:18px;border-top:1px solid rgba(255,255,255,.02);width:100%;flex-wrap:wrap}.crtpage-item-price{min-width:220px;display:flex;flex-direction:column;gap:6px}.crtpage-item-price-original{font-size:2rem;color:var(--crt-dim);text-decoration:line-through;font-weight:700}.crtpage-item-price-final{font-size:3.4rem;font-weight:900;color:var(--crt-card-blue-light);text-shadow:0 6px 20px rgba(42,191,230,.08)}.crtpage-item-quantity{display:flex;align-items:center;gap:12px;background:#ffffff05;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.02)}.crtpage-qty-minus,.crtpage-qty-plus{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:transparent;border:1px solid rgba(255,255,255,.02);color:var(--crt-card-blue-light);cursor:pointer;transition:box-shadow var(--crt-transition),transform var(--crt-transition);font-size:2.4rem}.crtpage-qty-minus:hover,.crtpage-qty-plus:hover{transform:translateY(-3px);box-shadow:0 12px 30px #2abfe614}.crtpage-qty-input{width:110px;text-align:center;background:transparent;border:none;color:var(--crt-text);font-weight:900;font-size:2.2rem}.crtpage-item-remove{position:absolute;right:28px;bottom:22px;display:inline-flex;align-items:center;gap:12px;padding:14px 26px;border-radius:999px;background:linear-gradient(180deg,var(--crt-card-blue),var(--crt-card-blue-light));color:#022229;font-weight:900;font-size:1.9rem;border:1px solid rgba(255,255,255,.06);box-shadow:0 18px 46px #0b394d80;cursor:pointer;transition:transform var(--crt-transition),box-shadow var(--crt-transition);z-index:5}.crtpage-item-remove svg{width:22px;height:22px;color:#022229;flex-shrink:0}.crtpage-item-remove:hover{transform:translateY(-4px);box-shadow:0 28px 60px #0b394d94}.crtpage-item-total{margin-left:auto;font-size:3.2rem;font-weight:900;color:var(--crt-card-blue-light);text-align:right}.crtpage-summary{position:sticky;top:110px;align-self:start}.crtpage-summary-card{padding:28px;border-radius:var(--crt-radius);background:linear-gradient(180deg,#0c222ce6,#08141ce6);border:1px solid rgba(255,255,255,.02);box-shadow:var(--crt-shadow);display:flex;flex-direction:column;gap:18px}.crtpage-summary-card h2{margin:0;font-size:3.2rem;font-weight:900;color:var(--crt-text);padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.02)}.crtpage-note label{display:flex;gap:12px;align-items:center;font-size:1.9rem;color:var(--crt-text);font-weight:900}.crtpage-note-input{width:100%;min-height:160px;padding:16px;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.02);color:var(--crt-text);font-weight:800;font-size:1.6rem}.crtpage-totals{display:flex;flex-direction:column;gap:16px}.crtpage-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.9rem;color:var(--crt-dim)}.crtpage-subtotal strong{color:var(--crt-card-blue-light);font-size:2.6rem;font-weight:900}.crtpage-discount{display:flex;justify-content:space-between;color:var(--crt-dim);font-size:1.8rem}.crtpage-shipping-notice{display:flex;gap:12px;align-items:flex-start;background:linear-gradient(180deg,#2abfe60a,#2abfe605);padding:12px;border-radius:10px;color:var(--crt-dim);font-size:1.7rem}.crtpage-actions{display:flex;flex-direction:column;gap:14px}.crtpage-btn-checkout{background:linear-gradient(90deg,var(--crt-card-blue-light),var(--crt-card-blue));color:#00181e;padding:18px 20px;border-radius:12px;font-weight:900;border:none;cursor:pointer;font-size:2rem}.crtpage-btn-checkout:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0b394d80}.crtpage-btn-continue{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.03);color:var(--crt-text);background:transparent;font-weight:800;font-size:1.8rem}.crtpage-empty{padding:64px;border-radius:16px;background:linear-gradient(180deg,#0c222ce6,#08141ce6);border:1px solid rgba(255,255,255,.02);text-align:center}.crtpage-empty h2{font-size:4.2rem;margin:18px 0 8px}.crtpage-empty p{color:var(--crt-dim);font-size:2rem}@media(max-width:1200px){.crtpage-content{grid-template-columns:1fr 420px;gap:28px}.crtpage-item{grid-template-columns:300px 1fr;padding:28px 28px 84px}.crtpage-item-image{min-height:260px;max-width:340px}.crtpage-summary-card{padding:22px}}@media(max-width:900px){.crtpage-content{grid-template-columns:1fr}.crtpage-item{grid-template-columns:1fr;padding:28px}.crtpage-item-image{max-width:420px;margin:0 auto;min-height:240px}.crtpage-item-actions{flex-direction:column;align-items:stretch;gap:16px}.crtpage-item-total{text-align:center;margin-left:0;font-size:2.6rem}.crtpage-item-remove{position:relative;right:auto;bottom:auto;margin-top:12px;align-self:flex-end}.crtpage-note-input{min-height:120px}.crtpage-summary{position:relative;top:auto;margin-top:20px}}@media(max-width:520px){.crtpage-header h1{font-size:2.2rem;gap:8px}.crtpage-header svg{width:28px;height:28px}.crtpage-item-title,.crtpage-item-price-final{font-size:2.2rem}.crtpage-item-total{font-size:2rem}.crtpage-qty-minus,.crtpage-qty-plus{width:48px;height:48px;font-size:1.6rem}.crtpage-qty-input{width:86px;font-size:1.6rem}.crtpage-summary-card h2{font-size:2rem}.crtpage-note label{font-size:1.2rem}.crtpage-btn-checkout{font-size:1.4rem;padding:14px 16px}.crtpage-item-image{max-width:280px;min-height:160px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart.css.map */
