.cart-page{padding-bottom:5rem}.cart-page .cart-container{margin-top:3rem}.cart-page .cart-items-section .cart-item-card{border-radius:12px;margin-bottom:1rem;overflow:hidden}.cart-page .cart-items-section .cart-item-card .item-content{grid-template-columns:150px 1fr auto;align-items:center;gap:2rem;display:grid}@media (max-width:48em){.cart-page .cart-items-section .cart-item-card .item-content{grid-template-columns:100px 1fr;gap:1rem}}.cart-page .cart-items-section .cart-item-card .item-image{background-color:#f5f5f5;border-radius:8px;width:150px;height:100px;overflow:hidden}@media (max-width:48em){.cart-page .cart-items-section .cart-item-card .item-image{width:100px;height:80px}}.cart-page .cart-items-section .cart-item-card .item-image img{object-fit:cover;width:100%;height:100%}.cart-page .cart-items-section .cart-item-card .item-info .item-brand{color:#14b4bb;text-transform:uppercase;font-size:.75rem;font-weight:700}.cart-page .cart-items-section .cart-item-card .item-info .item-name-link{color:inherit;text-decoration:none;display:inline-block}.cart-page .cart-items-section .cart-item-card .item-info .item-name-link:hover .item-name{color:#14b4bb;text-decoration:underline}.cart-page .cart-items-section .cart-item-card .item-info .item-name{font-size:1.25rem;font-weight:700;transition:color .2s}.cart-page .cart-items-section .cart-item-card .item-info .item-price{color:#666;font-weight:600}.cart-page .cart-items-section .cart-item-card .item-actions{align-items:center;gap:1.5rem;display:flex}@media (max-width:48em){.cart-page .cart-items-section .cart-item-card .item-actions{border-top:1px solid #eee;grid-column:span 2;justify-content:space-between;padding-top:1rem}}.cart-page .order-summary-card{border-radius:12px;position:sticky;top:2rem}.cart-page .order-summary-card h2{margin-top:0;margin-bottom:1.5rem}.cart-page .order-summary-card .summary-row{justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;display:flex}.cart-page .order-summary-card .summary-row.total{color:#14b4bb;border-top:2px solid #eee;margin-top:1.5rem;padding-top:1.5rem;font-size:1.5rem;font-weight:800}.cart-page .empty-cart{text-align:center;padding:5rem 0}.cart-page .empty-cart h2{margin-bottom:1rem;font-size:2rem}.cart-page .empty-cart p{color:#666;margin-bottom:2rem}
