.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.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}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1.5rem 0 1rem;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 749px){.drawer__header{padding:.75rem 0 .25rem}}.drawer__heading{margin:.4rem 0 .5rem;text-transform:uppercase;font-size:1.5rem}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:.6rem;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:2.4rem;width:2.4rem}@media screen and (max-width: 749px){.drawer__close{top:-.1rem}}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{padding:1.5rem 0}cart-drawer-items.is-empty+.drawer__footer{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}@media screen and (max-width: 749px){.drawer__footer{padding:.25rem 0 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}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height: 700px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:.5rem;margin-bottom:0}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3;overflow:hidden}.cart-item__media{background:#e4e0d7;border-radius:4px;display:flex;align-items:center;justify-content:center}.cart-drawer .cart-item__image{max-width:100%;margin:0 auto}.cart-drawer .cart-items thead{margin-bottom:.5rem;display:none}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td.cart-item__details,.cart-drawer .cart-items td.cart-item__totals{padding-top:1.8rem}.cart-drawer .cart-items td.cart-item__quantity{margin-top:0;margin-bottom:-1rem}@media screen and (max-width: 749px){.cart-drawer .cart-items td.cart-item__quantity{margin-top:-.5rem;margin-bottom:-1rem}}.cart-drawer .cart-items td.cart-item__media{margin-top:1rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{position:relative;z-index:2;width:100%;grid-column:2 / 4}.cart-drawer .cart-item__old-price.small{font-size:1.4rem;margin-bottom:3px}.cart-drawer .cart-item__old-price.price{font-size:1.4rem;margin-bottom:5px}.cart-drawer .cart-item__totals{max-width:80px;margin:4px 0 0 auto;pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-item__totals .price-per{font-size:1.05rem;text-transform:uppercase;white-space:nowrap;margin-top:8px;color:#fff;background:#499e5f;padding:3px 12px 4px;border-radius:25px}@media screen and (max-width: 749px){.cart-drawer .cart-item__name{font-size:1.4rem;max-width:100%}.cart-drawer .cart-item__totals{font-size:1.2rem;position:relative}}@media screen and (max-width: 520px){.cart-drawer .cart-item__name{font-size:1.25rem;letter-spacing:0;line-height:1.5rem}.cart-items .cart-item__price-wrapper .price{font-size:1.45rem;margin-top:-.2rem}.cart-items .cart-item__price-wrapper .cart-item__old-price.price.price--end{font-size:1rem}.cart-drawer .quantity__input{padding:0}.cart-drawer .quantity{width:calc(12rem / var(--font-body-scale) + var(--inputs-border-width)* 2)}}@media screen and (max-width: 359px){.cart-item__totals .price-per{display:none}}.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 .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .totals p.totals__total{font-size:1.4rem}.cart-drawer .totals p.totals__total-value{font-weight:700}.cart-drawer .totals p.totals__total-value.highlight{color:#499e5f;font-size:1.8rem}.totals__total em{display:inline;font-style:normal}.totals__total span{display:block;width:100%;padding-top:5px;font-size:1.1rem;text-transform:uppercase}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{display:none;margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .tax-note.caption-large{font-size:1rem}.cart-drawer .product-option dd{word-break:break-word}.cart-item__details p.product-option{display:inline-block;border:1px solid rgba(0,0,0,.1);background:#d8e0e5;color:#1d1d1f;margin:4px 0;padding:4.5px 8px 4px 10px;border-radius:25px;font-size:.95rem;letter-spacing:0;text-transform:uppercase;white-space:nowrap}.cart-item__details p.product-option:empty{background:none!important;border:none!important;font-size:0!important;line-height:0!important}.product-option.Pre-Order{font-size:0!important;line-height:1.5rem!important}.product-option.Pre-Order dd{display:none}.cart-item__details p.product-option:empty,.product-option.Pre-Order:after{position:absolute;content:"Ships March 8th";display:inline-block;color:#1d1d1f;margin:0 0 -2px 92px;padding:8px 0 0;font-size:1rem;letter-spacing:0;text-transform:uppercase;white-space:nowrap}@media screen and (max-width: 749px){.cart-drawer .product-option{white-space:nowrap}}@media screen and (max-width: 549px){.cart-drawer .product-option{font-size:1.1rem;line-height:1.5rem}}@media screen and (max-width: 349px){.cart-drawer .product-option{white-space:normal}.cart-item__details p.product-option:empty,.product-option.Pre-Order:after{display:none}}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart__ctas{margin:2.5rem 0 1.5rem;padding:0}.cart-drawer .cart__checkout-button{max-width:none}.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{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 .quantity{min-height:calc((var(--inputs-border-width) * 2) + 2.5rem)}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);right:0}.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-drawer__upsell{position:relative;display:block;margin:0 0 40px;padding:0;z-index:3}.upsell-small-wrapper{margin-bottom:1.3em}.cart-drawer__upsell.upsell-small{margin:0 0 3px}.cart-drawer__upsell-top{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;position:relative;z-index:-1;margin:0;padding:0 0 8px}@media screen and (max-width: 749px){.cart-drawer__upsell{margin:0 0 20px}.cart-drawer__upsell-top{height:0;padding:0;z-index:2}.cart-drawer__upsell-top .guarantee{-webkit-box-shadow:0 0 35px 25px rgba(0,0,0,.1);box-shadow:0 0 35px 25px #0000001a}.cart-items tbody tr:last-of-type{padding-bottom:10px}}.cart-drawer__upsell-wrapper{background:#d8e0e5;border:1px solid rgba(0,0,0,.1);border-radius:8px;margin:0 0 13px;padding:1rem 1.5rem .25em 1rem;display:flex;align-items:center;justify-content:center}.upsell-small .cart-drawer__upsell-wrapper{margin:0;padding:.25rem 1rem 0 .25rem}.cart-drawer__upsell-left{width:30%;margin-right:3%;min-height:100%;align-items:flex-start}.upsell-small .cart-drawer__upsell-left{width:18%;margin-right:3%;min-height:auto;height:auto;margin-bottom:-.5rem}@media screen and (max-width: 749px){.upsell-small .cart-drawer__upsell-left{width:22%;margin-right:4%}}.cart-drawer__upsell-left img{background:#d8e0e5;width:100%;max-width:100%;min-height:100%;border:1px solid rgba(0,0,0,.1);border-radius:10px}.upsell-small .cart-drawer__upsell-left img{border-radius:6px}.cart-drawer__upsell-right{width:67%;margin:0;padding:0}.upsell-small .cart-drawer__upsell-right{width:81%;height:auto}@media screen and (max-width: 749px){.upsell-small .cart-drawer__upsell-right{width:74%}}.cart-drawer__upsell-right h3{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:700;font-size:1.5rem;margin:-7px 0 0;padding:0}.cart-drawer__upsell-right h3 span{text-transform:uppercase;font-weight:700;color:#3782d3;display:block}.cart-drawer__upsell-right p{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.2rem;text-transform:uppercase;margin:4px 0 6px;padding:0}.upsell-small .cart-drawer__upsell-right p{text-transform:none;font-weight:700;font-size:1.2rem;letter-spacing:0;margin:0 5rem -.5rem 0;padding:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.upsell-small .cart-drawer__upsell-right span{font-weight:500;font-size:1.2rem;margin:-1.5rem 0 0;padding:0}.cart-drawer__upsell-right p span{color:#1d1d1f;border:2px solid #1d1d1f;border-radius:50px;padding:2px 10px;text-transform:uppercase;font-weight:700}.cart-drawer__upsell-right a{display:inline-block;border-radius:50px;margin:0;padding:.4rem 2.5rem .5rem;text-transform:uppercase;font-weight:700;font-size:1.2rem;text-decoration:none;text-align:center;color:#fff;background:#3782d3}.upsell-small .cart-drawer__upsell-right a{position:absolute;border-radius:8px;height:100%;right:0;top:0;bottom:auto;padding:.3rem 1.2rem .4rem;display:flex;align-items:center;justify-content:center}.cart-drawer__highlights{background:#3782d3;border-radius:15px;margin:0 0 2rem;padding:1.4rem 1.5rem 1.5rem 1rem}.cart-drawer__highlight{position:relative;display:flex;align-items:center;justify-content:center}.cart-drawer__highlight h3{max-width:200px;color:#fff;font-size:1.5rem;font-family:var(--font-body-family);line-height:2rem;letter-spacing:.01rem}@media screen and (min-width: 749px){.cart-drawer__highlight h3{margin:20px auto 20px 10px}}.guarantee,.guarantee-cover{display:block;position:relative;margin:0 24px 0 0;width:110px;max-width:110px;text-align:center;z-index:2}.guarantee{background:#3782d3;border-radius:50%;display:block}.cart-drawer__upsell-top .guarantee{background:Transparent}.guarantee img,.guarantee-cover img{position:absolute;top:-55px;left:0;right:0;width:110px;max-width:110px;margin:0 auto;-webkit-filter:drop-shadow(0 0 10px rgba(0,0,0,.6));filter:drop-shadow(0 0 10px rgba(0,0,0,.6));-webkit-animation:rotating 20s linear infinite;-moz-animation:rotating 20s linear infinite;-ms-animation:rotating 20s linear infinite;-o-animation:rotating 20s linear infinite;animation:rotating 20s linear infinite}.cart-drawer__upsell-top .guarantee img,.cart-drawer__upsell-top .guarantee-cover img{-webkit-filter:none;filter:none;top:-65px;width:130px;max-width:130px;-webkit-animation:rotating 11s reverse linear infinite;-moz-animation:rotating 11s reverse linear infinite;-ms-animation:rotating 11s reverse linear infinite;-o-animation:rotating 11s reverse linear infinite;animation:rotating 11s reverse linear infinite}.guarantee img{background:#499e5f;border-radius:50%;display:block;padding:5px}.cart-drawer__upsell-top .guarantee img{background:transparent}.guarantee-cover img{padding:5px;-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;-webkit-filter:drop-shadow(0 0 6px rgba(0,0,0,.75));filter:drop-shadow(0 0 6px rgba(0,0,0,.75))}.cart-drawer__upsell-top .guarantee-cover img{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@media screen and (max-width: 749px){.guarantee img,.guarantee-cover img{position:absolute;top:-50px;width:100px;max-width:100px}.guarantee,.guarantee-cover{margin:0 13px 0 0}.cart-drawer__highlights{margin:0 0 2rem;padding:1rem 1.5rem 1.1rem .5rem}.cart-drawer__highlight h3{max-width:175px;font-size:1.3rem;padding:6px 0}.guarantee-cover img{-webkit-filter:drop-shadow(0 0 8px rgba(0,0,0,.8));filter:drop-shadow(0 0 8px rgba(0,0,0,.8))}}.progress-bar{height:12px;background:#ffffff4d;border-radius:50px;position:relative;overflow:hidden}.progress-bar__fill{background:#fff;border-radius:25px;position:absolute;height:100%;left:0;top:0}.cart-progresssuccess .progress-bar__fill{background:#ffffff4d}.cart-motivator{padding:14px 15px 17px 14px;text-align:left;background:#1d1d1f;border-radius:8px;@include media-query($small){padding: 5px 10px 15px 10px;}}.form-message+.cart-motivator{padding-top:0}.cart-progresssuccess .cart-motivator{background:#489e5f}@media screen and (max-height: 500px){.cart-motivator{display:none}}.cart-motivator__text{color:#fff;margin:0 0 8px;display:block;text-transform:uppercase;font-size:1.15rem;line-height:1.5rem;letter-spacing:.02rem;opacity:.85;font-weight:400}.cart-motivator__text.success{font-weight:600}@keyframes congrats{0%{filter:blur(1.5rem);opacity:0}40%{filter:blur(0);opacity:1}75%{filter:blur(0);opacity:1}to{filter:blur(1.5rem);opacity:0}}.cart-motivator__congrats{animation-name:congrats;animation-duration:1.5s;animation-direction:forwards;-webkit-animation-name:congrats;-webkit-animation-duration:1.5s;-webkit-animation-direction:forwards;width:calc(100% - 70px);position:absolute;top:5.75rem;opacity:0;z-index:2;text-align:center}.cart-motivator__congrats span{position:relative;display:inline-block;font-size:3rem;line-height:1rem;width:auto;background:#f1f1f1;border-radius:50px;margin:0 auto;padding:1.5rem 1.4rem 1.6rem 1.2rem;filter:drop-shadow(0 0 60px rgba(0,0,0,.8))}.shipping-free-two{display:flex}.drawer__footer [data-essential-upsell-element=header] [data-essential-upsell-element=title]{letter-spacing:0;text-transform:uppercase!important}.drawer__footer [data-essential-upsell-element=products]{gap:5px!important}.drawer__footer [data-essential-upsell-element=product]{position:relative!important}@media only screen and (max-width: 366px){.drawer__footer [data-essential-upsell-element=product]{max-heght:80px!important;height:80px!important}}.drawer__footer [data-essential-upsell-element=button-container]{position:absolute!important;top:0;right:0;height:100%!important;margin-top:0!important}.drawer__footer [data-essential-upsell-element=add-to-cart-button]{color:#fff!important;height:100%!important;text-transform:uppercase!important;font-weight:700!important;padding:4px 12px!important}.drawer__footer [data-essential-upsell-element=add-to-cart-button] [data-essential-upsell-element=icon],.drawer__footer [data-essential-upsell-element=variant-select]{display:none!important}.drawer__footer [data-essential-upsell-element=products] [data-essential-upsell-element=image-container]{width:75px!important;height:75px!important;margin:3px!important}@media only screen and (max-width: 400px){.drawer__footer [data-essential-upsell-element=products] [data-essential-upsell-element=image-container]{width:65px!important;height:65px!important}}.drawer__footer [data-essential-upsell-element=image]{border:1px solid #c2c9ce!important;border-radius:6px!important}.drawer__footer [data-essential-upsell-element=content]{color:rgba(var(--color-foreground),.75)!important;margin-top:2px!important;margin-right:60px!important}.drawer__footer [data-essential-upsell-element=content] [data-essential-upsell-element=title]{color:rgba(var(--color-foreground),.75)!important;font-size:1.2rem!important;font-weight:700!important;line-height:3rem!important;letter-spacing:0!important;min-width:75%!important;margin-top:-10px!important;padding:0!important}@media only screen and (min-width: 750px){.drawer__footer [data-essential-upsell-element=content] [data-essential-upsell-element=title]{font-size:1.2rem!important}}.drawer__footer [data-essential-upsell-element=price]{color:rgba(var(--color-foreground),.75)!important;margin-top:-5px!important;font-size:1.2rem!important}.drawer__footer [data-essential-upsell-element=price] [data-essential-upsell-element=regular-price]{font-size:1.2rem!important;margin-top:0!important}.product-option.Preorder{display:none}.cart-donation{margin:0;padding:0}.cart-donation-wrapper{background:#ffffff80;border:1px solid #c2c9ce;border-radius:6px;display:flex;align-items:center;justify-content:center;margin:0;padding:14px}.cart-donation img{width:20px;height:auto;top:10px;margin:8px 0 0;padding:0}.cart-donation p{text-transform:uppercase;font-size:1.1rem;line-height:1.5rem;margin:0 0 0 1rem;padding:0}.cart-donation-wrapper p:after{display:inline-block;width:21px;position:relative;content:url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 133.2" style="enable-background:new 0 0 216 133.2;" xml:space="preserve"><path style="fill:%23D52B1E;" d="M45.8,133.2H0V0h45.8V133.2z"/><path style="fill:%23D52B1E;" d="M216,133.2h-45.8V0H216V133.2z"/><path style="fill:%23FFFFFF;" d="M45.8,0h124.4v133.2H45.8V0z"/><path style="fill:%23D52B1E;" d="M110.3,122.5l-1.2-23.9c-0.1-1.5,1-2.7,2.3-2.8c0.2,0,0.4,0,0.5,0l22.3,4.2l-3-8.9c-0.2-0.7,0-1.5,0.5-2L156.2,68l-5.5-2.7c-0.8-0.4-1.1-1.3-0.9-2.2l4.8-15.9l-14,3.2c-0.8,0.2-1.6-0.3-1.9-1.1l-2.7-6.9l-11,12.6c-0.6,0.7-1.7,0.8-2.4,0.1c-0.4-0.4-0.6-1-0.5-1.6l5.3-29.2l-8.5,5.2c-0.8,0.5-1.8,0.2-2.3-0.6c0,0,0-0.1-0.1-0.1L108,10.7l-8.6,18.1C99,29.7,98,30,97.1,29.6c0,0-0.1,0-0.1-0.1l-8.5-5.2l5.3,29.2c0.2,1-0.4,1.9-1.3,2.1c-0.6,0.1-1.1-0.1-1.5-0.5L80,42.5l-2.7,6.9c-0.3,0.8-1.1,1.2-1.9,1.1l-14-3.2L66.2,63c0.3,0.9-0.1,1.8-0.9,2.2L59.8,68l24.4,21.1c0.6,0.5,0.8,1.3,0.5,2l-3,8.9l22.3-4.2c1.3-0.2,2.6,0.7,2.8,2.2c0,0.2,0,0.4,0,0.6l-1.2,23.9H110.3z"/></svg>');top:2px;margin:0 0 0 7px}.cart-donation p strong:first-of-type{color:#499e5f}@media only screen and (max-width: 749px){.cart-donation-wrapper{border-radius:5px;padding:6px 10px}.cart-donation p{font-size:1rem;line-height:1.3rem;margin:0 0 0 .8rem;padding:0}}@media only screen and (max-height: 800px) and (min-height: 700px){.shipping-freeshipping-free-two.totals{display:none}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/component-cart-drawer.css.map */
