:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17204a;background:#eafbff}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 10%,rgba(0,200,255,.08),transparent 30%),radial-gradient(circle at 90% 4%,rgba(24,214,201,.08),transparent 26%),linear-gradient(180deg,#eafbff,#f4fdff,#eee8ff)}.hero{padding:210px 8% 60px;max-width:900px;margin:0 auto;text-align:center;box-sizing:border-box}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900;color:#17204a;margin:0 0 16px}h1{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;color:#17204a;font-weight:900;text-shadow:none}.hero-text{font-size:16px;line-height:1.7;color:#5f526b;max-width:760px;margin:0 auto}.cart-content{padding:20px 0 120px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 8%;box-sizing:border-box}.loading-cart{text-align:center;padding:90px 0;color:#5f526b;font-weight:700}.empty-cart-card{background:#fff;border:1px solid #d1efff;border-radius:32px;padding:80px 40px;text-align:center;box-shadow:0 20px 50px #00c8ff0f}.empty-icon{font-size:64px;margin-bottom:32px}.empty-cart-card h2{font-size:28px;margin:0 0 16px;font-weight:900;color:#17204a;line-height:1.2}.empty-cart-card p{color:#5f526b;font-size:16px;line-height:1.65;max-width:500px;margin:0 auto 40px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 36px;border-radius:999px;text-decoration:none;font-weight:900;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.primary{background:linear-gradient(135deg,#00c8ff,#18d6c9);color:#fff;box-shadow:0 14px 30px #00c8ff33}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 40px #00c8ff42}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:40px;align-items:start}.cart-items-wrapper{background:#fff;border:1px solid #d1efff;border-radius:28px;padding:34px;box-shadow:0 12px 40px #00c8ff0f;overflow:hidden}.cart-header{display:grid;grid-template-columns:minmax(0,1fr) 140px 120px;gap:20px;padding-bottom:20px;border-bottom:2px solid #f4fdff;font-weight:900;color:#17204a;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.text-center{text-align:center}.text-right{text-align:right}.cart-items-list{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) 140px 120px;gap:20px;align-items:center;padding:26px 0;border-bottom:1px solid #f4fdff}.cart-item:last-child{border-bottom:none;padding-bottom:0}.item-info{display:flex;gap:20px;align-items:center;min-width:0}.item-image-wrap{width:112px;height:112px;min-width:112px;max-width:112px;max-height:112px;flex-shrink:0;background:#fff;border:1px solid #d1efff;border-radius:18px;padding:10px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden}.item-image{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important}.item-details{min-width:0}.item-name{font-weight:900;color:#17204a;font-size:18px;margin:0 0 6px;line-height:1.3}.item-price{color:#00c8ff;font-weight:800;font-size:16px;margin:0 0 12px}.remove-btn{background:none;border:none;color:#ff5a5a;font-size:14px;font-weight:800;cursor:pointer;padding:0;transition:opacity .2s}.remove-btn:hover{opacity:.7;text-decoration:underline}.item-quantity{display:flex;justify-content:center}.quantity-controls{display:inline-flex;align-items:center;border:1px solid #d1efff;border-radius:14px;height:44px;background:#fff;overflow:hidden}.qty-btn{width:40px;height:100%;background:#fff;border:none;color:#17204a;font-size:20px;font-weight:800;cursor:pointer;transition:background .2s}.qty-btn:hover{background:#eafbff}.qty-value{min-width:36px;text-align:center;font-weight:900;color:#17204a;font-size:16px}.item-total{font-weight:900;color:#17204a;font-size:18px;text-align:right}.cart-summary{background:#fff;border:1px solid #d1efff;border-radius:28px;padding:34px;box-shadow:0 12px 40px #00c8ff0f;position:sticky;top:40px}.cart-summary h2{font-size:24px;margin:0 0 28px;font-weight:900;color:#17204a;line-height:1.2}.summary-details{margin-bottom:32px}.summary-row{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px;color:#5f526b;font-size:16px;font-weight:600}.free-text{color:#18d6c9;font-weight:800;font-size:14px;text-align:right}.summary-total{display:flex;justify-content:space-between;gap:18px;margin-top:24px;padding-top:24px;border-top:2px solid #f4fdff;font-weight:900;color:#17204a;font-size:22px}.total-price{color:#17204a}.checkout-btn{width:100%;height:58px;font-size:16px;opacity:.6;cursor:not-allowed;margin-bottom:20px}.summary-note{text-align:center;font-size:13px;color:#6d6475;margin:0;line-height:1.5}@media(max-width:1100px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:800px){.hero{padding:150px 6% 46px}.container{padding:0 6%}.cart-items-wrapper{padding:24px}.cart-header{display:none}.cart-item{grid-template-columns:1fr;gap:20px;text-align:center;padding:28px 0}.item-info{flex-direction:column;gap:16px;text-align:center}.item-image-wrap{width:128px;height:128px;min-width:128px;max-width:128px;max-height:128px}.item-total{text-align:center;padding-top:14px;border-top:1px solid #f4fdff}.cart-summary{padding:26px}}
