*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f4f4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333}.cart-page{max-width:1200px;margin:0 auto;padding:20px}.cart-header{background:#fff;padding:20px 24px;margin-bottom:20px;border-radius:4px}.cart-header h2{font-size:24px;font-weight:500;color:#282828;text-transform:uppercase;letter-spacing:.5px}#cart-count{font-weight:700}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}.cart-items-section{background:#fff;border-radius:4px;overflow:hidden;min-height:200px}.empty-cart{text-align:center;padding:80px 20px}.empty-cart svg{color:#ddd;margin-bottom:20px}.empty-cart h3{font-size:20px;font-weight:500;color:#282828;margin-bottom:8px}.empty-cart p{color:#999;font-size:14px}.cart-item{display:grid;grid-template-columns:100px 1fr 140px 120px;gap:20px;padding:24px;border-bottom:1px solid #f0f0f0;align-items:center}.cart-item:last-child{border-bottom:none}.item-image{width:100px;height:100px;background:#fafafa;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{display:flex;flex-direction:column;gap:8px}.item-name{font-size:15px;font-weight:400;color:#282828;line-height:1.4;margin:0}.item-meta{display:flex;align-items:center;gap:12px}.item-price{font-size:16px;font-weight:600;color:#282828}.item-actions-mobile{display:none}.remove-btn-text{background:none;border:none;color:#f68b1e;font-size:12px;font-weight:600;cursor:pointer;padding:4px 0;text-decoration:underline}.remove-btn-text:hover{color:#e57a0e}.item-quantity{display:flex;align-items:center}.quantity-control{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;background:#fff}.qty-btn{width:36px;height:36px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:background .2s;padding:0}.qty-btn:hover{background:#f8f8f8}.qty-btn:active{background:#eee}.qty-btn svg{pointer-events:none}.qty-value{width:50px;height:36px;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;font-size:14px;font-weight:500;color:#282828;background:#fff;outline:none}.item-total{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.total-price{font-size:18px;font-weight:700;color:#282828;margin:0}.remove-btn{background:none;border:none;color:#999;cursor:pointer;padding:8px;transition:color .2s;display:flex;align-items:center;justify-content:center}.remove-btn:hover{color:#e74c3c}.remove-btn svg{pointer-events:none}.cart-summary-section{position:sticky;top:20px}.summary-card{background:#fff;border-radius:4px;padding:24px}.summary-card h3{font-size:16px;font-weight:600;color:#282828;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;color:#666}.summary-value{font-weight:600;color:#282828}.summary-divider{height:1px;background:#f0f0f0;margin:12px 0}.total-row{font-size:16px;font-weight:600;color:#282828;padding:16px 0}.total-value{font-size:20px;font-weight:700;color:#f68b1e}#checkout-btn{width:100%;background:#f68b1e;color:#fff;border:none;padding:16px;border-radius:4px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;margin-top:20px;transition:background .3s}#checkout-btn:hover{background:#e57a0e}#checkout-btn:active{background:#d4700d}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.cart-summary-section{position:static}}@media (max-width: 768px){.cart-page{padding:12px}.cart-header{padding:16px;margin-bottom:12px}.cart-header h2{font-size:18px}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:12px 16px;padding:16px}.item-image{width:80px;height:80px;grid-row:1 / 3}.item-details{grid-column:2;grid-row:1}.item-actions-mobile{display:block;margin-top:8px}.item-quantity{grid-column:2;grid-row:2;justify-content:flex-start}.item-total{display:none}.item-name{font-size:14px}.item-price{font-size:15px}.quantity-control{width:120px}.summary-card{padding:20px}}
