.section-cart__header{margin-bottom:2em;text-align:center;margin-bottom:4em}.section-cart__header h1,.section-cart__header h2,.section-cart__header h3,.section-cart__header h4,.section-cart__header h5,.section-cart__header h6{margin:0;line-height:1}.section-cart__header p{margin:0}.section-cart__header h1{margin-bottom:.5rem}.section-cart__header .count{font-size:.875em;text-transform:uppercase}.section-cart__content{display:grid;grid-template-columns:1fr 1fr;gap:5em}@media (max-width:1024px){.section-cart__content{grid-template-columns:100%;grid-template-rows:auto;gap:2em}}.section-cart__content p{margin-bottom:0}.section-cart__inner.empty .section-cart__content{display:block;text-align:center}.section-cart__inner.empty .section-cart__content p{font-size:.875em}.section-cart .cart-totals{width:100%;text-align:center}@media (max-width:1024px){.section-cart .cart-totals{width:100%}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1.5em;background-color:#e5e3dd;border-radius:.5em;padding:2em;letter-spacing:.05em}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between;line-height:1}.section-cart .cart-totals__sub-total span{text-transform:uppercase;font-size:.875em}.section-cart .cart-totals__actions{display:flex;flex-direction:column;gap:1em}.section-cart .cart-totals .continue{text-transform:uppercase;font-size:.875em}.section-cart .cart-totals form{display:grid;grid-template-rows:auto;gap:.5em}.section-cart .cart-totals button{width:100%}