.cart-page{--cart-divider: rgba(var(--color-foreground), .15);--cart-stepper-border: rgba(var(--color-foreground), .25);padding-block:var(--cart-spacing-top, 24px) var(--cart-spacing-bottom, 48px)}.cart-page__title{margin:0 0 2.4rem;font-size:2.4rem;line-height:1.2;text-align:center}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--cart-card-gap, 1.2rem);align-items:start}.cart-page__summary-col{display:flex;flex-direction:column;gap:var(--cart-card-gap, 1.2rem)}.cart-page__card{padding:var(--cart-card-padding, 1.6rem);border-radius:var(--panel-corner-radius, .8rem)}.cart-page__items-card{display:block}.cart-items__header,.cart-page .cart-item{display:grid;grid-template-columns:minmax(0,1fr) 10.8rem 8rem 8rem 2.4rem;column-gap:1.6rem;align-items:center}.cart-items__header{margin-bottom:1.6rem}.cart-items__header span{font-size:1.2rem;font-weight:400;line-height:1.2;color:rgba(var(--color-foreground),.6)}.cart-page .cart-items{display:block;width:100%;margin:0;padding:0;list-style:none}.cart-page .cart-item{width:100%;row-gap:1.6rem}.cart-page .cart-item:not(:last-child){margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:.1rem solid var(--cart-divider)}.cart-item__product{display:flex;align-items:center;gap:1.6rem;min-width:0}.cart-page .cart-item__media{width:6.4rem;flex-shrink:0}.cart-page .cart-item__link{position:static;display:block}.cart-page .cart-item__image{display:block;width:6.4rem;height:6.4rem;object-fit:cover;border-radius:.6rem}.cart-item__info{display:flex;flex-direction:column;gap:.6rem;min-width:0}.cart-item__name{font-size:1.4rem;font-weight:600;line-height:1.2;color:rgb(var(--color-foreground));text-decoration:none;overflow-wrap:anywhere}.cart-item__name:hover{text-decoration:underline}.cart-item__code{margin:0;font-size:1.4rem;font-weight:400;line-height:1.2;color:rgba(var(--color-foreground),.6)}.cart-item__options{display:flex;flex-direction:column;gap:.4rem;font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.cart-item__price{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:400;line-height:1.2;color:rgb(var(--color-foreground));white-space:nowrap}.cart-item__line-total{position:relative;font-family:var(--font-heading-family);font-size:1.8rem;font-weight:700;line-height:1.2;color:rgb(var(--color-foreground));white-space:nowrap}.cart-page .cart-item cart-remove-button{width:auto;height:auto;transform:none;opacity:1;visibility:visible;transition:none}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;padding:0;background:none;border:0;cursor:pointer;color:rgb(var(--color-foreground))}.cart-item__remove svg{width:2.4rem;height:2.4rem}.cart-page .cart-item__line-total .loading__spinner{position:absolute;inset-inline-start:50%;inset-inline-end:auto;top:50%;transform:translate(-50%,-50%);padding:0}.cart-page .cart-item__line-total .loading__spinner:not(.hidden)~.cart-item__line-total-value{visibility:hidden}.cart-item__error{grid-column:1 / -1;display:flex;align-items:center;margin-top:.8rem;color:var(--cart-error)}.cart-item__error:has(.cart-item__error-text:empty){display:none}.cart-item__error-text{order:1;font-size:1.2rem;line-height:1.2}.cart-item__error-text+svg{flex-shrink:0;width:1.6rem;height:1.6rem;margin-inline-end:.5rem}.cart-item__error-text:empty+svg{display:none}.cart-page .quantity--cart{width:auto;min-height:0;height:3.6rem;display:flex}.cart-page .quantity--cart:before,.cart-page .quantity--cart:after{content:none}.cart-page .quantity--cart .quantity__button{width:3.6rem;height:3.6rem;margin:0;padding:0;background-color:rgb(var(--color-background));border:.1rem solid var(--cart-stepper-border);color:rgb(var(--color-foreground));transition:background-color var(--duration-medium) ease}.cart-page .quantity--cart .quantity__button:not(.disabled):hover{background-color:rgba(var(--color-foreground),.05)}.cart-page .quantity--cart .quantity__button-decrease{border-radius:.6rem 0 0 .6rem}.cart-page .quantity--cart .quantity__button-decrease svg{opacity:.4}.cart-page .quantity--cart .quantity__button-increase{border-radius:0 .6rem .6rem 0}.cart-page .quantity--cart .quantity__button svg{width:2.4rem;height:2.4rem}.cart-page .quantity--cart .quantity__button.disabled svg,.cart-page .quantity--cart .quantity__button:disabled svg{opacity:.4}.cart-page .quantity--cart .quantity__input{width:3.6rem;min-width:3.6rem;max-width:none;height:100%;padding:0;border-block:.1rem solid var(--cart-stepper-border);border-inline:0;background-color:rgb(var(--color-background));font-size:1.6rem;font-weight:400;color:rgb(var(--color-foreground));opacity:1}.cart-order{display:flex;flex-direction:column;gap:1.6rem}.cart-order__title{margin:0;font-family:var(--font-body-family);font-size:2rem;font-weight:500;line-height:1.2;text-align:center;color:rgb(var(--color-foreground))}.cart-order__summary{display:flex;flex-direction:column;gap:1.6rem}.cart-order__row{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem}.cart-order__label{font-size:1.6rem;font-weight:400;line-height:1.2;color:rgb(var(--color-foreground))}.cart-order__value{font-size:1.6rem;font-weight:600;line-height:1.2;color:rgb(var(--color-foreground));text-align:end}.cart-order__value.is-free{color:var(--cart-shipping-free)}.cart-order__row--total{margin-top:1.6rem;padding-top:1.6rem;border-top:.1rem solid var(--cart-divider)}.cart-order__row--total .cart-order__label,.cart-order__row--total .cart-order__value{font-size:2rem;font-weight:600}.cart-order__ctas{display:flex;flex-direction:column;gap:1.6rem}.cart-page .button.cart-order__checkout,.cart-promo .button.cart-promo__apply,.cart-page__empty .button.cart-page__empty-button{width:100%;min-width:0;height:4.4rem;min-height:0;padding:0 1.6rem;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;line-height:1.2;border:0;border-radius:.6rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));transition:background-color var(--duration-medium) ease}.cart-page .button.cart-order__checkout:before,.cart-page .button.cart-order__checkout:after,.cart-promo .button.cart-promo__apply:before,.cart-promo .button.cart-promo__apply:after,.cart-page__empty .button.cart-page__empty-button:before,.cart-page__empty .button.cart-page__empty-button:after{display:none}.cart-page .button.cart-order__checkout:not([disabled]):hover,.cart-promo .button.cart-promo__apply:hover,.cart-page__empty .button.cart-page__empty-button:hover{background-color:color-mix(in srgb,rgb(var(--color-button)),#000 12%)}.cart__dynamic-checkout-buttons{margin-top:1.6rem}.cart-promo__details{display:flex;flex-direction:column}.cart-promo__summary{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;list-style:none;cursor:pointer}.cart-promo__summary::-webkit-details-marker{display:none}.cart-promo__title{font-size:2rem;font-weight:600;line-height:1.2;color:rgb(var(--color-foreground))}.cart-promo__summary svg{flex-shrink:0;width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground));transition:transform var(--duration-medium) ease}.cart-promo__details[open] .cart-promo__summary svg{transform:rotate(180deg)}.cart-promo__form{display:flex;flex-direction:column;gap:1.6rem;margin-top:1.6rem}.cart-promo__input{width:100%;height:4.4rem;padding:0 1.6rem;border:.1rem solid var(--cart-stepper-border);border-radius:.6rem;background-color:rgb(var(--color-background));font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground))}.cart-promo__input::placeholder{color:rgba(var(--color-foreground),.5)}.cart-promo__input:focus,.cart-promo__input:focus-visible{outline:0;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 .1rem rgb(var(--color-foreground))}.cart-page__empty{display:none;flex-direction:column;align-items:center;gap:1.6rem;padding:4rem var(--cart-card-padding, 1.6rem);text-align:center}.cart-page.is-empty .cart-page__empty{display:flex}.cart-page.is-empty .cart-page__layout{display:none}.cart-page__empty-icon{display:inline-flex;color:rgb(var(--color-foreground))}.cart-page__empty-icon svg{width:5.6rem;height:5.6rem}.cart-page__empty-text{margin:0;font-size:2rem;font-weight:600;color:rgb(var(--color-foreground))}.cart-page__empty .button.cart-page__empty-button{width:auto;padding:0 3.2rem}@media screen and (min-width:641px){.cart-page__title{font-size:3.2rem}.cart-order__title{font-size:2.4rem}}@media screen and (min-width:1025px){.cart-page__layout{grid-template-columns:minmax(0,27fr) minmax(0,16fr);gap:var(--cart-column-gap, 4rem)}.cart-order__title{text-align:left}}@media screen and (max-width:767px){.cart-items__header{display:none}.cart-page .cart-item__media,.cart-page .cart-item__image{width:8rem;height:8rem}.cart-page .cart-item{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"product product product" "qty total remove";column-gap:1.2rem;align-items:center}.cart-item__product{grid-area:product}.cart-item__qty{grid-area:qty}.cart-item__price{display:none}.cart-item__line-total{grid-area:total;justify-self:end;font-size:2.4rem}.cart-item__remove-wrap{grid-area:remove}}@media screen and (max-width:640px){.cart-page__card{padding:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-main-cart.css.map */
