.cart-upsells{padding:.4rem 0 2rem}.cart-upsells__heading{margin:2rem 0 1.8rem;font-family:var(--font-heading-family);font-weight:700;font-size:1.7rem;line-height:1.45;color:rgb(var(--color-foreground))}.cart-upsells__list{display:flex;flex-direction:column;gap:1.8rem}.cart-upsell__item{display:flex;align-items:center;gap:1.2rem}.cart-upsell__media{flex:0 0 5.6rem;width:5.6rem;height:6.4rem;display:flex;align-items:center;justify-content:center}.cart-upsell__media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.cart-upsell__content{flex:1 1 auto;min-width:0}.cart-upsell__title{margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;line-height:1.3;color:rgb(var(--color-foreground))}.cart-upsell__text{margin:.3rem 0 0;font-size:1.25rem;line-height:1.4;font-weight:400;color:rgba(var(--color-foreground),.52)}.cart-upsell__prices{margin-top:.3rem;display:flex;align-items:baseline;gap:.7rem}.cart-upsell__price{font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;color:rgb(var(--color-foreground))}.cart-upsell__compare{font-size:1.3rem;font-weight:400;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.cart-upsell__add{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.7rem;padding:0;min-height:3rem;border:none;border-radius:.8rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-heading-family);font-weight:700;font-size:1.3rem;letter-spacing:.03em;line-height:1;cursor:pointer;position:relative;transition:opacity .15s ease}.cart-upsell__add:hover{opacity:.85}.cart-upsell__add[disabled]{cursor:default;opacity:.7}.cart-upsell__add.loading{color:transparent}.cart-upsell__add.loading:after{content:"";position:absolute;top:50%;left:50%;width:1.4rem;height:1.4rem;margin:-.7rem 0 0 -.7rem;border:.2rem solid rgba(var(--color-button-text),.35);border-top-color:rgb(var(--color-button-text));border-radius:50%;animation:cart-upsell-spin .7s linear infinite}@keyframes cart-upsell-spin{to{transform:rotate(360deg)}}.cart-protection{display:flex;align-items:center;gap:1.1rem}.cart-protection__icon{flex:0 0 auto;display:flex;align-items:center;color:rgb(var(--color-foreground))}.cart-protection__icon svg{width:3rem;height:3rem}.cart-protection__title{font-family:var(--font-heading-family);font-weight:700;font-size:1.4rem;color:rgb(var(--color-foreground))}.cart-protection__price{margin-left:auto;font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;color:rgb(var(--color-foreground))}.cart-protection__switch{flex:0 0 auto;position:relative;display:inline-block;width:4.6rem;height:2.6rem;margin-left:.2rem}.cart-protection__switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.cart-protection__slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.3rem;background-color:rgba(var(--color-foreground),.25);transition:background-color .2s ease}.cart-protection__slider:before{content:"";position:absolute;top:.3rem;left:.3rem;width:2rem;height:2rem;border-radius:50%;background-color:#fff;box-shadow:0 .1rem .3rem #00000040;transition:transform .2s ease}.cart-protection__switch input:checked+.cart-protection__slider{background-color:rgb(var(--color-foreground))}.cart-protection__switch input:checked+.cart-protection__slider:before{transform:translate(2rem)}.cart-protection__switch input:focus-visible+.cart-protection__slider{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.cart-protection.is-busy{pointer-events:none;opacity:.7}.cart-drawer .cart-savings{display:flex;align-items:baseline;justify-content:space-between;margin-top:1.4rem;font-family:var(--font-heading-family);font-weight:700;font-size:1.6rem;color:rgb(var(--color-foreground))}.cart-drawer .cart-subtotal.totals{margin-top:.8rem;align-items:baseline}.cart-drawer .cart-subtotal .totals__total{font-family:var(--font-heading-family);font-weight:700;font-size:1.9rem;color:rgb(var(--color-foreground));margin:0}.cart-drawer .cart-subtotal .totals__total-value{font-family:var(--font-heading-family);font-weight:700;font-size:1.9rem;margin:0}.cart-drawer .tax-note{margin:.8rem 0 1.4rem auto}.cart-drawer .cart-drawer__payment-icons{display:flex;flex-wrap:nowrap;justify-content:center;gap:.5rem;padding:0;margin:1.2rem 0 .6rem;list-style:none}.cart-drawer .cart-drawer__payment-icons .list-payment__item{display:flex;align-items:center;flex:0 1 auto;min-width:0;padding:0}.cart-drawer .cart-drawer__payment-icons .icon{display:block;width:3.4rem;max-width:100%;height:auto}.cart-shipping-bar{position:sticky;top:0;z-index:3;background-color:rgb(var(--color-background));padding:.2rem 0 1.4rem}.cart-shipping-bar__text{margin:0 0 1.1rem;text-align:center;font-family:var(--font-heading-family);font-weight:700;font-size:1.3rem;line-height:1.3;color:rgb(var(--color-foreground))}.cart-shipping-bar__track{position:relative;margin:0 1.2rem;height:.8rem;border-radius:.5rem;background-color:rgba(var(--color-foreground),.12)}.cart-shipping-bar__track .cart-shipping-bar__fill{display:block;position:absolute;top:0;left:0;bottom:0;border-radius:.5rem;background-color:rgb(var(--color-foreground));transition:width .35s ease}.cart-shipping-bar__knob{position:absolute;top:50%;transform:translate(-50%,-50%);width:2.2rem;height:2.2rem;border-radius:50%;background-color:#fff;border:.2rem solid rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:left .35s ease}.cart-shipping-bar__knob svg{width:1.2rem;height:1.2rem;color:rgb(var(--color-foreground))}.cart-drawer .cart-items thead{display:block;position:absolute;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-drawer .cart-item{position:relative;display:grid;grid-template-columns:7.2rem minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:1.2rem;row-gap:.8rem;align-items:start;margin-bottom:0;padding:1.8rem 0 .4rem}.cart-drawer .cart-items td{padding-top:0}.cart-drawer .cart-item>td+td{padding-left:0}.cart-drawer .cart-item__media{grid-row:1 / 3;grid-column:1;align-self:center;min-width:0;width:7.2rem}.cart-drawer .cart-item__media .cart-item__image{display:block;width:auto;height:auto;max-width:100%;max-height:9rem}.cart-drawer .cart-item__details{grid-row:1;grid-column:2 / 4;width:auto;padding-right:3.4rem}.cart-drawer .cart-item__name{margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;line-height:1.35}.cart-drawer .cart-item__details>div.product-option,.cart-drawer .cart-item__details>.cart-item__discounted-prices{display:none}.cart-drawer .cart-item .discounts{display:none}.cart-drawer .cart-item__details dl,.cart-drawer .cart-item__details p.product-option{margin:.4rem 0 0}.cart-drawer .cart-item__details .product-option{font-size:1.25rem;line-height:1.45;color:rgba(var(--color-foreground),.75)}.cart-drawer .cart-items .cart-item__quantity{grid-row:2;grid-column:2;justify-self:start;padding:0;margin-right:0}.cart-drawer .cart-item quantity-popover{position:static}.cart-drawer .cart-item__quantity-wrapper{gap:0}.cart-drawer .cart-item .quantity{width:8rem;min-height:2.6rem;height:2.6rem;border-radius:.5rem}.cart-drawer .cart-item .quantity:before{display:none}.cart-drawer .cart-item .quantity:after{top:0;right:0;bottom:0;left:0;border-radius:.5rem;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.25)}.cart-drawer .cart-item .quantity__button{width:2.6rem;margin:0}.cart-drawer .cart-item .quantity__button .svg-wrapper{width:.9rem}.cart-drawer .cart-item .quantity__input{font-size:1.3rem;font-weight:700;opacity:1;padding:0 .2rem}cart-drawer-items{overflow-x:hidden}.cart-drawer .cart-item cart-remove-button{position:absolute;top:1.5rem;right:0;margin:0}.cart-drawer .cart-item cart-remove-button .button{display:flex;align-items:center;justify-content:center;min-width:2.6rem;min-height:2.6rem;padding:0;margin:0}.cart-drawer .cart-item cart-remove-button .svg-wrapper{width:1.4rem;height:1.4rem}.cart-drawer .cart-item__totals{grid-row:2;grid-column:3;align-self:center;justify-self:end;min-width:6rem}.cart-drawer .cart-item .loading__spinner{right:0;padding-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{flex-direction:row;align-items:baseline;gap:.7rem}.cart-drawer .cart-item__totals .price.price--end{font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;line-height:1.25;color:rgb(var(--color-foreground))}.cart-drawer .cart-item__totals s.price--end{font-family:var(--font-body-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-foreground),.5)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-cart-upsells.css.map */
