.section-cart__header h1{font-size:2em}.section-cart__header a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.section-cart__form{display:flex;gap:3em}@media (max-width:768px){.section-cart__form{flex-wrap:wrap;gap:1em}}.section-cart .cart{width:100%;display:flex;flex-direction:column;gap:1em}.section-cart .cart__item{display:flex;gap:1em;min-width:100%}.section-cart .cart__item--media{width:10em;min-width:10em}.section-cart .cart__item--details{width:100%;display:flex;flex-direction:column;gap:.25em}.section-cart .cart__item--title{font:1.25em baskerville-display-pt,arial,sans-serif;font-weight:400;padding-bottom:.5em}.section-cart .cart__item--color{font-weight:500}.section-cart .cart__item--variants{display:flex;flex-direction:column;gap:.25em;text-transform:uppercase;letter-spacing:1px}.section-cart .cart__item--variants>div{font-size:.85em}.section-cart .cart__item--quantity{margin-top:auto}.section-cart .cart__item--price{padding-top:.5em;color:var(--color-grey-dark);letter-spacing:1px}.section-cart .cart__item--remove a{font-size:.9em}.section-cart .cart-totals{width:100%;max-width:480px;text-align:center;display:flex;align-items:center;padding-right:6em;letter-spacing:1px}@media (max-width:1024px){.section-cart .cart-totals{padding-right:0}}@media (max-width:768px){.section-cart .cart-totals{margin:0;max-width:100%;border-top:1px solid var(--color-grey-dark);padding-top:1em}}.section-cart .cart-totals__inner{display:flex;flex-direction:column;gap:1em;width:100%;min-width:100%}.section-cart .cart-totals__actions{display:flex;flex-direction:column;gap:1em}.section-cart .cart-totals__sub-total{display:flex;justify-content:space-between;text-transform:uppercase;font-weight:500}.section-cart .cart-totals__usp p{margin:0;letter-spacing:1px}.section-cart .cart-totals button{width:100%}