.main_cart_head{margin:0 0 3rem}.main_cart_main_inner{display:flex;align-items:flex-start;gap:3rem}.main_cart_main_inner.empty_cart{justify-content:center;align-items:center}.main_empty_cart_wrapper{display:flex;flex-flow:column;justify-content:center;align-items:center;margin:10rem 0}.main_empty_cart_wrapper h1{opacity:0}.main_empty_cart_wrapper a{margin:3rem 0 0;opacity:0}.main_cart_main_inner.loading{opacity:.5;pointer-events:none}.main_cart_items_inner{flex:1;width:100%}.main_cart_items_heading{display:flex;justify-content:space-between;align-items:center;gap:.1rem}.item_head{background:var(--color-secondary-background);width:100%;padding:1rem;text-align:center;color:var(--color-secondary-heading)}.main_cart_items_heading .item__info,.main_cart_item_product_info_wrapper{flex:0 0 40%}.main_cart_items_heading .item__price,.main_cart_item_product_price_wrapper,.main_cart_items_heading .item__quantity,.main_cart_item_product_quantity_wrapper,.main_cart_items_heading .item__total,.main_cart_item_product_final_price_wrapper{flex:0 0 20%}.main_cart_items_content{display:flex;flex-flow:column}.main_cart_items_block{display:flex;gap:.1rem;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:1px solid var(--color-border);position:relative}.main_cart_items_block:last-child{padding-bottom:0;border-bottom:none}.main_cart__item_img{max-width:10rem;flex:0 0 10rem}.main_cart__item_img img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover}.main_cart_item_product_info_wrapper{display:flex;gap:1rem}.main_cart__item_title{display:flex;flex-flow:column;justify-content:space-between;gap:2rem}.main_cart__item_title p a{color:var(--color-text);font-size:1.6rem;line-height:1.6;text-decoration:none}.main_cart__item_title p a:hover{text-decoration:underline;text-underline-offset:3px}.main_cart__item_options_wrapper{margin:4px 0 0}p.main_cart__item_product_options{display:flex;flex-flow:column;font-size:1.2rem;line-height:1.4}p.main_cart__item_price_wrapper,.main_cart_item_product_final_price_wrapper{display:flex;align-items:center;font-size:1.6rem;font-weight:500;line-height:1;justify-content:center;flex-wrap:wrap;gap:.5rem}p.main_cart__item_price_wrapper s,.main_cart_item_product_final_price_wrapper s{font-size:1.2rem;line-height:1;margin-left:5px;opacity:.6}.main_cart_item_product_quantity_wrapper{display:flex;justify-content:center;margin:0!important}.main_cart_item_product_final_price_wrapper{display:flex;justify-content:center;flex-wrap:wrap}.main_cart__item_properties_wrapper{margin:4px 0 0}.main_cart__item_properties_wrapper{margin:4px 0 0;display:flex;gap:4px;font-size:1.2rem}.main_cart__item_property_name{flex:0 0 auto}span.main_cart__item_price_discount_list{margin:.5rem 0 0}span.main_cart__item_price_discount{display:flex;align-items:center;gap:4px;color:var(--color-highlight);font-size:1.2rem;line-height:1}span.main_cart__item_price_discount svg{width:1.6rem;height:1.6rem}span.main_cart__item_price_discount svg path{fill:var(--color-highlight)}p.main_cart__item_unit_price{margin:.5rem 0 0;display:flex;gap:2px;justify-content:center;font-size:1.2rem}.cart_error{position:absolute;bottom:0;left:50%;transform:translate(-50%)}.cart_error p{font-size:1.2rem;line-height:1.6;color:red}.main_cart_footer{max-width:46rem;flex:0 0 46rem;width:100%;padding:3rem;position:sticky;top:3rem}html[data-sticky-header] .main_cart_footer{top:calc(var(--header-height) + 3rem)}.main_cart_footer_inner h3{margin:0 0 2rem}.main_cart_items_subtotal{display:flex;justify-content:space-between;align-items:center;gap:1rem}.main_cart_items_subtotal p{font-size:1.8rem;line-height:1}span.main_cart_items_tax_info{margin:1rem 0 0;display:block;color:var(--color-text);font-size:1.2rem;line-height:1.6}span.main_cart_items_tax_info a{color:var(--color-link);text-underline-offset:2px}.main_cart_buttons_wrapper{display:flex;margin:3rem 0 0;flex-flow:column}.main_cart_buttons_wrapper .btn{display:flex;justify-content:center;font-weight:500;text-transform:uppercase;align-items:center}.main_cart_buttons_wrapper button{width:100%;height:4.4rem}.main_cart_buttons_wrapper .btn--secondary{margin:1rem 0 0}.cart_additional_checkout_btns{margin:1rem 0 0;display:flex;flex-flow:column}.main_cart__discount{display:flex;gap:5px;justify-content:flex-end;margin:0 0 5px}.main_cart__discount p{color:var(--color-highlight);font-size:1.2rem}.main_cart__discount svg{width:1.6rem;height:1.6rem}.main_cart__discount svg path{fill:var(--color-highlight)}.cart_drawer_note_discount_wrapper.is_main_cart_page{margin:2rem 0 0}.cart_drawer_note_discount_wrapper.is_main_cart_page .cart_note_head,.cart_discount_head{color:var(--color-text)}.main_cart_item_product_final_price_wrapper.mob_view{display:none}@media screen and (max-width:1499px){.main_cart_footer{max-width:42rem;flex:0 0 42rem}}@media screen and (max-width:1299px){.main_cart_main_inner{flex-flow:column}.main_cart_footer{max-width:50%;flex:0 0 50%;margin-inline:auto;margin-right:0}}@media screen and (max-width:989px){.main_cart_footer{max-width:100%;flex:0 0 100%}.item_head.item__price,.main_cart_item_product_price_wrapper{display:none}.main_cart_items_heading .item__info,.main_cart_item_product_info_wrapper{flex:0 0 60%}}@media screen and (max-width:640px){.main_cart_items_heading{display:none}.main_cart_items_block{display:grid;grid-template-columns:1fr;gap:1rem}.main_cart__item_title{width:100%}.main_cart_item_product_quantity_wrapper.cart_drawer_item_quantity_wrapper{grid-column:1 / 2;grid-row:2 / 3;justify-content:flex-start}.main_cart_item_product_final_price_wrapper{display:none}.main_cart_item_product_final_price_wrapper.mob_view{display:flex;margin:.8rem 0;justify-content:flex-start;font-size:1.4rem}.main_cart__item_title{position:relative}.main_cart__item_title cart-item-remove{position:absolute;bottom:0;right:1rem}.main_cart_footer{padding:3rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/main-cart.css.map */
