cart-drawer-component .cart-drawer__dialog.dialog-drawer{--cart-drawer-open-duration: .38s;--cart-drawer-close-duration: .3s;--cart-drawer-open-easing: cubic-bezier(.22, 1, .36, 1);--cart-drawer-close-easing: cubic-bezier(.4, 0, .2, 1);will-change:transform,opacity}cart-drawer-component .cart-drawer__dialog.dialog-drawer[open]{animation:cartDrawerSlideIn var(--cart-drawer-open-duration) var(--cart-drawer-open-easing) forwards}cart-drawer-component .cart-drawer__dialog.dialog-drawer[open].dialog-closing{animation:cartDrawerSlideOut var(--cart-drawer-close-duration) var(--cart-drawer-close-easing) forwards}cart-drawer-component .cart-drawer__dialog.dialog-drawer[open]::backdrop{animation:cartDrawerBackdropIn .32s ease-out forwards}cart-drawer-component .cart-drawer__dialog.dialog-drawer[open].dialog-closing::backdrop{animation:cartDrawerBackdropOut var(--cart-drawer-close-duration) ease-in forwards}@keyframes cartDrawerSlideIn{0%{transform:translate3d(100%,0,0);opacity:.96}to{transform:translateZ(0);opacity:1}}@keyframes cartDrawerSlideOut{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(100%,0,0);opacity:.98}}@keyframes cartDrawerBackdropIn{0%{opacity:0;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1)}to{opacity:1;-webkit-backdrop-filter:brightness(.75);backdrop-filter:brightness(.75)}}@keyframes cartDrawerBackdropOut{0%{opacity:1;-webkit-backdrop-filter:brightness(.75);backdrop-filter:brightness(.75)}to{opacity:0;-webkit-backdrop-filter:brightness(1);backdrop-filter:brightness(1)}}.cart-drawer__content-empty{display:flex;flex-direction:column;justify-content:space-between!important;padding:16px!important}.empty-cart-drawer-label{display:flex;flex-direction:column;align-items:center;gap:4px}.empty-cart-drawer{background:#f7f7f7;width:56px;height:56px;gap:10px;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:999px}.empty-cart-drawer img{width:24px;height:24px;object-fit:contain}.empty-cart-drawer-label-content{font-family:var(--custom_heading_font);font-weight:bolder;font-size:20px;line-height:24px;letter-spacing:.28px;text-align:center;color:#161618}.empty-cart-drawer-footer-content{text-align:left;background:#f3fef9;border:1px solid #e9f6f0;width:100%;display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:12px;margin-top:auto}.empty-cart-drawer-footer-content-label{color:#069259;font-family:var(--custom_body_font);font-weight:700;font-size:16px;line-height:20px;letter-spacing:.2px}.custom-recommendation-image-container{display:flex;align-items:center;background:#fff;border:1px solid #e9f6f0;padding:4px 10px 4px 4px;border-radius:8px;gap:12px}.custom-recomendation-image{width:56px;height:56px;opacity:1;padding:8px;border-radius:4px}.empty-cart-drawer-footer .recomendation-title{font-family:var(--custom_body_font);font-weight:700;font-size:12px;line-height:120%;vertical-align:middle;color:#201d1d}.empty-cart-drawer-footer .recomendation-title br{display:none}.empty-cart-drawer-footer .recomendation-title div{display:flex;flex-direction:column;gap:4px}.empty-cart-drawer-footer .product-form-drawer{margin-left:auto}.recomendation-add-to-cart{border:1px solid #ffe7e3;background:#fff6f5;width:40px;height:40px;border-radius:8px;padding:8px;display:flex;justify-content:center;align-items:center;position:relative}.recomendation-add-to-cart__icon{display:inline-flex}.recomendation-add-to-cart__loader{width:17px;height:17px;border:2px solid rgba(224,101,83,.25);border-top-color:#e06553;border-radius:50%;display:none;animation:recommendationAddToCartSpin .7s linear infinite}.recomendation-add-to-cart[data-loading=true]{pointer-events:none}.recomendation-add-to-cart[data-loading=true] .recomendation-add-to-cart__icon{display:none}.recomendation-add-to-cart[data-loading=true] .recomendation-add-to-cart__loader{display:block}@keyframes recommendationAddToCartSpin{to{transform:rotate(360deg)}}.empty-cart-drawer-footer{font-family:var(--custom_body_font);font-weight:700}.cart-drawer__content-empty .cart-drawer__header{display:flex;flex-direction:row;width:100%;justify-content:space-between!important;align-items:center;padding:0}.cart-drawer__content-empty .cart-drawer__header button{position:relative;top:unset;right:unset;width:24px;height:24px;margin-right:0}.cart-drawer__header-label{font-family:var(--custom_body_font);font-weight:700;font-size:16px;line-height:140%;letter-spacing:.28px;color:#161618}.cart-drawer__content-empty .cart-drawer__items{display:none}.cart-drawer__inner{position:relative}.gift-toast{display:none;position:absolute;top:12px;left:0;right:0;z-index:6;align-items:center;gap:14px;padding:16px;background:#fff;border:1px solid #e5e5e5;border-radius:0;width:90%;margin:0 auto}.gift-toast.is-active{display:flex}.gift-toast__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;color:#fff;background:#2f8d57;border-radius:4px}.gift-toast__icon svg{width:24px;height:24px}.gift-toast__icon-image{display:none;width:100%;height:100%;object-fit:contain;border-radius:inherit}.gift-toast.has-custom-icon .gift-toast__icon{background:transparent}.gift-toast.has-custom-icon .gift-toast__icon-image{display:block}.gift-toast.has-custom-icon .gift-toast__icon svg{display:none}.gift-toast__content{display:flex;flex-direction:column;justify-content:space-evenly;gap:4px;min-width:0}.gift-toast__title{font-family:var(--custom_body_font);font-weight:700;font-size:12px;line-height:100%;letter-spacing:.2px;color:#161618}.gift-toast__subtitle{font-family:var(--custom_body_font);font-weight:400;font-size:11px;line-height:20px;letter-spacing:.2px;color:#6e6e6e}.cart-drawer-bar{width:100%;background-color:#f3fef9;border-top:1px solid #e9f6f0;border-bottom:1px solid #e9f6f0;padding:12px 16px}.cart-drawer-bar__content{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.cart-drawer-bar__title{font-family:var(--custom_heading_font);font-weight:bolder;font-size:13px;line-height:12px;letter-spacing:2%;color:#069259;margin:0}.cart-drawer-bar__message{font-family:var(--custom_body_font);font-weight:400;font-size:14px;line-height:20px;letter-spacing:2%;color:#161618;margin:0}.cart-drawer-bar__message b{font-weight:800}.cart-drawer-bar__next{display:block;margin-top:4px}.cart-drawer-bar__progress{width:100%;padding:0 10px}.cart-drawer-bar__track{position:relative;width:100%;height:58px}.cart-drawer-bar__track-line{position:absolute;top:25px;left:0;right:0;display:block;width:100%;height:4px;overflow:hidden;border-radius:999px;background:#bfe0d7}.cart-drawer-bar__track-fill{display:block;height:100%;border-radius:inherit;background:#069259;transition:width .3s ease}.cart-drawer-bar__step{position:absolute;top:0;z-index:2;display:grid;justify-items:center;gap:5px;min-width:120px;transform:translate(-50%);text-align:center}.cart-drawer-bar__step-title{font-family:var(--custom_body_font);font-weight:700;font-size:12px;line-height:100%;letter-spacing:0;text-align:center;color:#069259;margin:0}.cart-drawer-bar__step-circle{width:20px;height:20px;border-radius:50%;border:2px solid #ffffff;background-color:#069259;display:flex;align-items:center;justify-content:center;color:#fff;box-sizing:border-box;line-height:0;flex-shrink:0}.cart-drawer-bar__step-circle svg{display:block;margin:0;padding:0;flex-shrink:0}.cart-drawer-bar__step-circle svg path{vector-effect:non-scaling-stroke}.cart-drawer-bar__step:not(.is-active) .cart-drawer-bar__step-circle svg{width:10px;height:11px;transform:translateY(-1px)}.cart-drawer-bar__step.is-active .cart-drawer-bar__step-circle svg{width:11px;height:8px;transform:none}.cart-drawer-bar__step-price{font-family:var(--custom_body_font);font-weight:700;font-size:12px;line-height:20px;letter-spacing:2%;text-align:center;color:#444;margin:0}.cart-drawer-bar__step.is-active .cart-drawer-bar__step-circle{border-color:#058853;background-color:#069259}.cart-drawer-bar--one-tier .cart-drawer-bar__step{left:50%}.cart-drawer-bar--two-tiers .cart-drawer-bar__step:first-of-type{min-width:110px}@media screen and (max-width:749px){.cart-drawer-bar{padding:16px 14px 12px}.cart-drawer-bar__progress{padding:0 8px}.cart-drawer-bar__step{min-width:110px}.cart-drawer-bar__step-title{font-size:9px}.cart-drawer-bar__step-price{font-size:13px}}.cart-drawer__items{padding:0 16px;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer__items::-webkit-scrollbar,.cart-drawer__items *::-webkit-scrollbar{display:none}.cart-drawer__items *{scrollbar-width:none;-ms-overflow-style:none}.cart-drawer__items .button.cart-items__remove{display:none}.cart-items__list{display:flex;flex-direction:column;width:100%}.cart-items__item{display:flex;align-items:stretch;width:100%;gap:12px;padding:16px 0;border-bottom:1px solid #e9f6f0}.cart-items__media{width:64px;height:64px;border-radius:4px;border:1px solid #e5e5e5;box-sizing:border-box;flex:0 0 64px}.cart-items__media-container{display:block;width:100%;height:100%;overflow:hidden;border-radius:4px}.cart-items__media-image{display:block;width:100%;height:100%;object-fit:cover}.cart-items__content{display:flex;flex-direction:column;justify-content:space-between;gap:0;min-width:0;flex:1 1 auto}a.cart-items__title{margin:0}a.cart-items__title:hover{text-decoration:underline}.cart-items__title div{display:flex;flex-direction:column;gap:0}.cart-items__title br{display:none}.cart-items__title b{font-family:var(--custom_body_font);font-weight:700;font-size:15px;line-height:140%;letter-spacing:0;color:#161618;margin:0}.cart-items__title small{font-family:var(--custom_body_font);font-weight:400;font-size:10px;line-height:120%;letter-spacing:2%;margin:0;color:#6e6e6e}.cart-items__vendor,.cart-items__selling-plan,.cart-items__discounts,.cart-items__bundle{margin:0;font-family:var(--custom_body_font);font-size:11px;line-height:140%;color:#555}.cart-items__variants-wrapper{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.cart-items__variants-wrapper:empty{display:none}.cart-items__variants,.cart-items__properties{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin:0;font-family:var(--custom_body_font);font-weight:400;font-size:11px;line-height:140%;color:#555}.cart-items__variants .cart-items__variant,.cart-items__variants .cart-items__property{display:flex;align-items:center;gap:2px}.cart-items__variant dt,.cart-items__variant dd{font-family:var(--custom_body_font);font-weight:700;font-size:10px;line-height:20px;color:#201d1d}.cart-items__content .cart-items__quantity{width:fit-content;margin:0}.cart-items__quantity-controls{display:flex;align-items:center;gap:8px}.cart-items__remove{width:24px;height:24px;min-width:24px;min-height:24px;padding:0;background:transparent;border:0;color:#161618}.cart-items__remove svg{width:14px;height:14px}.cart-items__wrapper .cart-items__price{display:flex;flex-direction:column;align-items:flex-end;justify-content:end;gap:2px;flex:0 0 auto;min-width:max-content;text-align:right;font-family:var(--custom_body_font);font-weight:700;font-size:14px;line-height:140%;letter-spacing:0;color:#069259}.cart-items__price .compare-at-price{font-family:var(--custom_body_font);font-weight:400;font-size:12px;line-height:20px;letter-spacing:2%;text-decoration:line-through;color:#6e6e6e}.cart-items__price-unit{font-family:var(--custom_body_font);font-weight:400;font-size:12px;line-height:20px;letter-spacing:.28px;color:#6e6e6e}.cart-items__error{margin-top:4px}.cart-item__error{display:flex;align-items:center;gap:6px;color:#b00020}@media screen and (max-width:768px){.cart-items__item{display:flex;align-items:center}.cart-items__content{flex:1 1 auto;min-width:0;gap:6px}}.cart-items .quantity-selector{max-width:71px;height:20px!important}.cart-items .quantity-selector button.quantity-minus,.cart-items .quantity-selector button.quantity-plus{width:fit-content;margin:0}.cart-items .quantity-selector input{width:20px;height:auto;padding:0;font-size:12px;font-family:var(--custom_body_font);font-weight:700}.cart-items .quantity-selector input:focus,.cart-items .quantity-selector input:focus-visible{outline:none}.cart-items__item{order:1}.cart-items__item--free-gift{order:99;background:#f3fef9;margin-top:16px;padding:8px;border-radius:12px}.cart-items__item--free-gift .cart-items__media{width:48px;height:48px;border-color:#e9f6f0;flex:0 0 48px}.cart-items__item--free-gift .cart-items__content{justify-content:center}.cart-items__item--free-gift a.cart-items__title{font-family:var(--custom_body_font);font-weight:700;font-size:14px;line-height:16px;letter-spacing:.28px;color:#161618}.cart-items__item--free-gift a.cart-items__title:hover{text-decoration:none}.custom-gift-desc{font-family:var(--custom_body_font);font-weight:400;font-size:10px;line-height:20px;letter-spacing:.28px;color:#161618;opacity:.5}.cart-items__item--free-gift .cart-items__price{justify-content:center}.custom-gift-price{font-family:var(--custom_body_font);font-weight:700;font-size:14px;line-height:16px;letter-spacing:.28px;color:#069259;text-transform:uppercase}cart-drawer-component.cart-drawer .cart-drawer__summary-custom .cart-totals{margin-block-start:0;border-block-start:none;padding-block-start:0}.cart-drawer__summary-custom .cart-totals__container{gap:8px}.cart-drawer__summary.cart-drawer__summary-custom{box-shadow:0 0 10px #82828233;background-color:#fff;border-top:1px solid #efefef;padding:16px;gap:16px}cart-drawer-component.cart-drawer cart-items-component[data-drawer].cart-items-disabled{pointer-events:none;position:relative}cart-drawer-component.cart-drawer cart-items-component[data-drawer].cart-items-disabled:before{content:"";position:absolute;z-index:7;top:0;left:0;width:100%;height:3px;background:#0b4a43;transform:scaleX(0);transform-origin:left center;transition:transform .18s ease-out;animation:cartDrawerUpdateBar .52s cubic-bezier(.22,1,.36,1) forwards}cart-drawer-component.cart-drawer cart-items-component[data-drawer].cart-items-disabled:after{content:"";position:absolute;z-index:6;top:0;right:0;bottom:0;left:0;background:#ffffff9e;box-shadow:inset 0 0 0 9999px #ffffff14;transition:opacity .18s ease-out;animation:cartDrawerUpdateOverlay .16s ease forwards}cart-drawer-component.cart-drawer cart-items-component[data-drawer].cart-items-disabled.cart-items-update-complete:before{animation:none;transform:scaleX(1)}cart-drawer-component.cart-drawer cart-items-component[data-drawer].cart-items-disabled.cart-items-update-complete:after{opacity:0}@keyframes cartDrawerUpdateBar{0%{transform:scaleX(0)}65%{transform:scaleX(.78)}to{transform:scaleX(.92)}}@keyframes cartDrawerUpdateOverlay{0%{opacity:0}to{opacity:1}}.cart-summary-shipping{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-summary-shipping .cart-summary-shipping-label{font-family:var(--custom_body_font);font-weight:400;font-size:14px;line-height:140%;letter-spacing:0;color:#444}.cart-summary-shipping .cart-summary-shipping-cost{font-family:var(--custom_body_font);font-weight:700;font-size:14px;line-height:140%;letter-spacing:2%;color:#069259}.cart-total-custom{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-total-custom__label{font-family:var(--custom_body_font);font-weight:400;font-size:14px;line-height:140%;letter-spacing:0;color:#444}.cart-total-custom__right{display:flex;flex-direction:row;align-items:center;gap:8px}.cart-total-custom__discount{background-color:#f3fef9;padding:8.5px 8px;border-radius:12px;font-family:var(--custom_body_font);font-weight:400;font-size:12px;line-height:100%;letter-spacing:.28px;text-align:center;vertical-align:middle;color:#069259}.cart-total-custom__right text-component{font-family:var(--custom_body_font);color:#161618;font-size:14px;font-weight:700;line-height:140%;letter-spacing:2%}.cart-slider__payment-icons-image{display:block;width:70%;max-width:100%;height:auto;object-fit:contain;margin:0 auto}.cart-drawer__summary-custom .cart__checkout-button img{width:16px;height:16px;object-fit:contain}.cart-drawer__summary-custom .cart__checkout-button{max-height:47px;text-transform:uppercase;position:relative;overflow:hidden}.cart-drawer__summary-custom .cart__checkout-button[data-checkout-loading=true]{pointer-events:none;cursor:progress}.cart-drawer__summary-custom .cart__checkout-button[data-checkout-loading=true] img,.cart-drawer__summary-custom .cart__checkout-button[data-checkout-loading=true] .button-text{opacity:0;visibility:hidden}.cart-drawer__summary-custom .cart__checkout-button[data-checkout-loading=true]:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;border:4px solid rgb(255 255 255 / 45%);border-top-color:transparent;border-radius:50%;transform:translate(-50%,-50%);animation:cart-checkout-button-spin .7s linear infinite}@keyframes cart-checkout-button-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media(max-width:768px){.cart-drawer__dialog:modal{width:calc(100% - 18px)}.cart-drawer__header{padding:16px!important}.button.close-button{width:22px;height:22px;outline:none;border:none;position:unset;margin:0}}
/*# sourceMappingURL=/cdn/shop/t/195/assets/custom-cart-drawer.css.map */
