.cart{margin:12rem auto 4rem;padding:0 1.25rem}.cart--totals{margin:0 auto 6rem}.cart__footer{display:flex;justify-content:space-between;gap:2.5rem 1rem}@media only screen and (max-width: 768px){.cart__footer{flex-direction:column}}.cart__note{display:flex;flex-direction:column;gap:.5rem 0}.cart__note label{font-weight:bold}.cart__note textarea{width:18rem;min-height:8rem}@media only screen and (max-width: 768px){.cart__note textarea{width:100%}}.cart__blocks{display:flex;flex-direction:column;gap:1rem 0;width:100%;max-width:25rem;margin-left:auto}@media only screen and (max-width: 768px){.cart__blocks{max-width:100%}}.cart__ctas{display:flex}.cart__checkout-button{width:100%}.cart__dynamic-checkout-buttons{display:none}.cart__warnings{display:none;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 0 2rem}.cart__empty-text{padding-bottom:2.85rem;font-size:37px;line-height:1;letter-spacing:-0.5px;font-weight:800}@media only screen and (max-width: 768px){.cart__empty-text{font-size:32px}}.cart__login-title{padding-top:3rem;font-weight:bold}.cart__login-paragraph{padding-top:.25rem}.cart__login-paragraph a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.cart .is-empty .cart__warnings{display:flex}.cart .is-empty .cart__footer{display:none}.totals{display:flex;justify-content:space-between;gap:0 1rem}.totals__total,.totals__total-value{font-weight:bold}.tax-note{padding-top:.25rem;font-size:12px;color:#bdbdbd}.tax-note a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}#cart-errors{padding:1rem;border-radius:10px;background-color:#fafafa;font-size:12px;color:red}#cart-errors:empty{display:none}.title-wrapper-with-link{display:none}.visually-hidden{display:none}