cart-items .title-wrapper-with-link{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:2rem;margin-bottom:2rem;border-bottom:2px solid rgb(var(--color-foreground))}cart-items .title-wrapper-with-link .title{font-size:2.4rem;text-transform:uppercase;letter-spacing:.08em;margin:0}cart-items .title-wrapper-with-link .underlined-link{font-size:1.3rem;text-transform:uppercase;letter-spacing:.06em;opacity:.6;transition:opacity .2s}cart-items .title-wrapper-with-link .underlined-link:hover{opacity:1}.cart-items thead{display:none!important}.cart-items,.cart-items tbody{display:flex!important;flex-direction:column;gap:0}.cart-item{display:flex!important;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;padding:2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:0!important}.cart-item__media{flex-shrink:0;width:auto!important}.cart-item__image-container{width:10rem;height:auto;aspect-ratio:3/4;border-radius:.8rem;overflow:hidden;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08)}.cart-item__image-container:after{content:none!important}.cart-item__image{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;border-radius:.8rem}.cart-item__details{flex:1;min-width:0;width:auto!important;display:flex;flex-direction:column;gap:.4rem}.cart-item__name{font-size:1.5rem!important;font-weight:600;letter-spacing:.01em;text-decoration:none!important;line-height:1.35;color:rgb(var(--color-foreground));margin-bottom:.2rem}.cart-item__name:hover{text-decoration:none!important;color:#006340}.cart-item__details>.product-option:first-of-type:not(dl .product-option){display:none}.cart-item__details .cart-item__discounted-prices{display:none}.cart-item__details dl{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.cart-item__details dl .product-option{display:inline-flex;align-items:center;font-size:1.2rem;color:rgba(var(--color-foreground),.6);background:rgba(var(--color-foreground),.04);padding:.4rem .8rem;border-radius:.4rem;margin:0}.cart-item__details dl .product-option dt{display:none}.cart-item__details dl .product-option dd{margin:0;font-weight:500}.cart-item__details>*+*{margin-top:0}.cart-item__quantity{display:flex;align-items:center;padding-left:0!important}.cart-item__quantity-wrapper{display:flex!important;flex-wrap:nowrap!important;align-items:center;gap:1rem}.quantity.cart-quantity{display:inline-flex;align-items:center;border:1.5px solid rgba(var(--color-foreground),.15);border-radius:.6rem;overflow:hidden;background:#fff;height:3.6rem}.cart-quantity .quantity__button{width:3.2rem;height:3.6rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:rgba(var(--color-foreground),.5);transition:color .15s,background .15s;padding:0}.cart-quantity .quantity__button:hover{color:#006340;background:#0063400f}.cart-quantity .quantity__button .svg-wrapper{width:1rem;height:1rem;display:flex}.cart-quantity .quantity__input{width:2.8rem;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground),.1);border-right:1px solid rgba(var(--color-foreground),.1);background:transparent;font-size:1.3rem;font-weight:600;padding:0;height:3.6rem;color:rgb(var(--color-foreground));-moz-appearance:textfield}.cart-quantity .quantity__input::-webkit-outer-spin-button,.cart-quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-quantity .quantity__button.disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.cart-item cart-remove-button{margin-left:0}cart-remove-button .button{min-width:auto!important;min-height:auto!important;width:auto;height:auto;border-radius:0;background:transparent;border:none;color:rgba(var(--color-foreground),.4);transition:color .2s;padding:.4rem!important;display:flex;align-items:center;justify-content:center;font-size:1.2rem;text-decoration:underline;text-underline-offset:2px}cart-remove-button .button:hover{color:#c00!important;background:transparent}cart-remove-button .button .svg-wrapper{width:1.4rem;height:1.4rem}.cart-item__totals{text-align:right!important;flex-shrink:0}.cart-item__totals .price{font-size:1.6rem;font-weight:700;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.cart-item__totals .loading__spinner{display:none}.cart-item__totals .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end}.cart-item__totals.medium-hide{display:none!important}.cart__items{border-bottom:none;padding-bottom:0}.cart__footer{padding-top:3rem;border-top:none;background:rgba(var(--color-foreground),.02);margin:2rem -2rem 0;padding:2.5rem 2rem;border-radius:1.2rem}.cart__footer>*+*{margin-top:0}.cart__blocks{display:flex;flex-direction:column;gap:1.5rem}.cart__blocks>*+*{margin-top:0}.totals{display:flex;align-items:center;justify-content:space-between;padding:0;margin-bottom:.6rem}.totals__total{font-size:1.3rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:rgba(var(--color-foreground),.6);margin:0}.totals__total-value{font-size:2.4rem;font-weight:800;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.tax-note{text-align:center;font-size:1.15rem;color:rgba(var(--color-foreground),.5);margin:0 0 1.5rem;line-height:1.4}.tax-note a{color:#006340;text-decoration:underline;text-underline-offset:2px}.cart__ctas{margin-bottom:1rem}.cart__checkout-button{max-width:100%!important;width:100%;padding:1.6rem 3rem!important;font-size:1.4rem!important;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:.8rem!important;background:#006340!important;color:#fff!important;border:none!important;transition:all .25s ease;box-shadow:0 4px 14px #00634040}.cart__checkout-button:hover{background:#004d30!important;transform:translateY(-2px);box-shadow:0 6px 20px #00634059}.cart__checkout-button:active{transform:translateY(0)}.cart__dynamic-checkout-buttons{display:none!important}.cart__footer .discounts{margin-bottom:1rem}.cart__footer .discounts__discount{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;background:#0063401a;color:#006340}.cart__note{top:0}.cart__note label{font-size:1.2rem;text-transform:uppercase;letter-spacing:.06em;position:static;height:auto;margin-bottom:.8rem;opacity:.6}.cart__note .field__input{border-radius:.8rem!important;font-size:1.4rem;min-height:8rem;padding:1.2rem 1.6rem}.cart__note:after,.cart__note:hover.cart__note:after,.cart__note:before,.cart__note:hover.cart__note:before,.cart__note .field__input:focus,.cart__note .field__input{border-bottom-right-radius:.8rem!important}.cart__warnings{padding:8rem 0 4rem}.cart__empty-text{font-size:2rem;text-transform:uppercase;letter-spacing:.06em;opacity:.4}.cart__warnings .button{margin-top:1rem;text-transform:uppercase;letter-spacing:.1em;font-size:1.3rem;border-radius:0}.cart-item .discounts__discount{display:inline-flex;align-items:center;gap:.4rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.3rem .8rem;border-radius:.4rem;background:#0a8f6514;color:#0a8f65;margin-top:.6rem}.cart-item .discounts__discount .svg-wrapper,.cart-item .discounts__discount svg{width:1.2rem;height:1.2rem}.cart__footer .discounts__discount{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;padding:.4rem 1rem;border-radius:.4rem;background:#0a8f6514;color:#0a8f65}@media screen and (max-width:749px){cart-items .title-wrapper-with-link{padding-bottom:1.5rem;margin-bottom:0}cart-items .title-wrapper-with-link .title{font-size:1.6rem}.cart-item{display:grid!important;grid-template-columns:7.5rem 1fr;grid-template-rows:auto auto;gap:.8rem 1.2rem;padding:1.6rem 0;align-items:start}.cart-item__media{grid-row:1 / 3;grid-column:1}.cart-item__image-container{width:7.5rem;height:auto;aspect-ratio:3/4;border-radius:.6rem}.cart-item__details{grid-column:2;grid-row:1}.cart-item__name{font-size:1.35rem!important;line-height:1.3;margin-bottom:.3rem}.cart-item__details>.product-option:first-of-type:not(dl .product-option){display:block;font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground));margin-top:.3rem}.cart-item__details dl .product-option{font-size:1.1rem;padding:.3rem .6rem}.cart-item__totals{display:none!important}.cart-item__quantity{grid-column:2;grid-row:2;margin-top:.4rem}.cart-item__quantity-wrapper{gap:.8rem}.quantity.cart-quantity{height:3.2rem}.cart-quantity .quantity__button{width:2.8rem;height:3.2rem}.cart-quantity .quantity__input{width:2.4rem;height:3.2rem;font-size:1.2rem}.totals__total-value{font-size:2rem}.cart__footer{margin:1.5rem -1.5rem 0;padding:2rem 1.5rem;border-radius:1rem 1rem 0 0}.cart__checkout-button{padding:1.4rem 2rem!important;font-size:1.3rem!important}.cart__footer>*{width:100%!important}}@media screen and (min-width:750px){cart-items .title-wrapper-with-link .title{font-size:2.4rem}.cart-item{display:flex!important;flex-wrap:nowrap;align-items:center;gap:2rem;padding:2rem 0}.cart-item__image-container{width:9rem}.cart-item__details{flex:1}.cart-item__quantity{flex-shrink:0}.cart-item__totals.small-hide{display:block!important;min-width:8rem}.cart-item__totals.medium-hide{display:none!important}.cart__footer{display:block;max-width:38rem;margin-left:auto;margin-right:0;margin-top:3rem;padding:2.5rem;border-radius:1.2rem}.cart__footer>*{width:100%}.cart__footer>*+*{margin-top:0;margin-left:0}.cart__note{max-width:100%;margin-bottom:1.5rem}.tax-note{text-align:center}.totals__total-value{font-size:2.6rem}}@media screen and (min-width:990px){cart-items .title-wrapper-with-link .title{font-size:2.8rem}.cart-item{gap:2.5rem;padding:2.4rem 0}.cart-item__image-container{width:10rem}.cart-item__name{font-size:1.6rem!important}.cart-item__totals.small-hide{min-width:10rem}.cart-item .cart-item__quantity{padding-left:0!important}}
/*# sourceMappingURL=/cdn/shop/t/86/assets/cart-redesign.css.map */
