@import url(https://use.typekit.net/bgi7joz.css);.section-cart__header.cart-empty{text-align:center}.section-cart__content{display:grid;grid-template-columns:1fr auto;gap:5em}@media (max-width:1024px){.section-cart__content{grid-template-columns:1fr;grid-template-rows:auto;gap:2em}}.section-cart__content h1{margin-bottom:1.25em}.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{position:fixed;left:0;bottom:0;width:100%;z-index:9;box-shadow:1px 1px 3px rgba(0,0,0,.2)}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;padding:2em;background-color:rgba(var(--color-grey),1)}.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:500}.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 .cart-message{text-align:center;font-size:.75em}.section-cart .cart-totals__progress.hidden{display:none}.section-cart .cart-totals__progress .progress-bar{width:100%;height:.625em;border-radius:1em;background-color:rgba(255,255,255,.1)}.section-cart .cart-totals__progress .progress-bar .progress-marker{display:block;width:0%;height:.625em;border-radius:1em;background-color:rgba(var(--color-primary),1);width:0%;transition:width linear .2s}.section-cart .cart-totals__progress .label{text-align:center;margin-top:.375em;text-transform:uppercase}.section-cart .cart-totals__progress .label span{font-size:.75em}