.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden;pointer-events:none;background:transparent;transition:visibility var(--duration-default) ease}cart-drawer.drawer,.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;display:block;height:100%}.drawer.active{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:block;background:#06161294;opacity:0;transition:opacity .22s ease}.drawer.active .cart-drawer__overlay:empty{display:block}.drawer.active .cart-drawer__overlay{opacity:1}@supports ((-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px))){.drawer.active .cart-drawer__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.drawer__inner{position:relative;z-index:1;width:min(100vw,560px);max-width:100vw;height:100dvh;margin-left:auto;padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-left:1px solid #dfe8e2;border-radius:24px 0 0 24px;box-shadow:-24px 0 70px #00000038;transform:translate(100%);transition:transform .28s ease}.drawer.active .drawer__inner{transform:translate(0)}@media(prefers-reduced-motion:reduce){.cart-drawer__overlay,.drawer__inner,.cart__checkout-button,.cart-drawer .cart-item{transition:none}}@media(max-width:640px){.drawer__inner{width:100vw;border-radius:0;border-left:0}}.drawer__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 18px;background:#fff;border-bottom:1px solid #edf2ee}cart-drawer.is-empty .drawer__header{display:none}.drawer__heading{margin:0;font-family:Fira Sans,sans-serif;font-size:clamp(22px,2vw,26px);font-weight:800;line-height:1.1;letter-spacing:-.02em;text-transform:none;color:#083f35}.drawer__close{position:static;min-height:0;padding:8px 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:999px;background:transparent;color:#0a7c4c;cursor:pointer;box-shadow:none;transition:background .16s ease,border-color .16s ease}.drawer__close:hover,.drawer__close:focus-visible{background:#effaf4;border-color:#cfe9da;outline:none}.cart-close-label{display:block;margin:0;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:700;color:#0a9c55}.drawer__close svg{width:20px;height:20px;flex:0 0 20px}@media(max-width:420px){.drawer__header{padding:18px 16px 14px;gap:10px}.drawer__close{padding:7px 4px 7px 8px;gap:5px}.cart-close-label{display:inline-flex;font-size:12.5px;line-height:1;white-space:nowrap}}@media(max-width:350px){.cart-close-label{display:none}}.cart-main-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfdfb)}.drawer-items-and-recommendations-wrapper{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:18px;padding:18px 24px 22px;scrollbar-width:thin;scrollbar-color:#b7c7bd transparent}.drawer-items-and-recommendations-wrapper::-webkit-scrollbar{width:6px}.drawer-items-and-recommendations-wrapper::-webkit-scrollbar-thumb{background:#b7c7bd;border-radius:999px}cart-drawer-items,.cart-drawer__form,.drawer__contents,.drawer__cart-items-wrapper,.cart-drawer .cart-items,.cart-drawer .cart-items__body{display:block;width:100%;max-width:100%}.cart-drawer__form{margin:0}@media(max-width:420px){.drawer-items-and-recommendations-wrapper{padding:14px 16px 18px}}.free_shipping--bar{flex-shrink:0;margin:18px 24px 0;padding:14px;border:1px solid #d5eadf;border-radius:18px;background:linear-gradient(180deg,#f3fbf6,#fff);box-shadow:0 8px 24px #083f350f}.free-shipping__message{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:12px}.free-shipping__icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#14a65b;color:#fff}.free-shipping__icon svg{width:21px;height:21px;fill:currentColor}.free_shipping--bar h4{margin:0;font-family:Fira Sans,sans-serif;font-size:15px;font-weight:800;line-height:1.25;letter-spacing:-.01em;text-align:left;color:#083f35}.free_shipping--bar p{margin:3px 0 0;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:500;line-height:1.35;color:#587067}.free_shipping_progress_bar{position:relative;display:block!important;width:100%;height:8px;margin-top:12px;overflow:hidden;border-radius:999px;background:#dbe7df}.free_shipping_progress_bar:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--progress);border-radius:inherit;background:linear-gradient(90deg,#0a9c55,#20c977);transition:width .55s ease}@media(max-width:420px){.free_shipping--bar{margin:14px 16px 0}}.cart-drawer .cart-items__body{display:flex;flex-direction:column;gap:12px}.cart-drawer .cart-item{display:grid;grid-template-columns:94px minmax(0,1fr);gap:14px;margin:0;padding:12px;border:1px solid #e3ebe5;border-radius:18px;background:#fff;box-shadow:0 8px 22px #083f350d;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.cart-drawer .cart-item:hover{border-color:#cce3d5;box-shadow:0 12px 28px #083f3514}.cart-drawer .cart-item__media{width:98px;height:98px;padding:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:#fff;border:1px solid #e2ebe5}.cart-drawer .cart-item__image{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;transform:scale(1.08);transform-origin:center}.cart-drawer .cart-item__details{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.item-title-and-price-wrapper{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.cart-item__details .cart-item__name{margin:0;display:block;font-family:Fira Sans,sans-serif;font-size:15px;font-weight:800;line-height:1.28;letter-spacing:-.01em;color:#26312d;text-decoration:none}.cart-item__details .cart-item__name:hover{color:#0b5d3f}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer .price,.cart-drawer .cart-item__price-wrapper .price{font-family:Fira Sans,sans-serif;font-size:15px;font-weight:800;line-height:1.2;color:#0a9c55;white-space:nowrap}.cart-drawer .cart-item__old-price{color:#8a9a92;font-weight:600}.cart-drawer .product-option,.cart-drawer .product-option dd,.cart-drawer .unit-price{margin:4px 0 0;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:700;line-height:1.25;color:#455650}.cart-drawer dl{margin:0}.cart-item__addons{margin-top:8px}.cart-item__addon-heading,.cart-item__addon-item{font-family:Fira Sans,sans-serif;font-size:12px;color:#587067}.cart-item__addon-heading{margin-bottom:4px;font-weight:800}.cart-item__addon-list{margin:0;padding-left:18px}.cart-item__quantity-wrapper{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.cart-item__quantity-wrapper .quantity{width:132px;min-height:42px;height:42px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;overflow:hidden;border:1px solid #dfe8e2;border-radius:12px;background:#fff;box-shadow:none}.cart-item__quantity-wrapper .quantity:before,.cart-item__quantity-wrapper .quantity:after{display:none}.cart-item__quantity-wrapper .quantity__button{width:38px;height:40px;min-height:0;padding:0;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:#121212}.cart-item__quantity-wrapper .quantity__button:hover{background:#f3f7f4}.cart-item__quantity-wrapper .quantity__button svg{width:16px;height:16px}.cart-item__quantity-wrapper .quantity__input{min-width:0;height:40px;padding:0;border:0;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:800;text-align:center;color:#121212;background:transparent;box-shadow:none}.cart-drawer cart-remove-button{margin:0}.cart-drawer cart-remove-button .button{width:42px;height:42px;min-width:0;min-height:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(19,138,79,.22);border-radius:999px;background:#f7fbf8;color:#0b6f45;box-shadow:none}.cart-drawer cart-remove-button .button:hover,.cart-drawer cart-remove-button .button:focus-visible{background:#eefaf3;border-color:#138a4f59;color:#064f36;outline:none}.cart-drawer cart-remove-button svg{width:18px;height:18px}.cart-drawer cart-remove-button svg path{fill:#0b6f45!important}.cart-drawer .loading-overlay{right:0;padding-top:0}@media(max-width:420px){.cart-drawer .cart-item{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:10px;border-radius:16px}.cart-drawer .cart-item__media{width:82px;height:82px}.item-title-and-price-wrapper{grid-template-columns:1fr;gap:6px}.cart-drawer .cart-item__totals{justify-content:flex-start}.cart-item__quantity-wrapper .quantity{width:118px}}#cart_drawer_recommendations{width:100%;padding:4px 0 0}.drawer-rec-title{margin:0 0 12px;font-family:Fira Sans,sans-serif;font-size:15px;font-weight:800;line-height:1.25;color:#083f35}.cart-drawer-recommendations{width:100%;overflow:hidden}.drawer-recommendation-card{min-height:104px;display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:10px;border:1px solid #e3ebe5;border-radius:16px;background:#fff;box-shadow:0 8px 22px #083f350d}.drawer-rec-image{width:78px;height:78px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e7ece8;border-radius:12px;background:#f2f5f3}.cart-drawer-recommendations img{display:block;width:100%;height:100%;object-fit:contain}.drawer-recommendation-info{min-width:0;padding:0;border:0;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.drawer-recommendation-title,.drawer-rec-price{margin:0;font-family:Fira Sans,sans-serif;font-size:13px;line-height:1.25;color:#26312d}.drawer-recommendation-title{font-weight:800}.drawer-rec-price{font-weight:800;color:#0a9c55}.drawer-rec-product-form .product-form__buttons{margin:0}.drawer-rec-product-form .product-form__submit{width:auto;min-width:0;min-height:0;margin:0;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #0b5d3f;border-radius:999px;background:#fff;color:#0b5d3f;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:800;line-height:1;text-transform:none;box-shadow:none}.drawer-rec-product-form .product-form__submit:hover{background:#effaf4}.drawer-rec-product-form .product-form__submit:before,.drawer-rec-product-form .product-form__submit:after{display:none}.drawer__footer{flex-shrink:0;padding:18px 24px 20px;background:#fff;border-top:1px solid #e4ece7;box-shadow:0 -14px 34px #083f3514}cart-drawer-items.is-empty+.drawer__footer{display:none}.cart-drawer__footer{padding:14px;border:1px solid #e0e9e3;border-radius:18px;background:#f8fbf9}.cart-drawer__summary-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.cart-drawer__summary-heading span{font-family:Fira Sans,sans-serif;font-size:16px;font-weight:800;color:#083f35}.cart-drawer__summary-heading small{max-width:165px;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:500;line-height:1.25;text-align:right;color:#667a72}.cart-drawer .totals{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer__footer .totals__subtotal,.cart-drawer__footer .totals__subtotal-value{margin:0;font-family:Fira Sans,sans-serif;line-height:1.2;letter-spacing:0;color:#121212}.cart-drawer__footer .totals__subtotal{font-size:14px;font-weight:800}.cart-drawer__footer .totals__subtotal-value{font-size:18px;font-weight:900;white-space:nowrap}.cart-drawer__tax-note{display:block;margin-top:10px;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:500;color:#667a72}.cart-drawer .discounts{margin:10px 0 0;padding:0}.drawer__footer .cart__ctas{display:flex;flex-direction:column;gap:0;margin-top:14px}.cart-drawer .cart__checkout-button{width:100%;max-width:none;min-width:0;min-height:0;height:54px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;background:#fc560f;box-shadow:0 12px 24px #fc560f40;color:#fff;font-family:Fira Sans,sans-serif;font-size:17px;font-weight:900;line-height:1;letter-spacing:.02em;text-transform:uppercase;overflow:hidden}.cart-drawer .cart__checkout-button:hover,.cart-drawer .cart__checkout-button:focus-visible{background:#e84d0d;outline:none;transform:translateY(-1px)}.cart-drawer .cart__checkout-button:before,.cart-drawer .cart__checkout-button:after{display:none}.cart-drawer .cart__checkout-button svg{width:22px;height:22px;flex:0 0 22px}.footer__payment{margin-top:12px}.drawer__footer .list-payment{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin:0;padding:0}.drawer__footer .list-payment__item{display:flex;align-items:center;padding:0;overflow:hidden;border-radius:4px}.drawer__footer .list-payment__item svg{display:block;width:36px;max-width:36px;height:auto}.cart-drawer__trust-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.cart-drawer__trust-row span{display:inline-flex;align-items:center;gap:6px;min-width:0;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:800;line-height:1.25;color:#0b5d3f}.cart-drawer__trust-row span:before{content:"\2713";width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e6f7ed;color:#0a9c55;font-size:12px;font-weight:900}@media(max-width:420px){.drawer__footer{padding:14px 16px 16px}.cart-drawer__summary-heading{display:block}.cart-drawer__summary-heading small{display:block;max-width:none;margin-top:3px;text-align:left}.cart-drawer .cart__checkout-button{height:50px;font-size:15px}}.drawer__footer>details{margin:0 0 12px;border:1px solid #e0e9e3;border-radius:14px;background:#fff}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:14px;cursor:pointer}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}cart-drawer.is-empty .drawer__inner{display:block;padding:0}.drawer__inner-empty{height:100%;padding:24px;display:flex;align-items:center;justify-content:center;background:#fff}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}.cart-drawer__empty-content{display:grid;gap:16px;text-align:center}.cart__empty-text{margin:0;font-family:Fira Sans,sans-serif;font-size:24px;font-weight:900;color:#083f35}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.overflow-hidden .needsclick.kl-teaser-RqFGiC.undefined.kl-private-reset-css-Xuajs1,.overflow-hidden div#reamazejs-container,.overflow-hidden .needsclick.kl-private-reset-css-Xuajs1{opacity:0!important;display:none!important}.overflow-hidden,html:has(body.overflow-hidden){overflow:hidden!important}@media(max-width:640px){.drawer__inner{height:100svh;max-height:100svh;display:block;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@supports not (height: 100svh){.drawer__inner{height:100vh;max-height:100vh}}.cart-main-content{display:block;min-height:0;overflow:visible}.drawer-items-and-recommendations-wrapper{display:block;min-height:0;overflow:visible;padding-bottom:16px}.free_shipping--bar{position:relative;margin-bottom:14px}.drawer__footer{position:static;padding-bottom:max(18px,env(safe-area-inset-bottom));box-shadow:0 -8px 24px #083f350f}}@media(max-width:420px){.free-shipping__message{grid-template-columns:32px 1fr;gap:10px}.free-shipping__icon{width:32px;height:32px}.free-shipping__icon svg{width:18px;height:18px}.free_shipping--bar h4{font-size:14px}.free_shipping--bar p{font-size:11.5px}}cart-drawer .drawer__inner{display:flex!important;flex-direction:column!important;height:100dvh;max-height:100dvh;overflow:hidden!important}cart-drawer .cart-main-content{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}cart-drawer .drawer__header{flex:0 0 auto}cart-drawer .drawer-items-and-recommendations-wrapper{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:22px}cart-drawer .free_shipping--bar{flex-shrink:0;margin:0 0 14px}cart-drawer .cart-drawer__scroll-summary{margin-top:18px}cart-drawer .cart-drawer__scroll-summary .footer__payment{margin-top:14px}cart-drawer .cart-drawer__scroll-summary .list-payment{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin:0;padding:0}cart-drawer .cart-drawer__scroll-summary .list-payment__item{display:flex;align-items:center;padding:0;overflow:hidden;border-radius:4px}cart-drawer .cart-drawer__scroll-summary .list-payment__item svg{display:block;width:36px;max-width:36px;height:auto}cart-drawer .cart-drawer__scroll-summary .cart-drawer__trust-row{margin-top:12px}cart-drawer .cart-drawer__scroll-ctas{display:block;margin:12px 0 0}cart-drawer .cart-drawer__scroll-ctas:empty{display:none}cart-drawer .drawer__footer--checkout-only{flex:0 0 auto;padding:14px 24px max(16px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e4ece7;box-shadow:0 -12px 32px #083f351f}cart-drawer .drawer__footer--checkout-only .cart-drawer__checkout-ctas{margin-top:0}cart-drawer .drawer__footer--checkout-only .cart__checkout-button{height:56px}cart-drawer .cart-drawer__note-details{margin:0 0 12px;border:1px solid #e0e9e3;border-radius:14px;background:#fff}@media(max-width:640px){cart-drawer .drawer__inner{height:100svh;max-height:100svh}@supports not (height: 100svh){cart-drawer .drawer__inner{height:100vh;max-height:100vh}}cart-drawer .drawer-items-and-recommendations-wrapper{padding-bottom:18px}cart-drawer .drawer__footer--checkout-only{padding:12px 16px max(14px,env(safe-area-inset-bottom))}cart-drawer .drawer__footer--checkout-only .cart__checkout-button{height:52px}}@media(max-width:420px){cart-drawer .drawer__footer--checkout-only .cart__checkout-button{height:50px;font-size:15px}}cart-drawer .cart-drawer__shipping-protection-target{display:block;margin:12px 0 14px}cart-drawer .cart-drawer__shipping-protection-target:empty{display:none}cart-drawer .drawer__footer--checkout-only .cart-drawer__checkout-ctas>*:not(.cart__checkout-button){display:none!important}cart-drawer .drawer__footer--checkout-only .cart-drawer__checkout-ctas>.cart__checkout-button{display:inline-flex!important}@media screen and (min-width:750px){cart-drawer .cart-items,cart-drawer .cart-items__body{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;border-spacing:0!important}cart-drawer .cart-item{display:grid!important;grid-template-columns:94px minmax(0,1fr)!important;gap:14px!important;width:100%!important;padding:12px!important}cart-drawer .cart-item__media{grid-column:1!important;grid-row:1!important;width:98px!important;height:98px!important;padding:6px!important}cart-drawer .cart-item__details{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:0!important;display:flex!important;flex-direction:column!important}cart-drawer .item-title-and-price-wrapper{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;width:100%!important}cart-drawer .cart-item__totals,cart-drawer .cart-item__price-wrapper,cart-drawer .cart-item__price-wrapper .price,cart-drawer .cart-item__price-wrapper .price--end{display:block!important;visibility:visible!important;opacity:1!important}cart-drawer .cart-item__totals{justify-self:end!important;text-align:right!important;min-width:max-content!important}cart-drawer .cart-item__price-wrapper .price,cart-drawer .cart-item__price-wrapper .price--end{color:#0b3f33!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important;white-space:nowrap!important}cart-drawer .cart-item__quantity-wrapper{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important}cart-drawer .cart-item__quantity-wrapper cart-remove-button,cart-drawer cart-remove-button,cart-drawer cart-remove-button .button{display:inline-flex!important;visibility:visible!important;opacity:1!important}cart-drawer cart-remove-button{margin-left:auto!important}cart-drawer cart-remove-button .button{width:42px!important;height:42px!important;justify-content:center!important}}cart-drawer .cart-item__price-wrapper .price,cart-drawer .cart-item__price-wrapper .price--end,cart-drawer .cart-item__totals .price,cart-drawer .cart-item__totals .price-item,cart-drawer .cart-item__final-price{color:#0b3f33!important}cart-drawer cart-remove-button .button,.cart-drawer cart-remove-button .button{border-color:#138a4f38!important;background:#f7fbf8!important;color:#0b6f45!important}cart-drawer cart-remove-button .button:hover,cart-drawer cart-remove-button .button:focus-visible,.cart-drawer cart-remove-button .button:hover,.cart-drawer cart-remove-button .button:focus-visible{border-color:#138a4f59!important;background:#eefaf3!important;color:#064f36!important}cart-drawer cart-remove-button svg path,.cart-drawer cart-remove-button svg path{fill:#0b6f45!important}cart-drawer .footer__payment,cart-drawer .list-payment,cart-drawer .cart-drawer__payment-icons,cart-drawer .cart__payment-icons,.cart-drawer .footer__payment,.cart-drawer .list-payment,.cart-drawer__payment-icons,.cart__payment-icons{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/75/assets/component-cart-drawer.css.map */
