.section-cart .h1{padding-top:.75em;text-align:center;text-transform:uppercase;font-size:3.5em}.section-cart__header.cart-empty{text-align:center}.section-cart__inner{display:grid;grid-template-columns:1fr 1fr;gap:3em;justify-content:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1024px){.section-cart__inner{grid-template-columns:1fr}}.section-cart__inner.cart-empty{grid-template-columns:1fr;text-align:center}.section-cart__inner p{margin-bottom:0}.section-cart .wrap{display:flex;align-items:center;justify-content:center}.section-cart .cart-items{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column}.section-cart .cart-items .cart-item{padding:.5em 0;border-bottom:1px solid var(--color-black);display:flex;align-items:center;gap:.5em}.section-cart .cart-items .cart-item:first-of-type{border-top:1px solid var(--color-black)}.section-cart .cart-items .cart-item__media{max-width:220px}.section-cart .cart-items .cart-item__details{display:grid;align-items:center;gap:.5em;width:100%;grid-template-areas:"title title title bin" "read read read read" "qty qty price price"}.section-cart .cart-items .cart-item__title{grid-area:title;text-decoration:none;font-weight:500}.section-cart .cart-items .cart-item__variant{grid-area:read;display:flex;gap:.5em;font-size:.9em}.section-cart .cart-items .cart-item__variant svg{width:1.3em}.section-cart .cart-items .cart-item__price{grid-area:price;display:flex;gap:1em;justify-content:flex-end}.section-cart .cart-items .cart-item__price del{color:var(--color-gray-light)}.section-cart .cart-items .cart-item__quantity{grid-area:qty}.section-cart .cart-items .cart-item__remove{grid-area:bin;display:flex;align-items:flex-start;justify-content:flex-end}.section-cart .cart-items .cart-item__remove svg{height:1.3em}.section-cart .cart-totals{display:flex;flex-direction:column;gap:1em;width:100%;text-align:center;background-color:var(--color-white-off);padding:2.5em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width:1024px){.section-cart .cart-totals{margin-left:auto}}@media (max-width:480px){.section-cart .cart-totals{position:fixed;min-width:100vw;bottom:0;left:0;z-index:3;border-top:1px solid var(--color-black);background-color:var(--color-white)}}.section-cart .cart-totals .payment-types ul{display:flex;align-items:center;justify-content:center}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between;align-items:center}.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__text{font-size:12px}