.section-cart{overflow:hidden;font:14px Outfit,sans-serif}.section-cart .cart-items-wrapper__lines{width:110%;display:block;line-height:1;margin-top:1em;margin-bottom:-40px}.section-cart:focus{outline:0;border:none;box-shadow:none}.section-cart .wrap{max-width:900px}.section-cart__header{text-align:center;text-transform:capitalize}.section-cart__content{display:flex;flex-direction:column;gap:2em}.section-cart__content p{margin-bottom:0}.section-cart__content .cart-empty{text-align:center}.section-cart__totals{display:flex;justify-content:flex-end;gap:3em}@media (max-width:900px){.section-cart__totals{flex-direction:column;gap:1em}}.section-cart .cart-totals{width:25em;text-align:center}@media (max-width:900px){.section-cart .cart-totals{width:100%}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em}.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__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-note{display:flex;flex-direction:column;gap:1em}.section-cart .cart-note textarea{width:100%;max-width:100%;background-color:#f2f7f6;border:none;padding:1em;height:10em;resize:vertical}.section-cart .cart-note textarea:focus{outline:0;border:none;box-shadow:none}