.cart-page{min-height:100vh;background:#080a0f;color:#f7f7fb}.cart-shell{padding-top:48px;padding-bottom:90px}.cart-heading h1{font-size:52px;letter-spacing:-.04em;margin:10px 0 8px}.cart-heading p{color:#949baa}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:28px;gap:28px;margin-top:36px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto auto auto;align-items:center;grid-gap:18px;gap:18px;padding:16px;border:1px solid #252a37;border-radius:17px;background:#0f1219}.cart-thumb{width:76px;height:76px;border-radius:14px;background:radial-gradient(circle at 50% 50%,rgba(132,62,255,.3),transparent 50%),#131722;border:1px solid #303546;display:grid;place-items:center}.cart-thumb span{font-weight:900;color:#9358ff}.cart-name{display:flex;flex-direction:column;gap:6px}.cart-name a{font-weight:750;color:#f1f2f7}.cart-name small{color:#858c9b}.quantity-control{display:flex;align-items:center;border:1px solid #303545;border-radius:10px;overflow:hidden}.quantity-control button{width:34px;height:34px;border:0;background:#151923;color:#d9dbe5;cursor:pointer}.quantity-control strong{min-width:35px;text-align:center;font-size:14px}.cart-line-total{min-width:100px;text-align:right}.remove-item{width:36px;height:36px;border:1px solid #3a2b31;border-radius:10px;background:#1b1116;color:#d78a9b;display:grid;place-items:center;cursor:pointer}.cart-summary{position:-webkit-sticky;position:sticky;top:100px;border:1px solid #292e3c;border-radius:20px;background:#0f1219;padding:22px}.cart-summary>div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #232733;color:#949baa}.cart-summary>div strong{color:#e5e7ef;text-align:right}.cart-summary .cart-total{margin-top:8px;padding-top:18px;font-size:19px;color:#fff}.cart-summary .cart-total strong{font-size:26px;color:#fff}.checkout-button{margin-top:20px;display:flex;justify-content:center;border-radius:12px;padding:15px;background:linear-gradient(135deg,#7b3cff,#9854ff);color:#fff;font-weight:800}.cart-summary p{font-size:12px;line-height:1.55;color:#777f8e;margin:14px 0 0}.empty-cart{margin-top:44px;border:1px solid #252a37;border-radius:24px;background:#0f1219;text-align:center;padding:70px 24px}.empty-cart>svg{color:#9155ff}.empty-cart h2{font-size:28px;margin:18px 0 8px}.empty-cart p{color:#9299a8}.empty-cart div{display:flex;justify-content:center;gap:12px;margin-top:24px}.empty-cart a{padding:12px 16px;border:1px solid #333848;border-radius:11px}.empty-cart a:first-child{background:#7f3fff;border-color:#7f3fff}.product-back{display:inline-flex;align-items:center;gap:8px;color:#a1a7b4;font-size:14px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:64px 1fr auto}.cart-thumb{width:64px;height:64px}.quantity-control{grid-column:2}.cart-line-total{grid-column:3;grid-row:2}.remove-item{grid-column:3;grid-row:1}}