.my-cart{display:flex;justify-content:space-between;gap:4rem}.my-cart .my-cart__items{--color-link:rgb(var(--color-foreground));background-color:rgb(var(--color-background));width:65%;padding:4rem}.my-cart .my-cart__items .title-wrapper-with-link{margin-top:0}.my-cart .my-cart__items .cart-item-container{display:flex;justify-content:space-between;gap:2rem}.my-cart .my-cart__items>hr{margin:2rem 0!important}.my-cart .my-cart__items .cart-item-container{flex-direction:column;overflow-y:auto;overflow-x:hidden;width:100%;position:relative;padding-bottom:3rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.my-cart .my-cart__items .cart-items-container .cart__items--disabled{pointer-events:none}@media screen and (min-width:990px){.section .my-cart{position:relative}.section .my-cart .my-cart__items .cart-item-container{max-height:unset}.section .my-cart .cart__footer{max-height:400px;position:sticky;top:130px;right:0}}@media screen and (max-width:989.99px){.section .my-cart{flex-direction:column-reverse;flex-wrap:wrap}.section .my-cart .my-cart__items{width:100%}.section .my-cart .cart__footer{width:100%}}@media screen and (max-width:399.99px){.cart-item-container .line_item_box{display:grid;justify-content:center;grid-template-areas:"prod_image" "prod_title" "prod_quantity";max-width:152px;width:100%;align-self:center;gap:1rem}.cart-item-container .line_item_box .cart-item__media{grid-area:prod_image;grid-column:auto}.cart-item-container .line_item_box .cart-item__media .cart-item__image-container .cart-item__image{height:auto;max-width:calc(20rem / var(--font-body-scale))}.cart-item-container .line_item_box .cart-item__details{grid-area:prod_title}.cart-item-container .line_item_box .quantity{grid-area:prod_quantity;justify-content:flex-start}}@media screen and (min-width:400px) and (max-width:749.99px){.cart-item-container .line_item_box{display:grid;grid-template-areas:"prod_image prod_image prod_title" "prod_image prod_image prod_quantity";max-width:300px;width:100%;align-self:center;gap:1rem}.cart-item-container .line_item_box .cart-item__media{grid-area:prod_image;grid-column:auto}.cart-item-container .line_item_box .cart-item__details{grid-area:prod_title}.cart-item-container .line_item_box .quantity{grid-area:prod_quantity;justify-content:flex-start}}@media screen and (min-width:750px){.cart-items{box-shadow:none;width:100%}.cart-items .quantity{align-self:center}.cart-item__details{align-content:center;width:35rem}.cart-item__media{width:10rem}.my-cart .my-cart__items .cart-item-container .remove__item{margin:0 0 0 0}}.my-cart .my-cart__items .cart-item-container .quantity,.my-cart .my-cart__items .cart-item-container .quantity .quantity_number,.my-cart .my-cart__items .cart-item-container .quantity .change_quantity,.my-cart .my-cart__items .cart-item-container .quantity .remove_item_container{height:fit-content}.my-cart .my-cart__items .cart-item-container .quantity .quantity_number,.my-cart .my-cart__items .cart-item-container .quantity .change_quantity{align-self:center}.my-cart .my-cart__items .cart-item-container .quantity{align-self:center}.my-cart .my-cart__items .cart-item-container .remove__item{background-color:transparent;color:#c7c7c7;min-width:3.5rem;min-height:3.5rem;padding:0;margin:0 .1rem .1rem 0}.my-cart .my-cart__items .cart-item-container .remove__item .icon-remove{height:1.5rem;width:1.5rem}.my-cart .cart__footer{display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-background));--color-link:rgb(var(--color-foreground));width:35%;padding:2rem}.my-cart .cart__footer .cart__footer_inner{padding:3rem}.my-cart .cart__footer .cart__footer_inner div.header__cart-total{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap}.my-cart .cart__footer .cart__footer_inner .totals>h2{font-size:calc(var(--font-heading-scale) * 1.6rem)}.my-cart .cart__footer .cart__footer_inner .header__cart-total .totals__total,.my-cart .cart__footer .cart__footer_inner .header__cart-total>p{margin:0}.my-cart .cart__footer .cart__footer_inner hr{margin:2rem 0!important}.my-cart .cart__footer .cart__footer_inner .cart__ctas{display:flex;flex-direction:column;gap:1rem}.my-cart .cart__footer .cart__footer_inner .cart__ctas .cart__checkout-button{margin-top:1rem;width:100%;max-width:36rem}.my-cart .cart__footer .cart__footer_inner .tax-note{margin:2.2rem 0 1.6rem auto;text-align:left;display:block}.cart__empty-text,.section .my-cart .is-empty .cart__contents,.section .my-cart .is-empty .title-wrapper-with-link,.section .my-cart .is-empty .cart__footer,.section .my-cart .is-empty hr,.section .my-cart .is-empty .cart-item-container{display:none}.section .my-cart .is-empty{width:100%}.is-empty .cart__empty-text,.is-empty .cart__warnings{display:block}.cart__warnings{display:none;text-align:center;padding:3rem 0 1rem}.cart__empty-text{margin:4.5rem 0 2rem}.cart__contents>* + *{margin-top:2.5rem}.cart__login-title{margin:5.5rem 0 .5rem}.cart__login-paragraph{margin-top:.8rem}.cart__login-paragraph a{font-size:inherit}@media screen and (min-width:990px){.cart__warnings{padding:7rem 0 1rem}.cart__empty-text{margin:0 0 3rem}}.line_item_box{display:flex;justify-content:space-between;padding:0;gap:2rem}[data-ajax-cart-quantity-plus][aria-disabled="true"],[data-ajax-cart-quantity-minus][aria-disabled="true"]{cursor:not-allowed;opacity:.7;pointer-events:none}