.cart-products-wrapper{display:grid;gap:.5rem}.horizontal-card.cart-product{grid-template-columns:95px 1fr}@media (min-width:1200px){.horizontal-card.cart-product{grid-template-columns:132px 1fr}}.horizontal-card.cart-product .product-card-content{grid-template-rows:auto auto auto}.cart-product-image-wrapper{background-color:var(--color-light-grey);position:relative;width:90px;height:99px;padding:5%;display:flex;justify-content:center;align-items:center}@media (min-width:1200px){.cart-product-image-wrapper{width:110px}}.cart-product-image-wrapper img{width:auto;height:auto;max-width:79px;max-height:79px;object-fit:cover;mix-blend-mode:multiply}.cart-product-image-wrapper img.has-product-tag{transform:translateY(-4.5px)}.cart-product-image-wrapper .product-tags-wrapper{position:absolute;bottom:0;width:100%}.cart-product-tag{width:100%;justify-content:center;align-items:center}@media (max-width:1199px){.cart-product-tag{width:100%;justify-content:center}}.cart-product-content-wrapper{display:grid;grid-template-columns:auto auto}.cart-product-description{display:flex;flex-direction:column;gap:.15rem}.cart-product-description .product-brand{font-size:var(--size-13);font-weight:600}@media (min-width:1200px){.cart-product-description .product-brand{font-size:var(--size-14)}}.cart-product-description .product-name{font-size:var(--size-13)}@media (min-width:1200px){.cart-product-description .product-name{font-size:var(--size-14)}}.cart-product-actions{display:flex;justify-content:flex-end;align-items:flex-start}.cart-product-quantity-wrapper{display:flex;font-size:var(--size-12);align-items:center;gap:.5em;justify-content:space-around}.cart-product-quantity-wrapper button{border:1px solid var(--color-black);border-radius:0;height:2rem;width:2rem;line-height:1rem}.cart-product-quantity-wrapper .cart-product-quantity{border:1px solid var(--color-black);border-radius:0;height:2rem;width:auto;min-width:2rem}.cart-product-price-wrapper{display:grid;justify-content:flex-end;gap:.25em;align-items:center;text-align:right}.cart-product-price{line-height:1em;text-align:right;font-weight:600;font-size:var(--size-14)}.cart-product-price.original-price{font-size:.8em}.cart-product-price.price-main{font-size:var(--size-20);font-family:var(--font-staffwide)}@media (min-width:1200px){.loyalty-price-saved{flex-direction:row-reverse;gap:.5rem}}@media (min-width:1200px){.loyalty-price{flex-direction:row;gap:.25rem}}.cart-product-footer{grid-column:span 2;margin-top:.5rem}