.cart_drawer_inner{display:flex;flex-flow:column;height:100vh;overflow:hidden;overflow-y:auto;position:relative}.cart_drawer_inner::-webkit-scrollbar{width:.6rem;background:#e2dbdb}.cart_drawer_inner::-webkit-scrollbar-thumb{background:#4d4d4d}.cart_drawer_inner.loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#fff9 25%,#ffffffd9 37%,#fff9 63%);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite;pointer-events:all}.cart_drawer_contents{max-width:100%;width:100%;display:flex;flex-flow:column;flex:1}.empty_cart_drawer_wrapper{width:100%;height:100%;padding:2rem;display:flex;justify-content:center;align-items:center;flex-flow:column}.empty_cart_drawer_title{display:flex;flex-flow:column;align-items:center;gap:2rem;margin:5rem 0}.empty_card_collection_list_wrapper{margin:3rem 0 0}.empty_card_collection_list_wrapper h4{margin:0 0 2rem}.empty_cart_collections_list_inner{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--column-spacing);row-gap:var(--row-spacing)}.empty_cart_collection_img img,.empty_cart_collection_img svg.placeholder_svg{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.empty_cart_collection_img svg.placeholder_svg{background:color-mix(in srgb,var(--color-secondary-background) 10%,transparent)}.empty_cart_collection_img{position:relative}a.empty_card_collection_overlay_link{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0}.empty_card_collection_title{position:absolute;bottom:0;left:0;background:color-mix(in srgb,var(--color-secondary-background) 70%,transparent);padding:1rem;max-width:calc(100% - 2rem);width:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.empty_card_collection_title h5{color:var(--color-secondary-heading)}.dh_count{flex:1;display:flex;align-items:center;gap:2rem;justify-content:space-between}.dh_count span{font-size:1.8rem;line-height:1;color:var(--color-heading)}.cart_drawer_content{display:flex;flex-flow:column;gap:2rem;margin:2rem;height:100%;flex:1}.cart_drawer_item{display:flex;align-items:flex-start;gap:1rem}.cart_drawer_item_img_wrapper{position:relative;flex:0 0 10rem}.cart_drawer_item_info_wrapper{flex:1;position:relative}.cart_drawer_item_img_wrapper img,.cart_drawer_item_img_wrapper svg.placeholder_svg{max-width:10rem;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover}.cart_drawer_item_img_wrapper .cart_drawer_item_overlay_link{position:absolute;top:0;left:0;width:100%;height:100%;max-width:10rem;font-size:0}p.cart_drawer_item_title a{color:var(--color-text);text-decoration:none}.cart_drawer_item_price_wrapper{margin:.2rem 0 0;display:flex;align-items:flex-start;flex-flow:column;gap:2px}.cart_drawer_item_price_wrapper>div{display:flex;align-items:center}span.item_price_discount{font-size:1.2rem;color:var(--color-highlight)}.cart_drawer_item_price_wrapper span{font-weight:600;color:var(--color-text)}.cart_drawer_item_price_wrapper s{margin-left:1rem;font-size:1.2rem;color:var(--color-text);opacity:.7}p.cart_drawer_item_product_options{display:flex;flex-flow:column}p.cart_drawer_item_product_options span{font-size:1.3rem}.cart_drawer_item_properties_wrapper{display:flex;align-items:flex-start;gap:5px}.cart_drawer_item_property_name{flex:0 0 auto;font-size:1.3rem}.cart_drawer_item_property_value{flex:1;font-size:1.3rem}span.item_price_discount{display:flex;align-items:center;gap:7px}span.item_price_discount svg{width:1.6rem;height:1.6rem;display:inline-flex;position:relative;top:-2px}span.item_price_discount svg path{fill:var(--color-highlight)}p.item__unit_price{font-size:1.2rem}.cart_drawer_item_quantity_wrapper{margin:1rem 0 0}.cart_drawer_item_quantity_wrapper cart-quantity-selector{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:9rem;border:1px solid color-mix(in srgb,var(--color-border) 50%,transparent)}.cart_drawer_item_quantity_wrapper cart-quantity-selector button{width:3rem;height:3rem;background:var(--color-background);border:none;display:flex;justify-content:center;align-items:center;padding:0}.cart_drawer_item_quantity_wrapper cart-quantity-selector button.btn_minus{border-right:1px solid color-mix(in srgb,var(--color-border) 50%,transparent)}.cart_drawer_item_quantity_wrapper cart-quantity-selector button:disabled{cursor:not-allowed;background:#f5f5f5}.cart_drawer_item_quantity_wrapper cart-quantity-selector button.btn_plus{border-left:1px solid color-mix(in srgb,var(--color-border) 50%,transparent)}.cart_drawer_item_quantity_wrapper cart-quantity-selector button svg path,.cart_drawer_item_quantity_wrapper cart-quantity-selector button svg rect{fill:var(--color-text)}.cart_drawer_item_quantity_wrapper cart-quantity-selector button:disabled svg rect{fill:#252525}.cart_drawer_item_quantity_wrapper cart-quantity-selector input{width:3rem;height:3rem;border:none;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--color-text);background:var(--color-background)}cart-item-remove{width:max-content;border-radius:50%}.cart_drawer_item_quantity_wrapper cart-item-remove{position:absolute;top:50%;transform:translateY(-50%);right:0}cart-item-remove svg{border:1px solid var(--color-border);border-radius:50%}.cart_drawer_item_quantity_wrapper cart-item-remove svg path{fill:var(--color-highlight)}cart-item-remove svg circle{fill:var(--color-background)}cart-item-remove svg path,cart-item-remove svg circle{transition:fill .3s ease}cart-item-remove:hover svg path{fill:#fff}cart-item-remove:hover svg circle{fill:var(--color-highlight)}.cart_drawer_footer_wrapper{padding:2rem;box-shadow:0 0 1rem #0003;background:var(--color-background);z-index:0}.cart_drawer_items_subtotals{border-bottom:1px solid var(--color-border);padding-bottom:2rem}.cart_drawer_items_subtotals .cdi{display:flex;justify-content:space-between;align-items:center}.cart_drawer_items_subtotals p{font-size:1.8rem;line-height:1;font-weight:500}.cart_drawer_items_subtotals p.item_subtotal{font-weight:600}.cart_drawer_items_btns{display:flex;justify-content:center;gap:1.4rem;margin:2rem 0 0}.cart_drawer_items_btns a,.cart_drawer_items_btns form{flex:1;display:flex;justify-content:center;align-items:center}.cart_drawer_items_btns form button{width:100%;height:100%}.cart_drawer_cart_level_discount{display:flex;align-items:center;gap:6px;justify-content:flex-end;margin:0 0 1rem}.cart_drawer_cart_level_discount svg{width:1.6rem;gap:1.6rem}.cart_drawer_cart_level_discount svg path{fill:var(--color-highlight)}.cart_drawer_cart_level_discount p{font-size:1.3rem;color:var(--color-highlight);font-weight:600}span.cart_items_tax_info{margin:1rem 0 0;display:block;text-align:right;font-size:1.2rem;color:var(--color-text)}span.cart_items_tax_info a{color:var(--color-link)}.cart_drawer_error p{margin:.6rem 0 0;font-size:1.2rem;color:red}.cart_drawer_note_discount_wrapper{margin:0 0 1rem;border-bottom:1px solid var(--color-border);padding-bottom:1rem}.cart_drawer_note_discount_headings{display:flex;justify-content:space-between;align-items:center;margin:0 0 1rem}.cart_note_head,.cart_discount_head{cursor:pointer;background:transparent;border:none;padding:0;color:var(--color-text);border-bottom:1px solid var(--color-secondary-background)}.cart_note_wrapper,.cart_drawer_discount_input_wrapper{height:0;overflow:hidden;transition:height .3s ease}.cart_note_wrapper[open],.cart_drawer_discount_input_wrapper[open]{height:var(--height)}.cart_note_inner{display:flex;background:#ff0;width:100%}.cart_note_inner textarea{width:100%!important;padding:1rem;border:1px solid var(--color-border);color:var(--color-input)}.cart_discount_name{display:flex;align-items:center;margin:1rem 0 0;color:var(--color-highlight)}span.icon_discount_wrapper.svg_wrapper{position:relative;top:-1px}span.icon_discount_wrapper.svg_wrapper svg{width:1.6rem;height:1.6rem}span.icon_discount_wrapper.svg_wrapper svg path{fill:var(--color-highlight)}button.cart_discount_remove_button{background:transparent;border:none;margin-left:6px;width:2.6rem;height:2.6rem;padding:0;display:flex;justify-content:center;align-items:center}button.cart_discount_remove_button svg{width:1.1rem;height:1.1rem}button.cart_discount_remove_button svg path{fill:var(--color-text)}.cart_discount_error,.cart_discount_error p{font-size:1.2rem;margin:.5rem 0 0;color:red}.cd_wrapper{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}p.cart_drawer_item_title{flex:2}.cart_drawer_final_price_wraper{flex:1;text-align:right}.cart_drawer_final_price_wraper span{font-weight:600;color:var(--color-text)}@media screen and (max-width:640px){cart-item-remove:hover svg circle{fill:#f5f5f5}cart-item-remove:hover svg path{fill:#252525}.cart_drawer_content{margin:1.5rem}.cart_drawer_footer_wrapper{padding:1.5rem}.cart_drawer_item_img_wrapper{flex:0 0 8rem}.cart_drawer_item_img_wrapper img,.cart_drawer_item_img_wrapper svg.placeholder_svg{max-width:8rem}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/cart-drawer.css.map */
