.drawer{position:fixed;z-index:1000;left:0;top:0;width:100%;max-width:100vw;height:100%;height:100dvh;display:flex;justify-content:flex-end;background-color:#2f3a2447;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:visibility var(--duration-default) ease,background-color .3s ease;overflow:hidden}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:42rem;max-width:min(42rem,100%);padding:0 1.4rem 1.2rem;border:none;border-right:0;overflow:hidden;overflow-x:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1);--color-foreground: 47, 58, 36;--color-background: 251, 252, 249;--gradient-background: #fbfcf9;--color-button: 47, 58, 36;--color-button-text: 255, 255, 255;--color-link: 47, 58, 36;background:#fbfcf9!important;color:#2f3a24!important;box-shadow:-12px 0 40px #2f3a241f;border-radius:20px 0 0 20px;box-sizing:border-box;min-width:0;flex-shrink:0}.cart-drawer .drawer__inner{color:#2f3a24!important}.cart-drawer .drawer__heading,.cart-drawer .cart-item__name,.cart-drawer .cart-item__name.h3,.cart-drawer .totals__total-value,.cart-drawer .price,.cart-drawer a,.cart-drawer .h2,.cart-drawer .h3,.cart-drawer .h4,.cart-drawer p,.cart-drawer span,.cart-drawer dd,.cart-drawer dt,.cart-drawer strong,.cart-drawer s,.cart-drawer small,.cart-drawer label,.cart-drawer summary,.cart-drawer .shipping-message,.cart-drawer .free_shipping_notice,.cart-drawer .quantity__input,.cart-drawer .quantity__button,.cart-drawer .cart-remove-button{color:#2f3a24!important}.cart-drawer .drawer__count,.cart-drawer .product-option,.cart-drawer .totals__total,.cart-drawer .totals__discount,.cart-drawer .cart-drawer__trust-item,.cart-drawer .cart-drawer__trust-item span,.cart-drawer .cart-drawer__upsell-sub,.cart-drawer .summary__title,.cart-drawer .cart-item__old-price{color:#5b6750!important}.cart-drawer .totals__discount-value{color:#2f3a24!important}.cart-drawer .cart__checkout-button,.cart-drawer .cart__checkout-button *,.cart-drawer .cart-drawer__ticker,.cart-drawer .cart-drawer__ticker *,.cart-drawer .cart-drawer__upsell-btn,.cart-drawer .cart-drawer__upsell-btn *{color:#fff!important}.cart-drawer .cart-item__image{opacity:1!important;visibility:visible!important;display:block!important}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}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}.cart-drawer__empty-content .cart__empty-text{font-size:2rem;color:#2f3a24;margin-bottom:1.2rem}.cart-drawer__empty-content .button{border-radius:12px;min-height:4.6rem;background:#2f3a24;color:#fff!important;border:none}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1.6rem 0 1.2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7ebe3;margin-bottom:.4rem}.drawer__heading-wrap{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;padding-right:4rem}.drawer__heading{margin:0;font-size:1.8rem;font-weight:700;color:#2f3a24;letter-spacing:-.01em}.drawer__count{display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:.2rem .8rem;border-radius:999px;background:#eef3ea;color:#4d5a40;font-size:1.2rem;font-weight:650}.drawer__close{display:inline-flex;align-items:center;justify-content:center;padding:0;min-width:3.6rem;min-height:3.6rem;box-shadow:none;position:absolute;top:1.2rem;right:0;color:#2f3a24;background-color:#eef3ea;border:none;border-radius:999px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.drawer__close:hover{background-color:#e2ead9;transform:scale(1.04)}.cart-drawer__warnings .drawer__close{right:1.2rem;top:1.2rem}.drawer__close .svg-wrapper{height:1.6rem;width:1.6rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:1px solid #e7ebe3;padding:1.2rem 0 .4rem;margin-top:.4rem;background:linear-gradient(180deg,#fbfcf900,#fbfcf9 18%);flex-shrink:0;width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}cart-drawer-items.is-empty+.drawer__footer{display:none}.cart-drawer__ticker{--ticker-bg: #2f3a24;--ticker-color: #fff;display:block;width:100%;max-width:100%;min-width:0;overflow:hidden;margin:0 0 .9rem;border-radius:10px;background:var(--ticker-bg);color:var(--ticker-color);padding:.55rem 0;position:relative;box-sizing:border-box;flex-shrink:0;contain:inline-size}.cart-drawer__ticker-track{display:flex;align-items:center;width:max-content;max-width:none;animation:cart-drawer-ticker 22s linear infinite;will-change:transform;position:relative}.cart-drawer__ticker-group{display:flex;align-items:center;gap:1rem;padding-right:1rem;flex-shrink:0}.cart-drawer__ticker-item{font-size:1.2rem;font-weight:650;letter-spacing:.02em;white-space:nowrap;line-height:1.2}.cart-drawer__ticker-dot{opacity:.55;font-size:1.1rem;line-height:1;flex-shrink:0}@keyframes cart-drawer-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.cart-drawer__ticker-track{animation:none;width:100%}.cart-drawer__ticker-group:last-child{display:none}.cart-drawer__ticker-group{width:100%;justify-content:center;padding-right:0}}.drawer__footer>details.cart-drawer__note{margin-top:0;border:1px solid #e7ebe3;border-radius:12px;background:#fff;overflow:hidden;margin-bottom:.9rem}.drawer__footer>details.cart-drawer__note[open]{padding-bottom:0}.drawer__footer>details.cart-drawer__note summary{display:flex;position:relative;line-height:1.3;padding:1rem 1.1rem;cursor:pointer;list-style:none}.drawer__footer>details.cart-drawer__note summary::-webkit-details-marker{display:none}.drawer__footer>details.cart-drawer__note .summary__title{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.8rem;font-size:1.2rem;font-weight:600;color:#5b6750;letter-spacing:0}.drawer__footer>details.cart-drawer__note .summary__title .svg-wrapper,.drawer__footer>details.cart-drawer__note .summary__title svg{width:1.2rem;height:1.2rem;flex-shrink:0;transition:transform .3s ease}.drawer__footer>details.cart-drawer__note[open] .summary__title .svg-wrapper,.drawer__footer>details.cart-drawer__note[open] .summary__title svg,.drawer__footer>details.cart-drawer__note.is-opening .summary__title .svg-wrapper,.drawer__footer>details.cart-drawer__note.is-opening .summary__title svg{transform:rotate(180deg)}.drawer__footer>details.cart-drawer__note .accordion__content-wrapper{display:block;overflow:hidden}.drawer__footer>details.cart-drawer__note .cart__note,.drawer__footer>details.cart-drawer__note .accordion__content{display:block!important;padding:0 1.1rem 1rem;margin:0!important;top:0!important;position:relative!important;height:auto!important}.drawer__footer>details.cart-drawer__note .cart__note label{display:none!important}.drawer__footer>details.cart-drawer__note .cart__note.field:before,.drawer__footer>details.cart-drawer__note .cart__note.field:after,.drawer__footer>details.cart-drawer__note .field:before,.drawer__footer>details.cart-drawer__note .field:after,.drawer__footer>details.cart-drawer__note .cart__note:before,.drawer__footer>details.cart-drawer__note .cart__note:after{display:none!important;content:none!important;box-shadow:none!important;border:none!important}.drawer__footer>details.cart-drawer__note .cart__note textarea,.drawer__footer>details.cart-drawer__note textarea{display:block;width:100%;min-height:7rem;height:auto!important;margin:0!important;border:none!important;border-radius:10px!important;font-size:1.25rem;line-height:1.45;background:#f3f5f0!important;box-shadow:none!important;outline:none!important;padding:1rem 1.1rem!important;color:#2f3a24;resize:vertical;box-sizing:border-box}.drawer__footer>details.cart-drawer__note .cart__note textarea::placeholder,.drawer__footer>details.cart-drawer__note textarea::placeholder{opacity:.55;color:#7a8570}.drawer__footer>details.cart-drawer__note .cart__note textarea:focus,.drawer__footer>details.cart-drawer__note .cart__note textarea:focus-visible,.drawer__footer>details.cart-drawer__note textarea:focus,.drawer__footer>details.cart-drawer__note textarea:focus-visible{border:none!important;box-shadow:none!important;outline:none!important;background:#eef3ea!important;padding:1rem 1.1rem!important}.drawer__footer>details+.cart-drawer__footer{padding-top:.2rem}.drawer__footer>.cart-drawer__ticker+.cart-drawer__footer{padding-top:.2rem}cart-drawer{position:fixed;top:0;left:0;width:100%;max-width:100vw;height:100%;height:100dvh;overflow:hidden}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-direction:column;flex-wrap:nowrap;max-width:100%;overflow:hidden;min-width:0}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1;width:100%;max-width:100%;overflow:hidden}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%;max-width:100%;overflow:hidden}.cart-drawer thead{display:none}cart-drawer-items{overflow-x:hidden;overflow-y:auto;flex:1 1 auto;min-height:0;padding-right:.2rem;max-width:100%;scrollbar-width:thin;scrollbar-color:rgba(47,58,36,.18) transparent;-webkit-overflow-scrolling:touch}.cart-drawer .cart-item{display:flex!important;align-items:flex-start;gap:1rem;margin:0 0 1rem;position:relative;padding:1rem;background:#fff!important;border:1px solid #e7ebe3;border-radius:14px;box-shadow:0 2px 10px #2f3a2408;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;grid-template:none!important}.cart-drawer .cart-item:last-child{margin-bottom:1.2rem}.cart-drawer .cart-item__media{grid-row:auto;flex-shrink:0;width:7.2rem}.cart-drawer .cart-item__image{max-width:100%;width:7.2rem;height:7.2rem;object-fit:cover;border-radius:10px;background:#f3f5f0}.cart-drawer-item__right{flex:1;min-width:0;max-width:100%;overflow:hidden}.cart-drawer .cart-item__details{width:auto;grid-column:auto;min-width:0}.cart-drawer .cart-item__name{font-size:1.35rem;font-weight:650;color:#2f3a24;line-height:1.35;margin:.15rem 0 .35rem}.cart-drawer .product-option,.cart-drawer .cart-item__final-price,.cart-drawer .cart-item__old-price{font-size:1.25rem;font-weight:550;color:#5b6750}.cart-drawer .cart-item__discounted-prices{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.cart-drawer .cart-item__discounted-prices .cart-item__final-price{font-weight:700;color:#2f3a24;font-size:1.3rem}.cart-drawer .cart-item__discounted-prices .cart-item__old-price{font-size:1.15rem;font-weight:500;opacity:.7}.cart-drawer .cart-item__totals{display:block;margin-top:.85rem}.cart-item .cart-item__quantity{padding-left:0!important}.cart-drawer.cart-drawer .cart-item__price-wrapper{display:none!important}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:auto}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:1.7rem}.cart-drawer .cart-item>td+td{padding-left:1rem}@media screen and (max-width:749px){.drawer{height:100%;height:100dvh}.cart-drawer .cart-item cart-remove-button{margin-left:0}.drawer__inner{width:100%!important;max-width:100%!important;height:100%!important;height:100dvh!important;max-height:100dvh!important;align-self:stretch!important;border-radius:0!important;padding:0 1.2rem calc(.8rem + env(safe-area-inset-bottom,0px))!important;transform:translate(100%)!important;overflow:hidden!important;overflow-x:hidden!important;min-width:0!important}.drawer.active .drawer__inner{transform:translate(0)!important}.drawer__header{padding:1.1rem 0 .85rem;flex-shrink:0}.drawer__heading{font-size:1.55rem;color:#2f3a24!important}.drawer__heading-wrap{padding-right:3.6rem}.cart-drawer .upsell-container{margin:.25rem 0 .8rem!important;padding:.85rem 1rem .95rem!important;gap:.65rem!important}.cart-drawer .shipping-message{font-size:1.2rem!important;line-height:1.35!important}.cart-drawer .progress-bar{height:.55rem!important;min-height:.55rem!important;max-height:.55rem!important}.cart-drawer .cart-item{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:.85rem!important;padding:.85rem!important;margin:0 0 .75rem!important;border-radius:12px!important;background:#fff!important;overflow:visible!important;grid-template:none!important;grid-template-columns:none!important;grid-template-rows:none!important}.cart-drawer .cart-item__media{width:6.4rem!important;min-width:6.4rem!important;max-width:6.4rem!important;flex-shrink:0!important;grid-row:auto!important;grid-column:auto!important}.cart-drawer .cart-item__image{width:6.4rem!important;height:6.4rem!important;max-width:6.4rem!important;object-fit:cover!important;display:block!important;opacity:1!important;visibility:visible!important}.cart-drawer-item__right{flex:1 1 auto!important;min-width:0!important;max-width:100%!important;display:block!important;visibility:visible!important;opacity:1!important}.cart-drawer .cart-item__details{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%!important;grid-column:auto!important;color:#2f3a24!important}.cart-drawer .cart-item__details>*{max-width:100%!important}.cart-drawer .cart-item__name,.cart-drawer .cart-item__name.h3{display:block!important;visibility:visible!important;opacity:1!important;font-size:1.25rem!important;font-weight:650!important;color:#2f3a24!important;line-height:1.35!important;margin:.1rem 0 .35rem!important}.cart-drawer .product-option,.cart-drawer .cart-item__final-price,.cart-drawer .cart-item__old-price{color:#5b6750!important;visibility:visible!important;opacity:1!important}.cart-drawer .vendor-and-remove{display:flex!important;justify-content:space-between!important;align-items:center!important;visibility:visible!important;opacity:1!important}.cart-drawer .cart-item__totals,.cart-drawer .cart-item__quantity{display:block!important;visibility:visible!important;opacity:1!important;grid-column:auto!important;width:100%!important;text-align:left!important}.cart-drawer .quantity__input,.cart-drawer .quantity__button{color:#2f3a24!important;opacity:1!important;visibility:visible!important}.cart-drawer .quantity.cart-quantity,.cart-drawer quantity-input.quantity{width:10.5rem!important;max-width:100%!important}.cart-drawer__upsell{flex-direction:row;align-items:center;text-align:left;gap:.75rem;padding:.8rem .9rem;margin-bottom:.7rem}.cart-drawer__upsell-title{color:#2f3a24!important;font-size:1.2rem}.cart-drawer__upsell-btn{min-width:6.4rem;min-height:3.4rem;flex-shrink:0}.cart-drawer__ticker{margin-bottom:.55rem!important;padding:.55rem .9rem!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important}.cart-drawer__ticker-track{display:block!important;width:100%!important;max-width:100%!important;animation:none!important;transform:none!important;will-change:auto!important}.cart-drawer__ticker-group{display:none!important}.cart-drawer__ticker-group:first-child{display:flex!important;width:100%!important;max-width:100%!important;justify-content:center;padding-right:0!important;gap:0!important}.cart-drawer__ticker-group:first-child .cart-drawer__ticker-item:not(:first-child),.cart-drawer__ticker-group:first-child .cart-drawer__ticker-dot{display:none!important}.cart-drawer__ticker-item{font-size:1.15rem!important;white-space:normal!important;text-align:center;line-height:1.3!important}.cart-drawer__trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;padding:.45rem 0;margin:.15rem 0 .55rem}.cart-drawer__trust-item{font-size:.95rem!important;color:#5b6750!important}.cart-drawer__trust-item span{color:#5b6750!important}.cart-drawer__trust-item svg{width:1.4rem;height:1.4rem;color:#2f3a24!important;stroke:#2f3a24!important}.cart-drawer .totals,.cart-drawer .totals--discount{display:flex!important;justify-content:space-between;align-items:center;width:100%;margin-bottom:.35rem}.cart-drawer .totals__total,.cart-drawer .totals__discount{color:#5b6750!important}.cart-drawer .totals__total-value,.cart-drawer .totals__discount-value{color:#2f3a24!important}.cart-drawer .cart__checkout-button{display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;min-height:4.8rem!important;font-size:1.45rem!important;width:100%!important;color:#fff!important;background:#2f3a24!important}.cart-drawer .cart__ctas{display:block!important;flex-shrink:0}.drawer__footer{flex:0 0 auto!important;flex-shrink:0!important;padding-top:.65rem;padding-bottom:0;margin-top:0;background:#fbfcf9;position:relative;z-index:2}.drawer__footer>details.cart-drawer__note{margin-bottom:.55rem}cart-drawer-items{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}body.overflow-hidden .music-player,body.overflow-hidden .scroll-to-top-btn,.drawer.active~* .music-player,.drawer.active~* .scroll-to-top-btn{opacity:0;pointer-events:none}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between;align-items:center;padding:.2rem 0}.cart-drawer .totals__total{font-size:1.35rem;font-weight:600;color:#5b6750;margin:0}.cart-drawer .totals__total-value{font-size:1.7rem;font-weight:700;color:#2f3a24;margin:0}.cart-drawer .price{line-height:1.2;font-weight:600;color:#2f3a24;font-size:1.3rem}.cart-drawer .tax-note{margin:.8rem 0 0;text-align:left;color:#7a8570}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{width:100%;min-height:5.2rem;border-radius:14px!important;border:none!important;background:#2f3a24!important;color:#fff!important;font-size:1.55rem!important;font-weight:700!important;letter-spacing:.02em;box-shadow:0 8px 20px #2f3a242e!important;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease!important}.cart-drawer .cart__checkout-button *{color:#fff!important}.cart-drawer .cart__checkout-button:after,.cart-drawer .cart__checkout-button:before{display:none!important;content:none!important}.cart-drawer .cart__checkout-button:hover:not([disabled]){background:#3d4a30!important;transform:translateY(-1px);box-shadow:0 12px 26px #2f3a2438!important}.cart-drawer .cart__ctas{margin-top:.8rem}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.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,.drawer__inner::-webkit-scrollbar{width:2px}cart-drawer-items::-webkit-scrollbar-track,.drawer__inner::-webkit-scrollbar-track{background:transparent}cart-drawer-items::-webkit-scrollbar-thumb,.drawer__inner::-webkit-scrollbar-thumb{background-color:#2f3a2429;border-radius:999px}cart-drawer-items::-webkit-scrollbar-thumb:hover,.drawer__inner::-webkit-scrollbar-thumb:hover{background-color:#2f3a2447}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:0;background:transparent}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}@media screen and (min-width:750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.cart-item__quantity quantity-popover .cart-item__quantity-wrapper{min-height:auto}.cart-drawer .quantity-popover-container{max-width:11rem;width:11rem}.cart-drawer quantity-input.quantity,.cart-drawer .quantity.cart-quantity,.quantity-popover-container quantity-input{display:inline-flex!important;align-items:center;justify-content:space-between;width:11rem!important;max-width:100%!important;min-width:0!important;min-height:3.4rem!important;height:3.4rem!important;border-radius:999px!important;background:#f3f5f0!important;border:1px solid #dde3d6!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:none!important;color:#2f3a24}.cart-drawer .quantity.cart-quantity:before,.cart-drawer .quantity.cart-quantity:after,.cart-drawer quantity-input.quantity:before,.cart-drawer quantity-input.quantity:after{display:none!important;content:none!important;box-shadow:none!important}.cart-drawer .quantity__button{width:3.2rem!important;min-width:3.2rem!important;height:100%!important;background:transparent!important;border:none!important;box-shadow:none!important;flex-shrink:0;position:relative;z-index:2}.cart-drawer .quantity__button:before,.cart-drawer .quantity__button:after{display:none!important;content:none!important}.cart-drawer .quantity__input{font-size:1.3rem!important;font-weight:650!important;color:#2f3a24!important;flex:1;min-width:0;width:auto!important;border:none!important;background:transparent!important;box-shadow:none!important;position:relative;z-index:2}.cart-drawer .cart-remove-button{min-width:2.8rem!important;min-height:2.8rem!important;width:2.8rem;height:2.8rem;border-radius:999px!important;background:#f3f5f0!important;display:inline-flex;align-items:center;justify-content:center;padding:0!important;box-shadow:none!important}.cart-drawer .cart-remove-button:after,.cart-drawer .cart-remove-button:before{display:none!important;content:none!important}.cart-drawer .cart-remove-button .svg-wrapper{width:1.3rem;height:1.3rem}.cart-drawer .vendor-and-remove{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.cart-drawer .drawer__count{border-radius:999px;overflow:hidden}.cart-drawer .cart-item__details .discounts li{background:#eef3ea!important;color:#4d5a40!important;border-radius:999px!important;box-shadow:none!important;letter-spacing:0!important;font-size:1.05rem!important;max-width:100%}.cart-drawer .upsell-container{margin:.4rem 0 1.2rem!important;padding:1.2rem 1.2rem 1.3rem!important;gap:1rem;box-sizing:border-box}.cart-drawer .shipping-message{font-size:1.25rem!important;font-weight:600!important;color:#4d5a40;margin:0!important}.cart-drawer .progress-bar{height:.7rem!important;background:#e8eee3!important;border-radius:999px!important;padding:0!important;overflow:hidden;margin-top:0!important}.cart-drawer .progress-bar-done{border-radius:999px!important;box-shadow:none!important;background-image:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-drawer.css.map */
