.section-cart__title{text-align:center;margin-bottom:3em}@media (max-width:768px){.section-cart__title{text-align:left;margin-bottom:1.5em}}.section-cart__title h1{margin-bottom:0}.section-cart__form{display:flex;gap:5em}@media (max-width:768px){.section-cart__form{flex-wrap:wrap}}.section-cart .cart-totals{width:100%;max-width:20em}@media (max-width:1024px){.section-cart .cart-totals{margin-left:auto}}@media (max-width:768px){.section-cart .cart-totals{margin:0;max-width:100%;position:fixed;left:0;bottom:0;z-index:3;box-shadow:0 0 10px rgba(0,0,0,.45)}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;text-align:center;background-color:var(--color-base-secondary-accent);padding:2em;border-radius:.3125em}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between;line-height:1;font-weight:700}.section-cart .cart-totals__sub-total span{font-size:1.25em}.section-cart .cart-totals__actions{display:flex;flex-direction:column;gap:1em}.section-cart .cart-totals .payment-icons{display:flex;flex-wrap:wrap;gap:.25em;justify-content:flex-start}@media (max-width:768px){.section-cart .cart-totals .payment-icons{display:none}}.section-cart .cart-totals .payment-icons__label{font-size:.75em;text-align:left;margin-bottom:-1em}@media (max-width:768px){.section-cart .cart-totals .payment-icons__label{display:none}}.section-cart .cart-totals .payment-icons li{width:2.15em;min-width:2.15em;max-width:2.15em}.section-cart .cart-totals .payment-icons li svg{display:block;line-height:1;width:100%;height:auto}.section-cart .cart-totals__message p{font-size:.75em;margin-bottom:0;text-align:center}.section-cart .cart-empty{text-align:center;margin:0}