.section-cart{background-color:var(--color-white)}.section-cart__header{text-align:center;margin-bottom:3em}.section-cart__header.cart-empty{text-align:center}.section-cart__content{display:grid;grid-template-columns:auto 1fr;gap:5em}@media (max-width:1024px){.section-cart__content{grid-template-columns:1fr;grid-template-rows:auto;gap:2em}}.section-cart__content.cart-empty{grid-template-columns:1fr;text-align:center}.section-cart__content p{margin-bottom:0}.section-cart .cart-totals{width:22em;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;background-color:var(--color-white-accent);border-radius:.5em;padding:1.5em}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between}.section-cart .cart-totals__sub-total span{font-size:1.125em;font-weight:600}.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%}