.section-cart__header.cart-empty{text-align:center}.section-cart__inner{display:grid;grid-template-areas:"items checkout" "upsell upsell";grid-template-columns:1fr 1fr;gap:3em}@media (max-width:768px){.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 .cart-items{grid-area:items;width:100%;display:flex;flex-direction:column;gap:3em}.section-cart .cart-items .cart-item{display:flex;gap:1em;min-width:100%}.section-cart .cart-items .cart-item__media{min-width:5em;max-width:8em}.section-cart .cart-items .cart-item__details{width:100%;display:grid;grid-template-rows:max-content 1fr 1fr;grid-template-areas:"title price" "variant variant" "quantity remove"}.section-cart .cart-items .cart-item__details a{grid-area:title;text-decoration:none;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.section-cart .cart-items .cart-item__price{display:none}.section-cart .cart-items .cart-item__variant{grid-area:variant;font-size:.8em}.section-cart .cart-items .cart-item__quantity{grid-area:quantity;align-self:end}.section-cart .cart-items .cart-item__line-price{grid-area:price;font-weight:700;justify-self:end}.section-cart .cart-items .cart-item__remove{grid-area:remove;font-size:.9em;align-self:end;justify-self:end}.section-cart .cart-items .cart-item__remove a{border-bottom:var(--color-green) 2px solid;padding-bottom:.25em}.section-cart .cart-totals{grid-area:checkout;display:flex;flex-direction:column;gap:1em;width:20em;height:-moz-fit-content;height:fit-content;background-color:var(--color-light-gray);border-radius:.5em;text-align:center;padding:1em 1em;margin:auto}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between;font-weight:700}@media (max-width:1024px){.section-cart .cart-totals{margin-left:auto}}@media (max-width:768px){.section-cart .cart-totals{width:100%;position:fixed;bottom:0;left:0;z-index:3;margin:auto;max-width:100%;filter:drop-shadow(0 0 .3em var(--color-gray));border-radius:.5em .5em 0 0}}.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 .payment-types p{font-size:.7em;color:var(--color-dark-gray);font-weight:500}.section-cart .cart-totals .payment-types ul{display:flex;gap:.2em;justify-content:center;padding-top:.3em}.section-cart .cart-totals__text{font-size:.7em;color:var(--color-dark-gray);font-weight:500}.section-cart .cart-upsell__container{grid-area:upsell}.section-cart .cart-upsell__container .upsell-title{font-family:termina,arial,sans-serif;font-weight:700;font-size:1.4em;padding-bottom:1em}