.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);border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}@media (max-width: 480px){#CartDrawer{width:100%;height:100%}.drawer__inner{width:100%;max-width:100vw;height:100%}}.drawer__inner-empty{padding:0 1.5rem;background-color:rgb(var(--color-background));display:flex;flex-direction:column}.cart-drawer__collection{display:flex;flex-direction:column;gap:1rem}.cart-drawer__collection a{text-decoration:none}.cart-drawer-dossier-impressions,.cart-drawer-dossier-best-sellers{display:flex;align-items:center;gap:2rem;padding:.6rem;background:#f4f6f6;border-radius:2rem}.cart-drawer-dossier-impressions img,.cart-drawer-dossier-best-sellers img{width:6.5rem;height:6.5rem}.cart-drawer-dossier-impressions p,.cart-drawer-dossier-best-sellers p{margin-bottom:0}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:flex;padding:0}.drawer__header.is-empty{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-step{display:flex;background-color:#ebdfcf;border-top-left-radius:2rem;border-top-right-radius:2rem;overflow:hidden}.cart-step--number{display:flex;justify-content:center;align-items:center;padding:.5rem .6rem 0;background-color:#faf6f0;border-top-right-radius:2rem;position:relative}.cart-step--heading{background-color:#ebdfcf;display:flex;align-items:center;width:100%;padding:0 0 0 1.5rem;text-transform:uppercase;border-bottom-left-radius:2rem;position:relative;font-size:1.5rem;letter-spacing:.04rem;margin:0}.cart-step--heading strong{line-height:1.8rem;font-size:2rem}.cart-step--number:before{content:"";display:flex;justify-content:center;align-items:center;width:4.1rem;height:4.1rem;border-radius:4.1rem;background-color:#fff;font-size:3rem;color:#ef776a;font-weight:500}.cart-step--number:after{content:"";position:absolute;bottom:0;right:-2rem;width:2rem;height:2rem;background-color:#faf6f0}.cart-step--discount .cart-step--number,.cart-step--discount .cart-step--number:after{background:#fff}.cart-step--items .cart-step--number:before{content:"1"}.cart-step--discount .cart-step--number:before{content:"2"}.cart-full-width.no-bg td:first-child{position:relative}.cart-full-width td:first-child{font-weight:500}.subtotal-summary .cart__subtotal-small span{color:#212121;font-size:2rem;line-height:2.4rem;font-weight:500}.cart-full-width td{font-size:1.6rem;color:#212121}.cart-table-info tbody{display:flex!important;flex-direction:column;gap:1.5rem}.drawer.active .drawer__inner{transform:translate(0);overflow-y:auto}.drawer__top-bar{position:sticky;top:0;bottom:0;z-index:10;background:#fff}.drawer__header{position:relative;background-color:transparent;padding:0rem 1.6rem;display:grid;grid-template-columns:1fr 14rem 1fr;align-items:center;height:4rem}.drawer__heading{font-size:1.4rem;line-height:1.4rem;display:flex;text-decoration:underline;gap:10px;align-items:center;cursor:pointer;width:fit-content;padding:.8rem 1.2rem .8rem .4rem;background:#fff;border-radius:9999px}.drawer__heading img{width:6px;height:12px;cursor:pointer}.drawer__heading-logo-wrapper{width:100%;background-color:#fff;padding:.5rem 0;border-radius:9999px}.drawer__heading-logo{width:9.6rem;height:2rem;margin:0 auto}.drawer__heading-logo img{height:100%;width:100%;object-fit:contain}.drawer.is-empty .drawer__heading-logo{display:none}.drawer__close{display:inline-block;padding:0;min-width:1rem;min-height:1rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:.9rem;right:2rem;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer;text-decoration:underline}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:1.5rem;width:1.5rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.cart-subtotal{margin:1rem 1.5rem 0;background:transparent;border-radius:2rem;border:2px solid #EF776A;line-height:16px;overflow:hidden}.cart-table-wrapper{padding:1rem 1.2rem 1.6rem}.cart-table-info{width:100%}.cart-full-width{display:flex;justify-content:space-between;align-items:flex-start;width:100%;font-size:1.6rem}.cart-full-width.subtotal-summary{background-color:#f7f5f4;padding:1rem .9rem .2rem;margin:0 -.9rem;width:auto;border-radius:1.5rem}.cart-full-width.no-bg .text-cart-short{position:relative}.cart-full-width.no-bg .text-cart-light{color:#727272;font-size:1.4rem;font-weight:400}.cart-full-width .pink-text{font-size:1.6rem;line-height:1.6rem;color:#ef776a}.cart-full-width p,.cart-full-width span{font-size:1.6rem;line-height:1.6rem;margin-bottom:0}.cart-subtotal tr:last-of-type td{margin-bottom:0}.drawer-discount-message{display:none;align-items:center;gap:.4rem;background-color:#f1e9dd;border-radius:2rem;font-size:1.2rem;line-height:1.2rem;font-weight:400;margin:1.2rem 1.5rem 0;padding:.2rem .8rem .3rem;letter-spacing:.24px}.drawer-sugest{padding-left:1.5rem!important;padding-right:1.5rem!important}.drawer-sugest .product-grid{display:flex;overflow-x:scroll;gap:10px;padding-bottom:10px}.drawer-sugest .previously-viewed-container{overflow-x:auto;padding-bottom:10px;margin-top:0;touch-action:pan-x;gap:.8rem}.drawer-sugest .product-grid::-webkit-scrollbar-thumb,.drawer-sugest .previously-viewed-container::-webkit-scrollbar-thumb{background:linear-gradient(to bottom right,#4d7fff,#1a56ff);border-radius:5px}.drawer-sugest .product-grid::-webkit-scrollbar,.drawer-sugest .previously-viewed-container::-webkit-scrollbar{width:4px;height:4px;border-radius:20px}.drawer-sugest .product-grid::-webkit-scrollbar-thumb,.drawer-sugest .previously-viewed-container::-webkit-scrollbar-thumb{background:#212121;border-radius:20px}.drawer-sugest .product-grid::-webkit-scrollbar-track,.drawer-sugest .previously-viewed-container::-webkit-scrollbar-track{background-color:#ddd;border:1px solid #ccc}.drawer-sugest .product-grid::-webkit-scrollbar-button:hover,.drawer-sugest .previously-viewed-container::-webkit-scrollbar-track{background-color:#999}.drawer-sugest .card__metadata--retail-price,.drawer-sugest .card__metadata--reviews,.drawer-sugest .quick-add--hover{display:none}.drawer-sugest .card-drawer-prev-btn,.drawer-sugest .previously-viewed-container .card__content{display:flex;flex-flow:column;justify-content:space-between}.drawer-sugest-headline{font-family:var(--font-body-family);margin-bottom:0;font-size:1.8rem}.drawer-sugest .grid__item,.drawer-sugest .card-prev{width:140px}.custom-tabs__body.previously-viewed-container .card:not(.ratio){height:auto}.drawer-sugest .card--media .card__inner .card__content{height:140px}.drawer-sugest .card__badge{display:none}.drawer-sugest .card{background:#fffcf6;border-top-left-radius:20px;border-top-right-radius:20px}.drawer-sugest .card__inner{border-radius:20px!important;overflow:hidden}.drawer-sugest .card__heading{max-width:100%;min-height:5.4rem}.drawer-sugest .card__content{grid-template-rows:initial!important}.drawer-sugest .card__information{margin-bottom:0;padding:1rem .8rem}.drawer-sugest .card__metadata{min-height:54px;flex-flow:column}.drawer-sugest .card__metadata .price{position:relative;margin-left:0;font-weight:400;margin-bottom:.2rem;font-size:1.2rem;line-height:1.2rem}.drawer-sugest .card__metadata .price__regular .price-item--regular:after{content:"";position:absolute;left:0;bottom:.6rem!important;z-index:1;width:100%;height:1px;transform:rotate(-7deg)}.drawer-sugest .card-best-btn{padding:0 10px 10px}.drawer-sugest .quick-add__submit{color:#212121;border-color:#212121;font-size:1.1rem;line-height:1.1rem;height:2.5rem;padding:0;width:100%;background:transparent;letter-spacing:0}.drawer-sugest .quick-add__submit:hover,.drawer-sugest .quick-add__submit:focus{border-color:rgba(var(--color-button))}.drawer-sugest .quick-add__submit.cart-full{letter-spacing:0}.drawer-sugest .previously-viewed-container .quick-add__submit{width:calc(100% - 2.4rem);margin:.5rem auto 1rem}@media screen and (max-width:990px){.drawer-sugest .product-grid:not(.blaze-track) .grid__item{width:140px;min-width:140px}.drawer-sugest .card:not(.ratio){flex-direction:column}.drawer-sugest .quick-add__submit.js-back-in-stock{border:1px solid #212121!important;height:2.5rem!important;align-items:center!important;justify-content:center!important}}@media (max-width: 374px){.drawer-sugest .card:not(.card--vertical) .card__content .price .price__container{display:flex;flex-flow:column;align-items:flex-start;gap:0;margin-bottom:.4rem}}.drawer__footer{background-color:rgb(var(--color-background));padding:.7rem 1.6rem;position:sticky;bottom:0;right:0;max-width:100%;width:100%;z-index:10;margin-top:auto}.drawer__footer.empty-items{margin:0;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:space-between}.drawer__footer.empty-items .button{width:100%}.drawer__footer.empty-items p{font-size:1.4rem;margin:.8rem 0 0}cart-drawer-items.is-empty+.drawer__footer,.drawer-offer-subtotal.is-empty,.drawer-sugest.is-empty{display:none}.cart__wrapper .discount-line td:first-child,.drawer-offer-subtotal .discount-line td:first-child{gap:1rem}.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}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap;border-radius:0 0 2rem 2rem;padding:0}.drawer-items-heading{font-family:var(--font-body-family);font-size:1.8rem;margin:1rem 0 0}.cart-drawer__collection{margin:3rem .5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items{padding:1.8rem 1rem 1.6rem;background:#faf6f0;border-radius:0 0 20px 20px}.cart__wrapper tbody,.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;background-color:rgb(var(--color-background))}cart-drawer-items{display:flex;flex-direction:column;padding:0 1.5rem;margin-top:1rem}cart-drawer-items.is-empty{display:none}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:auto}}.cart__wrapper .cart-item,.cart-drawer .cart-item{display:grid;grid-template:repeat(3,auto) / repeat(4,1fr);gap:0;margin-bottom:0;margin:1.6rem 0 0;border-radius:20px;position:relative;overflow:hidden;background-color:#fffcf7}.cart-drawer .cart-item__link{display:flex;justify-content:center;align-items:center;height:100%}.cart-drawer .eg-discount--applied .cart-item__totals .cart-item__new-price{color:#fff;background-color:#ef776a;border-radius:1rem;padding:.1rem .5rem .2rem}.cart__wrapper .cart-item__media,.cart-drawer .cart-item__media{grid-row:1 / 4;background-color:#faf4ed}.cart__wrapper .cart-item__image,.cart-drawer .cart-item__image{max-width:14rem;min-width:11rem;border-radius:2rem 0 0 2rem}.cart__wrapper .cart-item__image{max-width:none}.cart-drawer .cart-items thead{margin-bottom:.5rem}.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:first-child{margin-top:0}.cart-drawer .cart-item .loading-overlay{top:.5rem;right:1rem;padding-top:0}.cart-drawer .cart-item>td+td{padding-left:1rem;background:#fffcf7}.cart__wrapper .cart-item__details,.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4;padding:1rem 0 0}.cart__wrapper .cart-item__details-extra,.cart-drawer .cart-item__details-extra{padding-right:1rem}.cart__wrapper .cart-item__details-extra,.cart-drawer .cart-item__details-extra{padding:1.3rem 0 0 .8rem;grid-row:2 / 3;grid-column:2 / 5}.cart__wrapper .cart-item__details-extra p,.cart-drawer .cart-item__details-extra p{font-size:1.2rem;line-height:1.2rem;margin-bottom:0;color:#727272}.cart__wrapper .cart-item__details-extra p:not(:last-child),.cart-drawer .cart-item__details-extra p:not(:last-child){margin-bottom:.5rem}.cart__wrapper .cart-item__totals,.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end;padding-top:1rem;padding-right:.8rem;grid-column:4 / 4}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0;white-space:nowrap}.cart__wrapper .cart-item__price-wrapper .cart-item__discounted-prices,.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.2rem}.cart-drawer .unit-price{margin-top:.6rem}.cart__wrapper .cart-items .cart-item__quantity,.cart-drawer .cart-items .cart-item__quantity{padding:1.3rem 0 0 .8rem;grid-column:2 / 5}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart__wrapper .price,.cart-drawer .price{line-height:1.4rem;font-size:1.4rem}.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;text-transform:uppercase}.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-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}}.order-summary-container{background:#f4f4f4;border-radius:10px;padding:18px 13px;font-size:14px;margin:10px 20px 20px}.order-summary-container table,tr,td{border:none}table.order-summary-table{width:100%}table.order-summary-table tbody{display:table}.order-summary-table td:nth-child(odd){width:70%}.order-summary-table td:nth-child(2n){width:30%;text-align:right}.buy-more-discount-text,.buy-more-discount-value{color:#01439f}.cart__subtotal-small.discount-text{min-width:max-content}.cart-total-price{margin-left:auto}.is-empty .button{border-radius:100px;margin-left:auto;margin-right:auto}#prevViewedProductWrapper .title{padding:0 20px;margin:5px 0;font-family:Founders Grotesk;font-weight:500;font-size:16px;color:#000}.slider-wrapper{display:flex;padding:0 41px;align-items:center;min-height:300px;position:relative}.slider-container{width:100%;overflow:hidden}.slider{order:2}.cart-sliderbox-wrapper{display:flex}.cart-sliderbox{flex:0 0 50%;padding:10px 12.5px;min-height:340px;width:50%}.cart-sliderbox-image img{width:100%}.cart-sliderbox-details h3{font-family:Founders Grotesk;font-weight:500;font-size:12px;line-height:14px;text-transform:uppercase;display:flex;margin-bottom:5px}.cart-sliderbox-details .price-slider{margin-left:auto}.cart-sliderbox-details .inspired-by{margin:0;display:block;font-size:12px;line-height:14px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-sliderbox-details .inspired-by span{color:#212121}.cart-sliderbox-details .btn-outline-primary{border:1px solid #EF776A;color:#ef776a;z-index:99;position:relative;background:transparent;font-size:14px;border-radius:100px}.cart-sliderbox-details .btn-outline-primary:before{content:"";position:absolute;top:0;bottom:0;right:100%;left:0;background-color:#ef776a!important;z-index:-1;transition:.3s;border-radius:100px}.btn-outline-primary:hover{color:#fff}.cart-sliderbox-details .btn-outline-primary:hover:before{right:0}.carousel-control-prev,.carousel-control-next{background:transparent;border:none;position:absolute;height:80px;width:20px;cursor:pointer;opacity:.6;top:12%}.carousel-control-prev:hover,.carousel-control-next:hover{opacity:1}.carousel-control-prev{left:15px}.carousel-control-next{right:15px}.carousel-control-prev:after{content:"";position:absolute;width:15px;height:15px;border-left:2px solid #212121;border-bottom:2px solid #212121;transform:rotate(44deg);border-width:1px}.carousel-control-next:after{content:"";position:absolute;width:15px;height:15px;border-left:2px solid #212121;border-bottom:2px solid #212121;transform:rotate(230deg);border-width:1px;left:0}.slider-wrapper .slider{overflow:hidden;position:relative}.slider-wrapper .slide{position:relative;display:none;float:left;margin-right:-100%;width:100%;transition:transform .6s,-webkit-transform .6s}.slider-wrapper .active{display:block}.move-left{transform:translate(-100%)}.move-right{transform:translate(100%)}@media screen and (max-width: 426px){.slider-wrapper{padding:0 30px}.btn{padding:11px 10px}.carousel-control-prev{left:10px}}.cart-drawer__progress-bar-container{margin:.95rem 1.65rem 0;background-color:#ebdfcf;border-radius:5rem;padding:.6rem 0;position:relative}.cart-drawer__progress-bar-container .progress-bar .progress{background:#474747}.cart-drawer__progress-bar-container .progress-bar .progress[class^=has]{position:relative}.cart-drawer__progress-bar-container .progress-bar .progress.has-free-shipping-icon:after{content:"";background-image:url(/cdn/shop/files/announcement-bar-free-shipping-icon.png?v=1764304446);background-size:100%;width:3rem;height:1.5rem;position:absolute;top:-.4rem;left:calc(50% - 1.5rem)}.cart-drawer__progress-bar-container .progress-bar__shipping-message{background-color:#000;color:#fff;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;padding:0 .5rem;height:3.6rem;text-align:center}.cart-drawer__progress-bar-container .progress-bar__shipping-message.AB-test-free-shipping{display:none;background-color:unset;align-items:center;justify-content:space-between;text-align:start;color:#000;border-top:1px solid #DCC8AB;width:90%;margin:0 auto;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.cart-drawer__progress-bar-container .progress-bar__shipping-message.AB-test-free-shipping .shipping-message{padding:5px 0 0;display:flex;align-items:center;gap:8px}.cart__empty-hero{margin:4.5rem 0 .8rem;font-size:2rem;line-height:2rem}.drawer-sugest .card__metadata--inspired{white-space:unset}.cart-drawer__progress-bar-container .progress-bar__content-description__test{display:none}.cart-drawer__progress-bar-container .progress-bar__content-description__no-test,.cart-drawer__progress-bar-container .progress-bar__content-description__test{transition:opacity .2s ease-in-out}body.AB-test-free-shipping-price .cart-drawer__progress-bar-container .progress-bar__content-description__no-test{display:none}body.AB-test-free-shipping-price .cart-drawer__progress-bar-container .progress-bar__content-description__test{display:block}body.threshold-2400 .cart-drawer__progress-bar-container .progress-bar__shipping-message.shipping-message-2400,body.threshold-1900 .cart-drawer__progress-bar-container .progress-bar__shipping-message.shipping-message-1900,body.threshold-1700 .cart-drawer__progress-bar-container .progress-bar__shipping-message.shipping-message-1700,body.threshold-1500 .cart-drawer__progress-bar-container .progress-bar__shipping-message.shipping-message-1500{display:flex}.progress-bar__shipping-message--check-icon{display:none}.progress-bar__shipping-message .shipping-message svg circle{opacity:0}.progress-bar__shipping-message .shipping-message svg path[stroke=white]{opacity:0}body.tresholdMet .progress-bar__shipping-message--check-icon{display:block}body.tresholdMet .progress-bar__shipping-message .shipping-message svg circle{opacity:1}body.tresholdMet .progress-bar__shipping-message .shipping-message svg path[stroke=white]{opacity:1}.cart-drawer__progress-bar-container .progress-bar__shipping-message p{width:100%;margin-bottom:.2rem}.cart-drawer__progress-bar-container .progress-bar__container{display:flex;flex-flow:column;gap:.5rem}.cart-drawer__progress-bar-container .progress-bar__row{position:relative;width:100%;margin:0 auto}.cart-drawer__progress-bar-container .progress-bar__row .progress-bar__column{gap:.6rem;position:relative}.cart-drawer__progress-bar-container .progress-bar__row{grid-template-columns:calc(54% - .3rem) calc(46% - .3rem);justify-content:center;padding-right:0}.cart-drawer__progress-bar-container .progress-bar .shipping-text:after{background-image:url(https://cdn.shopify.com/s/files/1/0557/9908/7202/files/free-shipping-icon_v2.svg?v=1715948666)}@media (max-width: 990px){.drawer__footer{padding:.7rem 1.6rem;display:flex;flex-direction:column;gap:.6rem}}.drawer-sugest .card__information{position:relative}.drawer-sugest .card__metadata{min-height:initial}.drawer-sugest .card__heading{min-height:36px}.drawer-sugest .card__metadata .price{position:absolute;bottom:4rem}.drawer-sugest .card__metadata--inspired{padding-bottom:5rem;min-height:98px}.drawer-sugest .card__information .bf-price__discount{margin-right:0}.drawer-sugest .card__information .open-bmsm-popup{right:-2rem;left:initial}.drawer-sugest .card__information .bf-prices{flex-flow:column-reverse;align-items:flex-start}.drawer-sugest .card__information .bf-price__regular{margin:0 .6rem .1rem auto;letter-spacing:0}.drawer-sugest .card__information .bf-price__discount .content .price-amount .small{font-size:1.6rem;line-height:1.6rem}.drawer-sugest .card__information{position:initial}@media (max-width: 990px){.drawer-sugest .card__information .open-bmsm-popup{left:initial;right:-2rem;bottom:initial;margin-top:-.2rem}.drawer-sugest .card__information .bf-price__discount svg{width:105px}}@media (max-width: 480px){.drawer-sugest .card__information .bf-price__discount .content .price-amount{font-size:1.6rem;line-height:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/1038/assets/component-cart-drawer.css.map */
