.section-cart__header{margin-bottom:2.5em;text-align:center}.section-cart__header.cart-empty{text-align:center}@media (max-width:1024px){.section-cart__inner{display:flex;flex-direction:column;align-items:center}}.section-cart__content{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-evenly;gap:8em}@media (max-width:1024px){.section-cart__content{display:flex;flex-direction:column;align-items:center;gap:0}}.section-cart__content.cart-empty{grid-template-columns:1fr;text-align:center}.section-cart__content p{margin-bottom:0}.section-cart .cart-totals{width:25em;text-align:center}@media (max-width:1024px){.section-cart .cart-totals{width:100%}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;padding:1em;background-color:var(--color-warm-white)}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between}.section-cart .cart-totals__sub-total .subtotal{display:flex;justify-content:center;align-items:center;font-family:"Open Sans",arial,sans-serif;font-size:1em;letter-spacing:20;line-height:.8;font-weight:400}@media (max-width:1024px){.section-cart .cart-totals__sub-total .subtotal{font-size:1em;letter-spacing:20;line-height:.8}}.section-cart .cart-totals__sub-total .cost{display:flex;justify-content:center;align-items:center;font-family:Mango,arial,sans-serif;font-size:2.5em;letter-spacing:20;line-height:.8;font-weight:400;padding-bottom:6px}@media (max-width:1024px){.section-cart .cart-totals__sub-total .cost{font-size:2.125em;letter-spacing:20;line-height:.8}}.section-cart .cart-totals__actions{display:flex;flex-direction:column;gap:1em}.section-cart .cart-totals form{display:grid;grid-template-rows:auto;gap:.5em}.section-cart .cart-totals button{width:100%}