.cart-page{max-width:1240px;margin:0 auto;padding:24px 18px 55px}.cart-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.cart-head h1{margin:6px 0;font-size:clamp(32px,4vw,46px);color:#111936}.cart-head p{margin:0;color:#667085}.cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);gap:22px;align-items:start}.cart-items{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:180px 1fr;gap:18px;background:#fff;border:1px solid #e3e7f0;border-radius:20px;padding:14px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.cart-item-img{height:170px;border-radius:15px;overflow:hidden;background:#f4f6fa}.cart-item-img img{width:100%;height:100%;object-fit:contain}.cart-item-top{display:flex;justify-content:space-between;gap:15px}.cart-cat{font-size:11px;text-transform:uppercase;letter-spacing:.8px;font-weight:900;color:#6366f1}.cart-item h2{font-size:19px;line-height:1.25;margin:5px 0 10px;color:#172033}.cart-remove{border:0;background:none;color:#b42335;font-weight:800;cursor:pointer;height:max-content}.cart-price{font-weight:900;font-size:18px;color:#111936}.cart-price span{font-size:12px;color:#667085;font-weight:600}.cart-meta{margin-top:5px;color:#667085;font-size:13px}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.cart-item-bottom>b{font-size:18px;color:#111936}.cart-qty{display:flex;align-items:center;border:1px solid #d8deea;border-radius:11px;overflow:hidden;height:42px}.cart-qty button{width:40px;height:100%;border:0;background:#f5f7fb;font-size:19px;cursor:pointer}.cart-qty span{min-width:44px;text-align:center;font-weight:900}.cart-summary{position:sticky;top:15px;background:#fff;border:1px solid #e3e7f0;border-radius:20px;padding:21px;box-shadow:0 12px 35px rgba(15,23,42,.06)}.cart-summary h2{margin:0 0 18px;color:#111936}.cart-summary>div{display:flex;justify-content:space-between;gap:15px;margin:13px 0;color:#596273}.cart-summary>div b{color:#172033}.cart-summary hr{border:0;border-top:1px solid #edf0f5}.cart-summary .cart-total{margin:17px 0}.cart-total span{font-weight:900;color:#111936}.cart-total strong{font-size:24px;color:#111936}.cart-checkout{width:100%;margin-top:8px}.cart-note{font-size:12px;color:#667085;line-height:1.5;margin:14px 0 0}.cart-empty{text-align:center;background:#fff;border:1px solid #e3e7f0;border-radius:24px;padding:65px 20px}.empty-icon{font-size:48px}.cart-empty h2{color:#111936;margin:12px 0 6px}.cart-empty p{color:#667085;margin:0 0 18px}@media(max-width:850px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:130px 1fr}.cart-item-img{height:130px}}@media(max-width:600px){.cart-page{padding:15px 12px 35px}.cart-head{align-items:flex-start;flex-direction:column}.cart-head .btn{width:100%}.cart-item{grid-template-columns:1fr;gap:12px;padding:11px}.cart-item-img{height:210px}.cart-item-bottom{margin-top:13px}.cart-item-top{align-items:flex-start}.cart-summary{padding:17px}.cart-empty{padding:50px 16px}}