Your cart is empty

Continue shopping

/* === CART PAGE – EVERYDAY CARE STYLE === */ .cart { background-color: #f8f6f2; } /* Cart container */ .cart__contents { max-width: 1100px; margin: 0 auto; padding: 30px 20px; } /* Product rows */ .cart-item { background: #ffffff; border-radius: 10px; padding: 15px; margin-bottom: 15px; border: 1px solid #eee; } /* Product title */ .cart-item__name { font-family: "Playfair Display", serif; font-size: 18px; color: #2e2e2e; } /* Price */ .cart-item__price { font-weight: 500; color: #555; } /* Quantity box */ .quantity { border-radius: 6px; border: 1px solid #ddd; } /* Remove link */ .cart-item__remove { color: #a0a0a0; font-size: 13px; } .cart-item__remove:hover { color: #000; } /* Cart total box */ .cart__footer { background: #ffffff; border-radius: 12px; padding: 25px; border: 1px solid #eee; } /* Total price */ .totals__total-value { font-size: 20px; font-weight: 600; color: #2e2e2e; } /* Checkout button */ .cart__checkout-button, button[name="checkout"] { background-color: #5