.section-cart__header{text-align:center;margin-bottom:4em}@media (max-width:768px){.section-cart__header{margin-bottom:2em}}.section-cart__header h1{margin:0}.section-cart .cart-empty{text-align:center}.section-cart__content{display:grid;grid-template-columns:1fr 1fr;gap:5em}@media (max-width:1024px){.section-cart__content{grid-template-columns:1fr;grid-template-rows:auto;gap:2em}}.section-cart__content p{margin-bottom:0}.section-cart .cart-totals{width:100%;text-align:center;background-color:var(--color-white)}@media (max-width:1024px){.section-cart .cart-totals{width:100%}}@media (max-width:768px){.section-cart .cart-totals{position:fixed;bottom:0;left:0;z-index:9;background-color:var(--color-grey-1);box-shadow:0 0 5px rgba(0,0,0,.25)}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;background-color:var(--color-grey-1);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}.section-cart .cart-totals__sub-total span.price{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%}.section-cart .cart-totals>a{font-size:.75em;margin-top:2em;display:block;text-align:center}@media (max-width:768px){.section-cart .cart-totals>a{margin:0 0 2em 0}}.section-cart .cart-note{font-size:.75em;margin:0}