.section-cart__header{text-align:center;margin-bottom:3em}.section-cart__header.cart-empty{text-align:center}.section-cart__header h1{margin:0}.section-cart__content{display:grid;grid-template-columns:1fr auto;gap:3em}@media (max-width:1024px){.section-cart__content{grid-template-columns:100%;grid-template-rows:auto;gap:2em}}.section-cart__content.cart-empty{grid-template-columns:100%;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 .preorder-message{position:relative;background-color:#a59065;color:var(--color-white);padding:1em 2em 3em 2em;border-radius:1em;z-index:1;margin-bottom:-2em}.section-cart .cart-totals .preorder-message span{font-size:.75em;display:block;line-height:1.2}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;padding:2em;background-color:#f7f4ef;border-radius:1em;position:relative;z-index:2;margin-bottom: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:700}.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%}