.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;max-height:100vh;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.6);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:67rem;position:relative;max-width:calc(100vw - 3rem);padding:2.5rem;padding-bottom:0;border-top-left-radius:30px;border-bottom-left-radius:30px;background-color:rgb(var(--color-background));display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}.empty-cart-text a,.empty-cart-text{font-size:1.8rem;text-align:center;text-decoration:none}.empty-cart-text a{width:fit-content;display:inline-flex;margin:0;font-size:12px;justify-content:center;align-items:center;align-content:center;width:24px;position:relative;flex-direction:column;height:24px}.empty-cart-text>a>svg{position:absolute;top:4px;right:0;width:20px}.empty-cart__center-text .empty-cart-text a{width:fit-content;display:inline-flex;margin:0;font-size:12px;justify-content:center;align-items:center;align-content:center;width:24px;position:relative;flex-direction:column;height:24px}.empty-cart__center-text{display:flex;align-items:center;justify-content:center;flex-direction:column}#information-popup{left:50%;transform:translate(-50%)}.information-popup__container{background:#fff;max-width:90rem;border-radius:30px;padding:2rem 3rem;min-height:50vh;max-height:100dvh;overflow:auto}@media screen and (min-width: 989px){.information-popup__container{min-height:0;height:auto}}.cart-information__image{width:350px;display:flex;width:100%;gap:2rem;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:space-between}.cart-information__image>div,.cart-information__image>p{flex:1;min-width:350px}.cart-information__image p{margin:0}cart-drawer.is-empty .drawer__inner{display:block;grid-template-rows:1fr;align-items:center;padding:0;overflow:hidden}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:1.5rem 0 0;display:flex;justify-content:space-between;align-items:center;width:90%}.drawer__header .drawer__header--subtotal_wrapper{display:flex;flex-direction:column;align-items:end}.drawer__header .totals__subtotal-value{margin-top:.7rem;margin-bottom:.7rem;font-weight:700;font-size:2.4rem}@media screen and (max-width: 990px){.drawer__header .totals__subtotal-value{font-size:2rem}}.drawer__heading{margin:0}cart-drawer .drawer__close{display:flex;padding:0;justify-content:center;align-items:center;min-width:4rem;height:4rem;width:4rem;min-height:4rem;background:none;border:none;position:absolute;top:1.5rem;right:1.5rem;border-radius:50%;cursor:pointer}.empty-cart__center-wrapper{margin-top:1rem;height:calc(100% - 9.5rem);display:flex;flex-direction:column;justify-content:space-around;max-height:700px;align-items:center;padding:0 1rem}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{color:#205a4e}.drawer__contents{flex-grow:1;height:100%;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));padding:1.5rem 0;z-index:2;height:auto}.drawer__divider{margin-top:2px;margin-bottom:10px;position:relative;left:-16px;width:calc(100% + 32px)}cart-drawer-items.is-empty+.drawer__footer{display:none}#Details-CartDrawer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.drawer .cart-drawer-overlay{transition:.2s;background-color:transparent}.drawer.active .cart-drawer-overlay{background-color:#32323227}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap;min-height:100%;height:100%;max-height:100%}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1;position:relative;height:100%}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%;height:calc(100% - 4.5rem);max-height:calc(100% - 4.5rem);padding:1rem 0}.cart-drawer .cart-items hr{margin:4rem 0!important}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-background-1))}cart-drawer-items{flex:1}.cart-item__image-title-wrapper{display:flex;align-items:center;gap:5px}.cart-drawer .cart-item__image-wrapper{height:30px;max-height:30px}.cart-drawer .cart-item__image{max-width:100%;max-height:100%;min-width:100%;height:auto;border-radius:8px}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1;color:#205a4e;font-weight:700!important}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none;height:52px}@media screen and (max-width: 991px){.drawer__divider{left:-32px;width:calc(100% + 64px)}.cart-drawer .cart__checkout-button{min-height:35px;margin-bottom:.75rem}}@media screen and (max-width: 400px){.cart-drawer .cart__checkout-button{min-height:35px;max-height:35px;margin-bottom:.75rem}}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%;margin-top:0}.shopify-cleanslate>div{margin-left:0;width:100%}.X1znsY_r3nPaOB5sdn2C{margin-left:0}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}cart-drawer-items .cart-item{width:100%;max-width:100%;overflow:hidden;position:relative}cart-drawer-items .cart-item__inner{display:flex;gap:5px;height:100%;justify-content:space-between;position:relative;padding:.5rem 0;align-items:center;background-color:#fff}.delivery-extras{display:flex;padding:3rem;flex-direction:column;align-items:center;z-index:3}cart-drawer-items .cart-item .cart-item__name,cart-drawer-items .cart-item .price{font-size:14px;font-weight:400}cart-drawer-items .cart-item .cart-item__name,cart-drawer-items .cart-item .price:focus-visible{outline-offset:0rem!important;box-shadow:none!important;-webkit-border-radius:0rem!important}cart-drawer-items .cart-items_category-wrapper{height:100%;max-height:100%}cart-drawer-items .category__items{display:flex;flex-direction:row;flex-wrap:wrap;max-height:calc(100% - 6.5rem);align-content:flex-start}cart-drawer-items .cart-item__quantity{height:100%;max-width:7.5rem;padding:3px}cart-drawer-items summary .icon-caret{right:0}cart-drawer-items .cart-item__quantity-wrapper{width:100%;height:calc(100% - 6.5px)}cart-drawer-items .quantity{height:100%;width:100%;display:flex;flex-direction:row;border:none;align-items:center;min-height:inherit}cart-drawer-items .quantity:after{content:"";border:none}cart-drawer-items .quantity__button{width:2rem;height:2rem;flex-shrink:0;font-size:1.8rem;border:1px solid #205a4e;background-color:#fff!important;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#205a4e;padding:0;transition:.2s}cart-drawer-items .quantity__button:hover{color:#fff;background-color:#205a4e!important;box-shadow:0 0 2px #00000040!important;transition:ease-in-out .2s}cart-drawer-items .cart-item_information{display:flex;flex-direction:row;gap:10px}cart-drawer-items .cart-item__media{position:relative;display:flex;align-items:center}cart-drawer-items .cart-item__media img{max-width:100%;border-radius:15px;height:49px;width:64px}cart-drawer-items .cart-item__details{display:flex;flex-direction:column;justify-content:center}cart-drawer-items .category__header{display:flex;justify-content:space-between;width:calc(100% - 2.5rem);gap:3rem;max-height:6rem;height:6rem}cart-drawer-items .accordiont__title.category__header *{margin:0}cart-drawer-items .accordion__flex{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-width:calc(100% - 75px);flex-grow:1}cart-drawer-items .price__header{min-width:51px}cart-drawer-items .cart-item__quantity-wrapper{max-width:7rem}cart-drawer-items .accordiont__title.category__header{height:fit-content;align-items:center}.drawer__cart-items-wrapper .accordion{border-bottom:none}.drawer__cart-items-wrapper details{border-bottom:solid 1px #3232323a}cart-drawer-items .cart-discount__progress-bar{display:flex;width:100%;max-width:100%;height:1rem;max-height:1rem}cart-drawer-items .cart-discount__progress-bar .progress-step{width:calc(100% / 3);padding:.5rem;height:100%;position:relative}cart-drawer-items .progress-caption .discount{height:calc(100% - .7rem);display:flex;justify-content:center;align-items:center;font-weight:600}cart-drawer-items .cart-discount__progress-bar .progress-bar{background-color:#ebf5eb;height:1rem;display:block;width:100%;max-width:calc(100% - 1rem);position:absolute;bottom:0;right:.5rem}cart-drawer .cart-discount__progress-bar p{margin:0;font-size:12px}cart-drawer .cart-discount__progress-bar .progress-bar__indicator{background-color:#94c37f;display:flex;height:100%;width:0}cart-drawer .progress-bar__step-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}cart-drawer .cart-discount__progress-bar .progress-step:first-child .progress-bar{border-top-left-radius:30px;border-bottom-left-radius:30px;overflow:hidden}cart-drawer .cart-discount__progress-bar .progress-step:first-child .progress-bar .progress-bar__step:first-child{border-top-left-radius:30px;border-bottom-left-radius:30px;overflow:hidden;border-left-color:transparent}cart-drawer .cart-discount__progress-bar .progress-step:nth-child(3) .progress-bar{border-top-right-radius:8px;border-bottom-right-radius:8px;overflow:hidden}cart-drawer .cart-discount__progress-bar .progress-step:nth-child(3) .progress-bar .progress-bar__step:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px;overflow:hidden;border-right-color:transparent}.cart__ctas .button{width:100%}cart-drawer .under-button{display:none}.cart-item__progress-bar{width:100%;height:7px;border-radius:30px;background-color:#f0f4ec;position:relative}.cart-item__progress-bar-progress:empty{display:block}.cart-item__progress-bar-progress{background-color:#94c37f;position:absolute;top:0;left:0;width:var(--progress-end);height:100%;border-radius:30px}cart-drawer .accordion{margin-top:0}cart-drawer .collapsible-content,cart-drawer .collapsible-content__wrapper,cart-drawer .collapsible-content__grid,cart-drawer details{height:100%;max-height:100%}cart-drawer .accordion{max-height:100%}cart-drawer .grid__item:has(details[open]){height:100%;max-height:calc(100% - 4.5rem)}cart-drawer .accordion__content{height:100%;max-height:100%;overflow:auto}.tab__wrapper{position:relative;height:100%;padding-bottom:0rem;z-index:1;overflow-y:auto;overflow-x:hidden}.drawer__cart-items-wrapper .discount_title{font-size:12px;text-align:center;min-height:32px;display:flex;justify-content:center;gap:.5rem}.drawer__header--subtotal_wrapper .cart-drawer__mobile-close{color:#1f5a4d;background-color:transparent;border:none;padding:14px;margin-top:-10px;margin-bottom:-10px}.drawer__header--subtotal_wrapper .cart-drawer__mobile-close path{color:#1f5a4d}@media screen and (min-width: 991px){.drawer__cart-items-wrapper .discount_title{margin-bottom:0}.cart-drawer__mobile-close{display:none}}@media screen and (max-width: 990px){.drawer__inner{max-width:100vw;width:100vw;padding:0 1.6rem}.totals__subtotal-value{font-size:2rem}.drawer__footer{max-height:fit-content;overflow:hidden}cart-drawer-items .cart-item{width:100%;max-width:100%}cart-drawer-items .cart-item__quantity{width:9rem;max-width:9rem;min-width:9rem;min-height:5.5rem}cart-drawer-items .quantity{height:100%;width:100%;display:flex;border:none;align-items:center;flex-direction:row}cart-drawer-items .cart-item__media{width:6rem;max-width:6rem;min-width:6rem}cart-drawer-items .category__header{gap:1.5rem}cart-drawer .subscription-radio{width:100%}cart-drawer-items .cart-item .cart-item__name,cart-drawer-items .cart-item .price{font-size:12px}cart-drawer-items .quantity__button{width:2.5rem;height:2.5rem}cart-drawer cart-selling-plan-select .subscription-information.in-button{display:none!important}cart-drawer .h3{font-size:1.6rem}cart-drawer .h4{font-size:1.8rem}cart-drawer .grid__item:has(details[open]){height:100%;max-height:calc(100% - 4.5rem)}cart-drawer .quantity__input{font-size:1.2rem}.drawer__footer{padding:.5rem 0 0;z-index:2}.drawer:not(.active){visibility:visible;background-color:#f5deb300;pointer-events:none}.drawer:not(.active) .drawer__inner{border-radius:30px 30px 0 0;pointer-events:all}.drawer:not(.active):not(.is-empty) .drawer__inner{transform:translateY(calc(100% + 25rem))}.section-productGrid-cart-container .drawer:not(.active):not(.is-empty) .drawer__inner{transform:translateY(calc(100% - 2rem))}.section-productGrid-cart-container .drawer.jump:not(.active):not(.is-empty) .drawer__inner{transform:translateY(calc(100% - 2.5rem))}.cart-drawer-wrapper.is-empty .drawer__inner{transform:translateY(110%)}cart-drawer-items .cart-item__quantity-wrapper{max-width:8rem}.cart-item__header{margin-bottom:1rem}.drawer__cart-items-wrapper .h5{margin-bottom:0rem}.drawer__header+.drawer__close{display:none}.drawer__header{width:100%;background-color:transparent;padding:1.6rem 0 0;border-top-right-radius:30px;margin-bottom:1rem}.drawer__header{margin-bottom:0rem}.drawer:not(.is-empty) .drawer__inner{transform:translateY(10rem);height:calc(100% - 10rem);border-bottom-left-radius:0;width:100%;margin:0;min-width:inherit;max-width:inherit}.cart-drawer{width:100%}cart-drawer-items summary .icon-caret{right:0}.drawer__inner{border-top-left-radius:30px;border-top-right-radius:30px;box-shadow:0 -4px 10px #0000001a}.drawer.active .drawer__inner .close-btn{display:block;position:absolute;right:1rem;pointer-events:none;top:-62px;height:42px;width:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Cpath d='M28.4612 15.2847L22.7459 21L28.4612 26.7153C28.5825 26.8284 28.6799 26.9648 28.7474 27.1163C28.8149 27.2678 28.8512 27.4314 28.8542 27.5973C28.8571 27.7631 28.8266 27.9279 28.7644 28.0817C28.7023 28.2355 28.6098 28.3752 28.4925 28.4925C28.3752 28.6098 28.2355 28.7023 28.0817 28.7644C27.9279 28.8266 27.7631 28.8571 27.5973 28.8541C27.4314 28.8512 27.2678 28.8149 27.1163 28.7474C26.9648 28.6799 26.8284 28.5825 26.7153 28.4612L21 22.7459L15.2847 28.4612C15.0505 28.6794 14.7408 28.7982 14.4208 28.7925C14.1008 28.7869 13.7954 28.6572 13.5691 28.4309C13.3428 28.2046 13.2131 27.8992 13.2075 27.5792C13.2018 27.2592 13.3206 26.9495 13.5388 26.7153L19.2541 21L13.5388 15.2847C13.3206 15.0505 13.2018 14.7408 13.2075 14.4208C13.2131 14.1008 13.3428 13.7954 13.5691 13.5691C13.7954 13.3428 14.1008 13.2131 14.4208 13.2075C14.7408 13.2018 15.0505 13.3206 15.2847 13.5388L21 19.2541L26.7153 13.5388C26.9495 13.3206 27.2592 13.2018 27.5792 13.2075C27.8992 13.2131 28.2046 13.3428 28.4309 13.5691C28.6572 13.7954 28.7869 14.1008 28.7925 14.4208C28.7982 14.7408 28.6794 15.0505 28.4612 15.2847ZM42 21C42 25.1534 40.7684 29.2135 38.4609 32.667C36.1534 36.1204 32.8736 38.812 29.0364 40.4015C25.1991 41.9909 20.9767 42.4068 16.9031 41.5965C12.8295 40.7862 9.08767 38.7861 6.15077 35.8492C3.21386 32.9123 1.21381 29.1705 0.403519 25.0969C-0.406771 21.0233 0.00909861 16.8009 1.59854 12.9636C3.18798 9.1264 5.8796 5.84665 9.33303 3.53914C12.7865 1.23163 16.8466 0 21 0C26.5675 0.00653851 31.9052 2.22113 35.842 6.15798C39.7789 10.0948 41.9935 15.4325 42 21ZM39.5294 21C39.5294 17.3352 38.4427 13.7528 36.4066 10.7056C34.3706 7.65846 31.4767 5.2835 28.0909 3.88105C24.7051 2.47861 20.9795 2.11166 17.3851 2.82663C13.7907 3.54159 10.4891 5.30634 7.89774 7.89773C5.30635 10.4891 3.5416 13.7907 2.82663 17.3851C2.11167 20.9794 2.47862 24.7051 3.88106 28.0909C5.28351 31.4767 7.65847 34.3706 10.7056 36.4066C13.7528 38.4427 17.3352 39.5294 21 39.5294C25.9126 39.524 30.6225 37.57 34.0963 34.0962C37.57 30.6225 39.524 25.9126 39.5294 21Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover}.drawer:not(.active) .drawer__close{display:none}.subscription-option{padding:.5rem 0}.delivery-extras{padding:1rem}.accordion__content{margin:.5rem}.drawer.drawer__close{display:none}.drawer:not(.active) .drawer__header{width:100%}.drawer .totals{margin:0}.drawer:not(.active) .open-overlay{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%}.open-overlay .open-overlay__tab{position:absolute;top:0;left:50%;transform:translate(-50%,-25%);background:transparent;border:none;display:block}.swipe-indicator{width:44px;height:44px;display:flex;justify-content:center;align-items:center}.swipe-line{width:24px;height:4px;background-color:#ccc;border-radius:2px}.swipe-line:empty{display:block}.tab__wrapper{position:relative;height:100%;padding-bottom:0rem;z-index:1;overflow-y:auto;overflow-x:hidden;min-height:100%}}.drawer .open-overlay{display:none!important}@media screen and(min-width:991px){.mobile_remove-overlay{display:none}}.cart-drawer-wrapper{position:absolute}.mobile_remove-overlay{position:absolute;top:0;left:0;height:100%;width:100%;transition:.1s;background-image:linear-gradient(90deg,red,#fff0);display:flex;align-items:center;z-index:-1}.mobile_remove-overlay svg{height:50%;max-height:50%;color:#fff}.product-grid-container .product-grid .open-product-popup .product-card-wrapper{padding:2rem}@media screen and (max-width: 1100px){.product-grid-container .product-grid .open-product-popup .product-card-wrapper{padding:1rem}}.category__items::-webkit-scrollbar{width:8px}.category__items::-webkit-scrollbar-track{background:transparent}.category__items::-webkit-scrollbar-thumb{background-color:#d0d8d0;border-radius:15px}.category__items{scrollbar-width:auto;scrollbar-color:#ebf5eb #ffffff00}@media screen and (max-width: 990px){.category__items::-webkit-scrollbar{display:none}.category__items{scrollbar-width:none}}.drawer.is-empty .drawer__inner{padding:2rem;width:100%;height:calc(100% - 2rem)}.section-productGrid-cart-container .section-productGrid-cart-container .cart-drawer-in-collection-wrapper .cart-drawer-wrapper{z-index:1}.section-productGrid-cart-container .cart-drawer-in-collection-wrapper{position:inherit}.cart__login-paragraph{text-align:center}.section-productGrid-cart-container cart-drawer-items .cart-item__quantity{margin-right:0}@media screen and (min-width: 1450px){.section-productGrid-cart-container .cart-drawer-in-collection-wrapper{width:25vw}.section-productGrid-cart-container .collection-wrapper{width:70vw}}@media screen and (min-width: 991px) and (max-width: 1449px){.section-productGrid-cart-container .cart-drawer-in-collection-wrapper{width:40vw}.section-productGrid-cart-container .collection-wrapper{width:60vw}}@media screen and (min-width: 991px) and (max-width: 1550px){.section-productGrid-cart-container .product-grid-container .grid__item{width:calc((100% / 3) - var(--grid-desktop-horizontal-spacing) * 3 / 4);max-width:calc((100% / 3) - var(--grid-desktop-horizontal-spacing) * 3 / 4)}cart-drawer-items .cart-item .cart-item__name,cart-drawer-items .cart-item .price{font-size:12px}}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_heading{color:#235a4e;margin:3rem 2rem 1rem 5rem;font-size:18px}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item{width:100%;max-width:100%;background-color:#ebf5eb;border-radius:15px;padding-right:10px;padding-left:10px}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_wrapper{width:100%;max-width:100%;display:flex;overflow:auto;padding-bottom:5px;scroll-snap-type:x mandatory;margin-bottom:10px}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_wrapper .grid__item{scroll-snap-align:start}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_wrapper::-webkit-scrollbar{height:8px}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_wrapper::-webkit-scrollbar-track{background:none}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_wrapper::-webkit-scrollbar-thumb{background:#205a4e;border-radius:5px;background-clip:content-box}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item.mobile{display:none}@media screen and (max-width: 990px){.section-productGrid-cart-container .product-grid-container .grid__item.rec_item.mobile{display:block}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item.desktop{display:none}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_heading{text-align:center;margin:3rem 2rem 1rem;font-size:14px;text-wrap:balance}.section-productGrid-cart-container .product-grid-container .grid__item.rec_item .rec_item_heading strong{font-size:16px}}@media screen and (min-width: 991px) and (max-width: 1150px){.section-productGrid-cart-container cart-drawer .h3{font-size:1.6rem}.section-productGrid-cart-container cart-drawer .category__header{gap:2rem}}@media screen and (min-width: 991px){.section-productGrid-cart-container{display:flex;position:relative}.section-productGrid-cart-container .drawer__header{padding:0}.section-productGrid-cart-container .cart-drawer-in-collection-wrapper{padding:1rem}.section-productGrid-cart-container .cart-drawer-in-collection-wrapper .cart-drawer-wrapper{position:sticky;top:100px;max-height:calc(100vh - 110px);height:calc(100vh - 110px);z-index:1}.section-productGrid-cart-container .drawer__header{width:100%}.section-productGrid-cart-container .drawer{position:relative;visibility:visible!important;background-color:transparent;z-index:0;display:block;width:fit-content;max-width:100%;height:100%}.section-productGrid-cart-container .cart-item{width:100%;max-width:100%}.section-productGrid-cart-container .cart-drawer{display:flex;justify-content:end;height:100%}.section-productGrid-cart-container .cart-drawer__overlay{position:relative!important}.section-productGrid-cart-container .drawer__inner{transform:none;overflow-x:hidden;transition:none;box-shadow:0 0 20px #00000026;border-radius:16px;will-change:transform;transition:transform .3s ease}.section-productGrid-cart-container .drawer .drawer__close{display:none}.section-productGrid-cart-container .in-button{display:none!important}.section-productGrid-cart-container .under-button{display:none;max-width:100%}.section-productGrid-cart-container .cart__subscription-selector{gap:.5rem}.section-productGrid-cart-container summary .icon-caret{right:0rem}.section-productGrid-cart-container .accordion-display-wrapper svg{display:none}.section-productGrid-cart-container .subscription-radio{min-width:fit-content;font-size:1.2rem}.section-productGrid-cart-container .radio-button{width:14px;height:14px;font-size:12px}.section-productGrid-cart-container .subscription-option{padding:1rem}.section-productGrid-cart-container .subscription-radio{width:100%;margin:1rem 0 .5rem}.section-productGrid-cart-container .subscription-option_text-wrapper{font-size:12px}.section-productGrid-cart-container .recurring.subscription-radio:has(.subscription-option .radio-input:checked)+.subscription-information.under-button{display:none}}@media screen and (min-width: 991px) and (max-height: 800px){.section-productGrid-cart-container cart-drawer-items .cart-item__quantity{width:9rem;min-height:5.5rem}.section-productGrid-cart-container cart-drawer-items .quantity{height:100%;width:100%;display:flex;border:none;align-items:center;flex-direction:row}.section-productGrid-cart-container cart-drawer-items .cart-item__media{width:6rem;max-width:6rem;min-width:6rem}.section-productGrid-cart-container cart-drawer-items .cart-item .cart-item__name,cart-drawer-items .cart-item .price{font-size:12px}.section-productGrid-cart-container cart-drawer-items .quantity__button{width:2.5rem;height:2.5rem}.section-productGrid-cart-container cart-drawer .h3{font-size:1.6rem}.section-productGrid-cart-container cart-drawer .h4{font-size:1.8rem}.section-productGrid-cart-container cart-drawer .grid__item:has(details[open]){height:100%;max-height:calc(100% - 4.5rem)}.section-productGrid-cart-container cart-drawer .quantity__input{font-size:1.2rem}.section-productGrid-cart-container .collection-wrapper{width:65vw}.section-productGrid-cart-container .cart-drawer-in-collection-wrapper{width:35vw}}.section-productGrid-cart-container cart-selling-plan-select .accordion-toggle-overlay{display:none;width:100%;height:100%;position:absolute;top:0;left:0}.section-productGrid-cart-container cart-selling-plan-select .recurring.subscription-radio:has(.subscription-option .radio-input:checked) .accordion-toggle-overlay{display:block}.section-productGrid-cart-container .accordion-checkbox-label{display:block;width:100%;height:100%;cursor:pointer}.section-productGrid-cart-container cart-selling-plan-select .recurring .subscription-option:has(#accordion-checkbox:checked):has(.radio-input:checked)+form .subscription__selector-frequency{display:block!important}.section-productGrid-cart-container cart-drawer .accordion-display-wrapper{display:block;font-size:12px}.section-productGrid-cart-container cart-drawer .accordion-arrow-icon{display:block}.section-productGrid-cart-container cart-drawer cart-selling-plan-select .accordion-arrow-icon{position:absolute;right:0;pointer-events:none}.section-productGrid-cart-container cart-drawer cart-selling-plan-select .recurring .subscription-option:has(#accordion-checkbox:checked):has(.radio-input:checked) .accordion-arrow-icon{transform:rotate(180deg)}@media screen and (min-width: 991px){cart-drawer .accordion-display-wrapper{display:none}cart-drawer .accordion-arrow-icon{display:none}}cart-selling-plan-select .accordion-toggle-overlay{display:none;width:100%;height:100%;position:absolute;top:0;left:0}cart-selling-plan-select .recurring.subscription-radio:has(.subscription-option .radio-input:checked) .accordion-toggle-overlay{display:block}.accordion-checkbox-label{display:block;width:100%;height:100%}.subscription__selector-frequency{display:none!important}cart-selling-plan-select .recurring .subscription-option:has(#accordion-checkbox:checked):has(.radio-input:checked)+form .subscription__selector-frequency{display:block!important}cart-drawer .accordion-display-wrapper{display:block;font-size:12px}cart-drawer .accordion-arrow-icon{display:block}cart-drawer #accordion-checkbox{-webkit-appearance:none;appearance:none}cart-drawer cart-selling-plan-select .accordion-arrow-icon{position:absolute;right:0}cart-drawer cart-selling-plan-select .recurring .subscription-option:has(#accordion-checkbox:checked):has(.radio-input:checked) .accordion-arrow-icon{transform:rotate(180deg)}cart-drawer-items .loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff6;display:flex;align-items:center;justify-content:start}cart-drawer-items .loading-overlay .loading-overlay__spinner{margin-left:2.45rem}@media screen and (min-width: 991px){cart-drawer-items .loading-overlay .loading-overlay__spinner{margin-left:4.4rem}}.Custom__CartErrors-wrapper{left:0rem;bottom:3rem;position:absolute;z-index:2;background:#fff;border-radius:30px}.Custom__CartError svg{display:block}.Custom__CartError{display:flex;gap:1.5rem;border:1px solid var(--pfefferschwarz, #323232);padding:0 2rem;border-radius:30px;width:100%;align-items:center;position:relative}.Custom__CartError .bold{font-weight:600}.Custom__CartError p{color:var(--pfefferschwarz, #323232);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.Custom__CartError-alert{border-radius:30px;background:#94c37f33;border:1px solid var(--pfefferschwarz, #323232)}.Custom__CartError-error{border-radius:30px;border:1px solid #e41111;background:#e411111a}.Custom__CartError-error:before{position:absolute;height:100%;margin-top:6px;display:flex;align-items:center;translate:-50%;content:url(https://cdn.shopify.com/s/files/1/0658/5175/2676/files/red-info-icon.svg?v=1692190142);left:0}.Custom__CartError-alert:before{position:absolute;height:100%;margin-top:6px;display:flex;align-items:center;translate:-50%;content:url(https://cdn.shopify.com/s/files/1/0658/5175/2676/files/green-info-icon.svg?v=1692628907);left:0}cart-drawer.is-empty #CartDrawer-CartErrors{display:none}.progress-bar__wrapper{position:relative;height:25px;width:100%;max-width:100%;margin:0 auto}.section-productGrid-cart-container .progress-bar__wrapper{max-width:100%}@media screen and (max-width: 990px){.progress-bar__wrapper{max-width:100%}}.progress-bar__background{position:absolute;left:0;top:0;height:10px;width:100%;border-radius:30px;background:#fff;border:#94c37f 1px solid}.progress-bar__wrapper div:empty{display:block!important}.progress-bar__currentCounter{position:absolute;left:calc(100% - 38px);top:2px;width:38px;height:20px;flex-shrink:0;border-radius:30px;border:1px solid #94c37f;background:#fff;font-size:10px;line-height:1px;display:flex;align-items:center;justify-content:center;display:none}.progress-bar__currentCounter span{color:#323232;text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.progress-bar__symbol{position:absolute;top:12px;transform:translate(-4px,-50%);width:38px;height:24px;border-radius:30px;border:1px solid #94c37f;background:#94c37f;color:#fff;font-size:10px;line-height:1px;display:flex;align-items:center;justify-content:center}.progress-bar__progress{position:absolute;left:0;top:0;height:10px;border-radius:30px;background:#fab932;width:var(--progress-start);transition:width .5s ease-in-out}.progress-bar__progress.hidden{visibility:hidden!important}.progress-bar__progress.animate{width:var(--progress-end)}.progress-bar__progress.full{background:#94c37f}details.cart-item[open] .category__items{height:fit-content;padding-bottom:0}body:has(cart-drawer.active) #trustbadge-container-98e3dadd90eb493088abdc5597a70810{display:none!important}body:has(cart-drawer.active) .LoyaltyWidget-prefix{display:none!important}@media screen and (max-width: 749px){.close--customer-portal.cart-drawer__close-information{margin-right:0!important;right:0!important}}@media screen and (max-width: 990px){.LoyaltyWidget-prefix .R-LauncherButton,#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810{bottom:1rem!important}.LoyaltyWidget-prefix .R-LauncherButton{display:none!important}}.drawer__upselling{position:absolute;align-self:center;display:none;align-items:start;opacity:0;transition:.3s opacity ease-in}.drawer__upselling .card__inner{height:25rem;min-height:25rem;background:transparent}.drawer__upselling .card-wrapper{background:#fff;border-radius:30px;height:42rem;width:30rem}.drawer__upselling .card__media{scale:.81}.drawer__upselling .price{padding-top:0;margin-top:.5rem!important;font-size:calc(var(--font-heading-scale) * 1.8rem)}.drawer__upselling .price span{color:#000}.drawer__upselling .bundle-item-sale-wrapper{top:1.5rem;right:1.5rem}.drawer__upselling .card__information{padding-bottom:1.7rem;padding-top:0rem}.drawer__upselling .h5{font-size:calc(var(--font-heading-scale) * 1.8rem)}.active .drawer__upselling{opacity:1;transition:.3s opacity ease-in}.drawer__upselling h2{color:#fff;text-align:start}.upselling__content{display:flex;gap:2rem;align-items:start}.upselling__content .item--1,.upselling__content .item--2{display:none}.upselling__content .card>.card__content>.card__information{padding-left:.8rem;padding-right:.8rem;display:flex;flex-direction:column;justify-content:space-between}.upselling__content .card__badge{display:none}@media screen and (min-width: 990px){.drawer__upselling{left:calc((100vw - 670px - 30rem)/2);display:flex;flex-direction:column;width:30rem;margin-bottom:8.5rem}}@media screen and (min-width: 1350px){.drawer__upselling{left:calc((100vw - 670px - 62rem)/2);width:62rem;margin-bottom:4rem}.upselling__content{width:100%}.upselling__content .item--1{display:block}}@media screen and (min-width: 1650px){.drawer__upselling{left:calc((100vw - 670px - 94rem)/2);width:94rem;margin-bottom:4rem}.upselling__content .item--1,.upselling__content .item--2{display:block}}.cart-drawer-in-collection-wrapper .drawer__upselling{display:none}.mobile_upselling{display:none;margin-top:1rem}.cart-drawer-in-collection-wrapper .mobile_upselling{display:block;position:relative;z-index:5;margin-bottom:1.5rem;padding-top:1rem}@media screen and (max-width: 989px){.mobile_upselling{display:block;position:relative;z-index:5;box-shadow:0 0 8px #00000026;margin-bottom:1.5rem;padding-top:1rem}}.mobile_upselling .upselling_heading{margin-left:1rem;margin-bottom:1rem}.mobile_upselling .upselling_heading p{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin:0}.mobile_upselling .slider-button{padding:0;width:fit-content;height:fit-content}.mobile_upselling .slider-button svg{width:30px;height:30px}@media screen and (max-width: 500px){.mobile_upselling .upselling_heading{margin-bottom:1rem}}.mobile_upselling cart-drawer-upselling-item .upselling_item_wrapper{display:flex;align-items:center;gap:1rem;width:100%;min-height:fit-content;height:100%;background-color:#f5f5f5;border-radius:6px;padding:1rem;position:relative}.mobile_upselling cart-drawer-upselling-item p{font-weight:400}@media screen and (min-width: 600px){.grid--2-col-tablet .grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}}.mobile_upselling cart-drawer-upselling-item .upselling_img_wrapper{width:60%;height:9rem;max-height:9rem;overflow:hidden;border-radius:6px}.mobile_upselling .upselling_image{float:left;object-fit:cover;object-position:center;width:100%;height:100%;max-width:none}.mobile_upselling .upselling_img_wrapper a{height:100%;width:100%;position:relative}.upselling_img_wrapper .bundle-item-sale-wrapper{width:40px;height:40px}.upselling_img_wrapper .bundle-item-sale span{font-size:1.5rem}.upselling_img_wrapper .bundle-item-sale p:first-of-type{font-size:1.2rem;line-height:1rem}.upselling_img_wrapper .bundle-item-sale p:nth-of-type(2){font-size:1rem}.upselling_img_wrapper .bundle-item-sale p{line-height:1.2rem}.truncate{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.8rem}.mobile_upselling slider-component{display:flex;align-items:center}.mobile_upselling .quick-add__submit svg:nth-of-type(2),.mobile_upselling .add-to-cart_custom svg:nth-of-type(2){display:none}.mobile_upselling .quick-add__submit:hover svg:nth-of-type(2),.mobile_upselling .add-to-cart_custom:hover svg:nth-of-type(2){display:block}.mobile_upselling .quick-add__submit:hover svg:first-of-type,.mobile_upselling .add-to-cart_custom:hover svg:first-of-type{display:none}.mobile_upselling .quick-add__submit,.mobile_upselling .add-to-cart_custom{height:35px!important;width:35px!important;max-width:35px!important;max-height:35px!important;background-color:#205a4e;margin:0 auto;min-width:35px;min-height:35px;padding:0;border-radius:31px;cursor:pointer}.mobile_upselling .add-to-cart_custom.disabled{cursor:not-allowed;opacity:.5}.mobile_upselling .quick-add{border-radius:31px;margin:0}.mobile_upselling .upselling_button_wrapper{display:flex;flex-direction:column;justify-content:end}.mobile_upselling .quick-add__submit svg path,.mobile_upselling .add-to-cart_custom svg path{fill:#fff}.mobile_upselling .quick-add__submit svg,.mobile_upselling .add-to-cart_custom svg .mobile_upselling .add-to-cart_custom{height:35px!important;width:35px!important;max-width:35px!important;max-height:35px!important;background-color:#205a4e;margin:0 auto;min-width:35px;min-height:35px;padding:0;box-sizing:border-box;display:flex;width:100%;justify-content:center;align-items:center;border-radius:31px!important;border:0;cursor:pointer;font:inherit;text-decoration:none;color:rgb(var(--color-button-text));transition:box-shadow var(--duration-short) ease;-webkit-appearance:none;appearance:none;position:relative}.mobile_upselling .price_wrapper>.price{color:rgb(var(--color-foreground))}.mobile_upselling .price_wrapper>.price .price-item{font-weight:400;font-size:14px}.mobile_upselling .price_wrapper .price-item--sale{color:rgb(var(--color-foreground))}.mobile_upselling .price--on-sale s{font-size:12px!important;margin:0}.mobile_upselling .product__tax{margin:0}.mobile_upselling .product__tax p{margin:0;font-size:9px}.mobile_upselling .price_sale_wrapper{display:flex;flex-direction:column;justify-content:end}.mobile_upselling .upsellling_sale p{margin:0;font-weight:400;font-size:12px;color:#000}.mobile_upselling .upsellling_sale{width:fit-content;background-color:#f9c200;border-radius:30px;padding:0 5px}.mobile_upselling .upselling_sale_wrapper{width:fit-content}.mobile_upselling .upselling_title_sale_wrapper a{color:#000;font-weight:600;font-size:14px;margin:0}.mobile_upselling .upselling_info_wrapper{width:100%;height:9rem;display:flex;flex-direction:column;justify-content:space-between}.mobile_upselling .upselling_price_button_wrapper{width:100%;display:flex;justify-content:space-between;gap:.5rem}.mobile_upselling .price_wrapper{display:flex;flex-direction:column;justify-content:end;gap:.5rem}.mobile_upselling .placeholder{border-radius:6px}.mobile_upselling slider-component{overflow:hidden}.upselling__content [class^=item--] .card__heading,.upselling__content [class^=item--] .card-information,.upselling__content [class^=item--] .card__inner{transition:.2s opacity ease-in}.upselling__content [class^=item--].loading .card__heading,.upselling__content [class^=item--].loading .card-information,.upselling__content [class^=item--].loading .card__inner{opacity:0}.drawer__footer:has(.promotion-articles){height:auto}.promotion-articles{width:100%;margin-bottom:2rem}.promotion-articles .promotion-articles_header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%}.promotion-articles .promotion-articles_header .promotion_progress-bar_description,.promotion-articles .promotion-articles_heading{display:flex;align-items:center;gap:5px}.promotion-articles .promotion-articles_heading h4{margin:0;color:#205a4e}.promotion-articles .promotion-articles_heading .promotion-articles_count{background-color:#94c37f;border-radius:66%;color:#fff;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-left:5px}.promotion-articles .promotion-articles_heading .promotion-articles_count p{font-size:10px}.promotion-articles .promotion-articles_header .promotion_progress-bar_wrapper{display:flex;align-items:center;gap:1rem}.promotion-articles .promotion-articles_header .promotion_progress-bar_description{flex-wrap:nowrap}.promotion-articles .promotion-articles_header .promotion_progress-bar_description>p{font-weight:600;margin:0;font-size:12px;width:fit-content;text-wrap:nowrap}.promotion-articles .cart-drawer__sp-group .promotion_progress-bar,.promotion-articles .promotion-articles_header .promotion_progress-bar{max-width:170px;width:170px;background-color:#ebf5eb;height:7px;border-radius:5px;position:relative}.promotion-articles .cart-drawer__sp-group .promotion_progress-bar .promotion_progress-bar_width{display:block}.promotion-articles .cart-drawer__sp-group .promotion_progress-bar .promotion_progress-bar_width,.promotion-articles .promotion-articles_header .promotion_progress-bar .promotion_progress-bar_width{max-width:170px;width:0;position:absolute;top:0;bottom:0;left:0;background-color:#94c37f;border-radius:5px;transition:width 2s ease}@media screen and (max-width: 630px){.promotion-articles .promotion-articles_header{flex-direction:column;justify-content:start;align-items:start}.promotion-articles .cart-drawer__sp-group .promotion_progress-bar_wrapper,.promotion-articles .promotion-articles_header .promotion_progress-bar_wrapper{width:100%;justify-content:start}.promotion-articles .cart-drawer__sp-group .promotion_progress-bar,.promotion-articles .promotion-articles_header .promotion_progress-bar{width:50%}}.promotion-articles .promotion-articles_content .cart-item{border-bottom:1px solid #d0d0d0}@media screen and (min-width: 990px){.cart-drawer-in-collection-wrapper .promotion_progress-bar,.cart-drawer-in-collection-wrapper .promotion-articles .promotion-articles_header .promotion_progress-bar_wrapper{width:100%}}.progress-bar__delivery-icon{position:absolute;top:-7px;right:var(--offsetX);width:38px;height:24px;border-radius:30px;border:1px solid #fab932;background:#fab932;color:#fff;display:flex;align-items:center;justify-content:center}.progress-bar__gift-icon{display:block;position:absolute;top:-7px;right:0;z-index:1;width:38px;height:24px}.progress-bar__gift-icon svg{width:100%;height:100%}.accordion summary.cart-drawer__sp-summary{display:block}.cart-drawer__sp-group{display:flex;align-items:center;justify-content:space-between;column-gap:10px}.cart-drawer__sp-boxes{flex-grow:1;width:100%}.cart-drawer__sp-group .promotion_progress-bar_wrapper,.cart-item__progress-bar{flex-shrink:0;width:clamp(100px,35%,150px)!important}.cart-drawer__sp-group .promotion_progress-bar_wrapper .promotion_progress-bar{width:100%!important}cart-drawer-items .drawer__cart-items-wrapper .cart-drawer__sp-heading{margin-top:0;margin-bottom:2px;color:#1f5a4d;font-size:14px;line-height:1.71}.cart-drawer__sp-boxes{display:flex;align-items:center;column-gap:6px}.cart-drawer__sp-boxes-info{margin-top:0;margin-bottom:0;color:#000;font-size:12px}.cart-drawer__sp-controls{display:flex;column-gap:8px;justify-content:flex-end}.cart-drawer__sp-price{font-size:12px;color:#000;line-height:1.71;margin-top:0;margin-bottom:8px}details[open]>summary .icon-circle-caret{transform:rotate(180deg)}cart-drawer-items .drawer__cart-items-wrapper .cart-drawer__bp-accordion{padding-right:7px;width:100%;align-items:flex-start}.tab__content .promotion-articles{margin-bottom:0}.cart-item__quantity-wrapper.quantity-in-accordion{margin-left:auto}.promo__title-and-price{display:flex;flex-direction:column;align-items:flex-start}.promotion-articles_content cart-drawer-items details.cart-item:last-of-type{border-bottom:none}cart-drawer-items.main-cart-drawer-items .category__header{width:100%}cart-drawer-items.main-cart-drawer-items .accordion summary{padding-right:13px}cart-drawer-items.main-cart-drawer-items .quantity-in-accordion{margin-right:5px}cart-drawer-items.main-cart-drawer-items .icon-circle-caret{flex-shrink:0}@media screen and (min-width: 991px){cart-drawer-items.main-cart-drawer-items .accordion summary{padding-right:5px}cart-drawer-items.main-cart-drawer-items .quantity-in-accordion{margin-right:3px}.ready-boxes-summary{column-gap:8px}}.main-cart-drawer-items .tab__content.active .accordion:first-of-type{border-top:solid 1px #3232323a}.pb-wrapper .discount_title{display:flex;justify-content:center;column-gap:4px}cart-drawer-items.main-cart-drawer-items{margin-bottom:25px}.drawer__footer .cart-drawer__calculations{width:100%}.drawer__footer .cart-drawer__calculations tbody{padding:0;height:auto;max-height:unset;display:table}.drawer__footer .cart-drawer__calculations-label{display:flex;align-items:center;column-gap:10px}.drawer__footer .cart-drawer__calculations-label .icon-car{margin-right:5px}.drawer__footer .cart-drawer__calculations-value{text-align:end}.drawer__footer .cart-drawer__calculations-value .free-shipping{color:#1f5a4d}.drawer__footer .cart-drawer__calculations-value .free-shipping span:first-child{text-decoration:line-through}.drawer__footer .cart-drawer__calculations-value .free-shipping span:last-child{font-weight:600}.drawer__footer .cart-drawer__calculations-total{font-weight:600}.cart-drawer__tooltip-wrapper{position:relative;display:inline-flex;align-items:center}.cart-drawer__tooltip-icon{margin-left:-8px;background:none;border:none;font-weight:700;font-size:1rem;cursor:pointer;color:#333}.cart-drawer__tooltip-icon svg{width:18px;height:18px}.cart-drawer__tooltip-content{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;background:#333;color:#fff;padding:8px 10px;border-radius:4px;font-size:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease;pointer-events:none;z-index:10;min-width:200px;max-width:350px;line-height:1.4}.cart-drawer__tooltip-wrapper:hover .cart-drawer__tooltip-content,.cart-drawer__tooltip-icon:focus+.cart-drawer__tooltip-content{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer__tooltip-arrow{position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #333}.cart-drawer__tooltip-wrapper .cart-drawer__tooltip-arrow{display:block}@media screen and (max-width: 990px){cart-drawer:not(.active) .cart-drawer__mobile-close,cart-drawer.active .totals__subtotal-value{display:none}.cart-drawer-wrapper.empty cart-drawer.active .cart-drawer__mobile-close{background-color:transparent;margin-left:auto;display:block;border:none}.cart-drawer-wrapper.empty cart-drawer.active .cart-drawer__mobile-close svg{color:#000}}@media screen and (min-width: 991px){.totals__subtotal-value,.cart-drawer-wrapper.empty .cart-drawer__mobile-close{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-cart-drawer.css.map */
