:root{--cart-bg:#1b193b;--cart-panel:#13122a;--cart-panel-soft:#201f42;--cart-text:#fff;--cart-muted:rgba(255,255,255,.46);--cart-green:#31af7c;--cart-green-hover:#38ba86;--cart-danger:#ff7865}html,body{margin:0;padding:0;background:var(--cart-bg);color:var(--cart-text)}body.cart-page{font-family:"Inter",sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cart-page *,.cart-page *::before,.cart-page *::after{box-sizing:border-box}.cart-page button,.cart-page input{font-family:inherit}.cart-main{min-height:650px;padding:46px 0 78px}.cart-container{width:calc(100% - 32px);max-width:1120px;margin:0 auto}.cart-heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.cart-heading h1{margin:0;font-size:31px;line-height:1.1;font-weight:700;letter-spacing:-.02em}.cart-heading p{margin:8px 0 0;color:var(--cart-muted);font-size:13px;line-height:1.5}.cart-heading>span{color:var(--cart-muted);font-size:12px;white-space:nowrap}.cart-heading>span b{color:#fff;font-size:14px;font-weight:600}.cart-alert{margin:0 0 14px;padding:14px 16px;border-radius:5px;background:rgba(255,120,101,.12);display:grid;gap:4px}.cart-alert strong{font-size:13px}.cart-alert span{color:rgba(255,255,255,.62);font-size:12px;line-height:1.5}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.cart-products{display:grid;gap:8px}.cart-product{min-height:126px;padding:13px;border-radius:6px;background:var(--cart-panel);display:grid;grid-template-columns:74px minmax(0,1fr) auto 42px;gap:16px;align-items:center}.cart-product-poster{width:74px;height:100px;overflow:hidden;border-radius:4px;display:block;background:#0e0d20}.cart-product-poster img{width:100%;height:100%;display:block;object-fit:cover}.cart-product-info{min-width:0;display:grid;gap:7px}.cart-product-info>a{overflow:hidden;color:#fff;text-decoration:none;text-overflow:ellipsis;font-size:15px;line-height:1.35;font-weight:600}.cart-product-info>a:hover{opacity:.82}.cart-product-info>span{color:var(--cart-muted);font-size:11px;line-height:1.4}.cart-product-price{font-size:18px;line-height:1.2;font-weight:700;white-space:nowrap}.cart-remove{width:42px;height:42px;margin:0;padding:0;border:0;border-radius:4px;background:var(--cart-panel-soft);color:rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-remove:hover{background:rgba(255,49,26,.16);color:var(--cart-danger)}.cart-remove:focus-visible,.cart-checkout:focus-visible,.cart-field input:focus-visible{outline:2px solid rgba(255,255,255,.45);outline-offset:2px}.cart-remove svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-summary{position:sticky;top:20px;padding:23px;border-radius:6px;background:var(--cart-panel)}.cart-summary h2{margin:0 0 23px;font-size:21px;line-height:1.2;font-weight:700}.cart-summary-row{margin-bottom:14px;color:var(--cart-muted);font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cart-summary-row strong{color:#fff;font-weight:600}.cart-summary-total{margin:20px 0 22px;padding-top:19px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.cart-summary-total span{font-size:14px;font-weight:600}.cart-summary-total strong{font-size:24px;line-height:1;font-weight:700}.cart-field{display:grid;gap:8px}.cart-field label{font-size:12px;font-weight:600}.cart-field input{width:100%;height:46px;padding:0 13px;border:0;border-radius:4px;outline:0;background:var(--cart-panel-soft);color:#fff;font-size:14px}.cart-field input::placeholder{color:rgba(255,255,255,.26)}.cart-field small{color:rgba(255,255,255,.36);font-size:10.5px;line-height:1.45}.cart-consent{margin-top:14px;color:rgba(255,255,255,.42);font-size:10.5px;line-height:1.45;display:grid;grid-template-columns:16px 1fr;gap:8px;align-items:start;cursor:pointer}.cart-consent input{width:15px;height:15px;margin:1px 0 0;accent-color:var(--cart-green)}.cart-consent a{color:rgba(255,255,255,.7);text-underline-offset:2px}.cart-checkout{width:100%;height:48px;margin:19px 0 11px;padding:0 15px;border:0;border-radius:3px;background:var(--cart-green);color:#fff;font-size:12px;line-height:1;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.cart-checkout:hover{background:var(--cart-green-hover)}.cart-checkout:disabled{cursor:wait;opacity:.7}.cart-checkout strong{font-size:13px;font-weight:700}.cart-empty{min-height:330px;padding:70px 22px;border-radius:7px;background:var(--cart-panel);text-align:center}.cart-empty h2{margin:0 0 10px;font-size:22px}.cart-empty p{margin:0 0 24px;color:var(--cart-muted);font-size:13px}.cart-empty a{min-height:43px;padding:0 19px;border-radius:3px;background:var(--cart-green);color:#fff;text-decoration:none;font-size:12px;font-weight:700;display:inline-flex;align-items:center}.cart-empty a:hover{background:var(--cart-green-hover)}@media(max-width:850px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:600px){.cart-container{width:calc(100% - 20px)}.cart-main{padding:30px 0 60px}.cart-heading{align-items:center}.cart-heading h1{font-size:26px}.cart-heading p{font-size:12px}.cart-product{min-height:112px;padding:11px;grid-template-columns:62px minmax(0,1fr) 38px;gap:11px}.cart-product-poster{width:62px;height:86px}.cart-product-info>a{font-size:14px}.cart-product-price{grid-column:2;grid-row:2;font-size:16px}.cart-remove{grid-column:3;grid-row:1/3;width:38px;height:38px}.cart-summary{padding:19px}.cart-summary-total strong{font-size:22px}}
