.drawer{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;display:flex;opacity:0;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:.3s ease}.drawer.active{visibility:visible;opacity:1}.drawer__inner{height:100%;width:550px;max-width:100%;padding:0 1.5rem;border-right:0;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;justify-content:space-between}.drawer__inner-empty{height:100%;padding:3.2rem 4rem;background-color:#fff;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:flex;flex-direction:column-reverse;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__top.hide_recommendation{height:auto;width:100%}cart-drawer.is-empty .drawer__close{top:20px}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;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0 0 1rem}.drawer__close{display:inline-block;padding:0;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:32px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:24px}.drawer__close svg{height:2.4rem;width:2.4rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.12);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}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;cursor:var(--cursor-close-svg-url) 28 28,auto}.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;background-color:rgb(var(--color-background))}cart-drawer-items{overflow:auto;flex:1;height:auto;min-height:calc(100vh - 610px);display:inline-block;width:100%;overflow-y:scroll}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow-y:scroll}}.cart-drawer .cart-item{display:flex;align-items:center;gap:2rem;margin-bottom:0}.cart-drawer .cart-item__image{max-width:100%;border:1px solid #000;max-height:160px;object-fit:cover;border-radius:5px}.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 .loading-overlay{right:5px}.cart-drawer .cart-items td{padding:0}.cart-drawer .cart-item__details{width:auto}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-start}.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}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:10px}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:0;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}.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{padding:16px;--color-background:255 255 255}.cart-drawer .drawer__inner{max-width:0px;transition:.2s cubic-bezier(.4,0,1,1);margin-left:auto;margin-right:0;padding:0;overflow:hidden}.cart-drawer .drawer__inner .drawer__top::-webkit-scrollbar{width:3px}.cart-drawer .drawer__inner .drawer__top::-webkit-scrollbar-track{background:#fff}.cart-drawer .drawer__inner .drawer__top::-webkit-scrollbar-thumb{background:#ddd;border-radius:50px}cart-drawer.anime .cart-drawer .drawer__inner{max-width:100%}.cart-drawer .drawer__inner>*{opacity:0;transition:.2s}cart-drawer.anime-inner-opacity .cart-drawer .drawer__inner>*{opacity:1}.cart-drawer .cart__empty-text{font-size:22px;margin:3rem 0}.cart-drawer .empty-state__icon-wrapper{position:relative;width:fit-content;margin:0 auto}.cart-drawer .empty-state__icon-wrapper svg{width:48px;height:48px;stroke-width:1px}.cart-drawer .empty-state__icon-wrapper .count-bubble{position:absolute;width:28px;height:28px;top:-12px;right:-12px;border-radius:28px;background-color:rgba(var(--color-foreground));color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:600}.cart-drawer .cart-drawer__empty-content .button{padding:20px 40px}.cart-drawer .drawer__header{padding:0 0 32px;display:flex;align-items:center}.cart-drawer .drawer__header .drawer__close{position:relative;top:unset;right:0}.cart-drawer .drawer__header .drawer__heading{margin:0;display:flex;gap:10px;flex-grow:1;align-items:center;font-size:22px}.cart-drawer .drawer__header .cart_count{display:flex;align-items:center;text-align:center;justify-content:center;background-color:rgba(var(--color-foreground));color:#fff;font-size:11px}.cart-drawer .drawer__top{padding-bottom:0!important;height:100vh;overflow-y:scroll;overflow-x:hidden}.cart-drawer .drawer__top.hide_recommendation cart-drawer-items{min-height:calc(100vh - 285px)}cart-drawer.is-empty .cart-drawer .drawer__top.hide_recommendation cart-drawer-items{min-height:auto}#nvd-standard-widget-container{padding:0!important}.nvd-main-content-area{margin-bottom:0!important}#nvd-standard-widget-logo{padding:0 0 10px!important;height:35px}#nvd-standard-widget-logo svg{width:30px!important;height:35px!important}.cart-drawer .drawer__cart-items-wrapper .cart-item:not(:first-child){padding-top:15px}.cart-drawer .drawer__cart-items-wrapper .cart-item__details>*{max-width:unset}#nvd-without-checkout-btn{padding:5px 0 0!important}.cart-drawer .drawer__top .nvd-mini{position:fixed;bottom:0;z-index:999;padding:15px 16px;right:3px;width:100%;max-width:547px;background:#fff;border-top:1px solid #f2f2f2}cart-drawer.is-empty .drawer__top{padding-bottom:0!important}cart-drawer.is-empty .drawer__top.hide_recommendation{display:none}.cart-drawer .drawer__cart-items-wrapper .cart-item .loading-overlay{padding:0;top:0;transform:unset;left:0;right:0;margin:0 auto;height:100%;width:100%;background:#ffffff80;display:flex;align-items:center;justify-content:center}.cart-drawer .drawer__cart-items-wrapper .cart-item .loading-overlay .loading-overlay__spinner{width:32px;display:flex;background:#dbdbdb;height:16px;justify-content:center;align-items:center;gap:3px;border-radius:30px}.cart-drawer .drawer__cart-items-wrapper .cart-item .loading-overlay .loading-overlay__spinner span{width:4px;height:4px;background:#000}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__error{margin:0}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__media{width:96px;flex-shrink:0}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__name{text-decoration:none;font-size:16px;font-weight:600;font-family:Inter}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__details{display:flex;flex-direction:column;gap:4px}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item-text{font-size:13px;color:rgb(var(--color-foreground),.6);margin:0}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity__input{font-weight:500;border-right:1px solid #E5E5E5;border-left:1px solid #E5E5E5}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity{min-height:38px;border-radius:6px;border:1px solid #E5E5E5}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity-wrapper{display:flex;justify-content:space-between;gap:12px}.cart-drawer .drawer__cart-items-wrapper .cart-item cart-remove-button{justify-content:flex-end;margin:0;background:#f2f2f2;border-radius:6px}.cart-drawer .drawer__cart-items-wrapper .cart-item cart-remove-button .button{min-width:100%;min-height:100%;transition:background-size .3s ease-in-out,color .3s ease-in-out;text-decoration:none;font-size:11px;color:rgb(var(--color-foreground),.6);margin:0;border-radius:0}.cart-drawer .drawer__cart-items-wrapper .cart-item cart-remove-button .button:hover{background-size:0 1px}.cart_reco_product_card{width:80%;margin-top:-50px;position:relative;z-index:2}.cart_reco_product_card button{width:100%;display:flex;justify-content:center;border:0;align-items:center;gap:5px;font-size:12px;background:#fff;border-radius:4px;padding:5px 12px 5px 0}.cart_reco_product_card button:hover{background:#000;color:#fff}.cart_reco_product_card button:hover svg path{fill:#fff;stroke:#fff}.cart-drawer .cart-drawer__recommendations{padding:0 16px 20px}.cart-drawer .cart-drawer__recommendations-title{display:flex;align-content:center;justify-content:space-between;margin-bottom:10px;padding-top:15px;border-top:1px solid #f2f2f2}.cart-drawer .cart-drawer__recommendations-title p{margin:0;color:#191919;font-size:14px;line-height:32px;font-weight:500}.cart-drawer .cart-drawer__recommendations-title .drawer_reco_slider-arrows{display:flex;gap:8px;align-items:center}.cart-drawer .drawer_reco_slider-arrows .swiper-arrow{width:32px;height:32px;border-radius:24px;background:#f5f5f5;border:0;flex-shrink:0;place-items:center;transition:all .2s ease-in-out;display:grid;position:relative;transform:unset;top:unset;right:unset;left:unset;margin:0}.cart-drawer .drawer_reco_slider-arrows .swiper-arrow:before,.cart-drawer .drawer_reco_slider-arrows .swiper-arrow:after{content:unset}.cart-drawer .drawer_reco_slider-arrows .swiper-arrow:hover{background:#dedede}.cart-drawer .drawer_reco_slider-arrows .swiper-arrow svg{width:8px;height:8px}.cart-drawer .cart-drawer__recommendations .cart_reco_product a{width:100%}.cart-drawer .cart-drawer__recommendations .cart_reco_product .loading-overlay{padding:0;top:0;transform:unset;width:100%;height:100%;left:0;right:0;margin:0 auto;bottom:auto;display:flex;align-items:center;justify-content:center;background:#ffffff80;z-index:3}.cart-drawer .cart-drawer__recommendations .cart_reco_product .loading-overlay .loading-overlay__spinner{width:32px;display:flex;background:#dbdbdb;height:16px;justify-content:center;align-items:center;gap:3px;border-radius:30px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .loading-overlay .loading-overlay__spinner span{width:4px;height:4px;background:#000}.cart-drawer .cart-drawer__recommendations .cart_reco_product{padding:0;display:flex;flex-direction:column;gap:6px;align-items:center;background:#fff;border-radius:4px;height:100%}.cart-drawer .cart-drawer__recommendations .cart_reco_product img{background:#f3f3f3;width:100%;max-height:185px;padding-bottom:40px;object-fit:contain;border-radius:3px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-content{display:flex;flex-grow:1;justify-content:space-between;gap:20px;width:100%}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-content .product-tags{line-height:16px;margin:7px 0 5px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-content .product-tags span{color:#c8102e;font-size:12px;line-height:16px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-info a{text-decoration:none;color:rgb(var(--color-foreground));font-size:12px;line-height:16px;display:block;font-weight:600;margin-bottom:6px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-info .price *{font-size:12px;line-height:16px;gap:5px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-info .price .price-item--sale *{color:#000!important}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-info .price .discount_offer{display:none!important}.cart-drawer .cart-drawer__recommendations .cart_reco_product product-form{flex-shrink:0}.cart-drawer .cart-drawer__recommendations .cart_reco_product .button{padding:12px 20px;font-size:1.2rem;line-height:normal;min-width:unset;min-height:unset;color:rgb(var(--color-foreground));background-color:rgb(var(--color-foreground),.1);margin-top:5px}.cart-drawer .cart-drawer__recommendations .cart_reco_product .button.loading>span{opacity:0}.cart-drawer .cart-drawer__recommendations .cart_reco_product .button .loading-overlay__spinner span{background:#000}.cart-drawer .cart-drawer__recommendations .swiper{margin:0 -40px;padding:0 40px}.cart-drawer .cart-drawer__recommendations .swiper-slide{width:150px;height:auto;display:block!important;margin-right:12px!important}@media screen and (max-width:575px){.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-content{flex-direction:column;gap:0;align-items:flex-start}.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-info a,.cart-drawer .cart-drawer__recommendations .cart_reco_product .cart_reco_product-info .price{font-size:1.2rem}.cart-drawer .cart-drawer__recommendations .cart_reco_product .button{padding:8px 15px;font-size:1.1rem}}@media screen and (max-width:440px){.cart-drawer .cart-drawer__form{padding:0 10px 10px!important}}.cart-drawer .drawer__footer{padding:20px 16px;display:flex;flex-direction:column;gap:16px;position:relative;border:unset;border-top:1px solid #f2f2f2}.cart-drawer .drawer__footer .totals .totals_subtotal{font-size:14px}.cart-drawer .drawer__footer .totals .totals_subtotal-value{font-size:16px}.cart-drawer .drawer__footer .totals .totals__subtotal{font-size:16px;font-weight:600;font-family:Inter}.cart-drawer .drawer__footer .totals .totals__subtotal-value{font-size:18px;font-weight:600}.cart-drawer .drawer__footer .tax-note{color:#9c9c9c}.cart-drawer .drawer__footer .tax-note a{background:linear-gradient(to right,#000,#000) 0 min(100%,1.35em) / 100% 1px no-repeat;color:#000;transition:background-size .3s ease-in-out,color .3s ease-in-out;text-decoration:none}.cart-drawer .drawer__footer .tax-note a:hover{background-size:0 1px}.cart-drawer .drawer__footer .cart-drawer-note-block{display:flex;line-height:normal;margin:0}.cart-drawer .drawer__footer .cart-drawer-note-block-title{background:linear-gradient(to right,currentColor,currentColor) 0 min(100%,1.35em) / 100% 1px no-repeat;color:rgb(var(--color-foreground),.6);transition:background-size .3s ease-in-out,color .3s ease-in-out;cursor:pointer;font-size:13px}.cart-drawer .drawer__footer .cart-drawer-note-block-title:hover{background-size:0 1px}.cart-drawer .drawer__footer .cart__note{position:absolute;bottom:calc(100% + 1px);width:100%;z-index:1;left:0;padding:32px 40px 40px;background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.12);display:none}.cart-drawer .drawer__footer .cart__note .cart__note-title{font-weight:600;font-size:22px;margin:0 0 24px}.cart-drawer .drawer__footer .cart__note .field__label{opacity:.5}.cart-drawer .drawer__footer .cart__note .drawer-cart-note-close{margin-top:16px}.cart-drawer .drawer__footer .cart-drawer__footer{display:flex;flex-direction:column;gap:10px}.cart-drawer .drawer__footer .cart-drawer__footer>h5{margin:0}.cart-drawer .drawer__footer .cart__checkout-button{padding:20px 40px;font-weight:600;gap:12px}@media screen and (max-width:768px){.cart-drawer{padding:10px;width:100%}.cart-drawer .drawer__inner{width:100%}.cart-drawer__warnings .drawer__close{top:24px;right:24px}.cart-drawer .drawer__inner-empty{padding:20px 24px}.cart-drawer .cart__empty-text{font-size:18px;margin:2rem 0}.cart-drawer .empty-state__icon-wrapper svg{width:32px;height:32px}.cart-drawer .empty-state__icon-wrapper .count-bubble{width:20px;height:20px;top:-6px;right:-6px}.cart-drawer .cart-drawer__empty-content .button{padding:16px 30px}.cart-drawer .drawer__header{padding:0 0 20px}.cart-drawer .drawer__header .drawer__heading{font-size:18px}.cart-drawer .drawer__top{padding:20px 24px}.cart-drawer .drawer__cart-items-wrapper .cart-item{row-gap:8px}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__media{width:auto}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__media{grid-row:1 / 4}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__details{grid-column:2 / 5}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__name{font-size:15px}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__totals{font-size:13px}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity{margin-left:0}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity-wrapper{flex-direction:row;align-items:center}.cart-drawer .drawer__cart-items-wrapper .cart-item cart-remove-button{justify-content:flex-start}.cart-drawer .cart-drawer__recommendations .swiper{margin:0 -24px;padding:0 24px}}.appearance-right-previw-ld .d-flexCstm-ld h4{font-family:Inter}.cart-drawer,.cart-drawer .drawer__top{padding:0}.cart-drawer .drawer__top .drawer-login-block{padding:16px;background:#000;color:#fff;text-align:center}.cart-drawer .drawer__top .drawer-login-text span{font-size:16px;font-weight:400;line-height:1.5;margin-bottom:5px;display:block}.cart-drawer .drawer__top .login-btn-wrp{display:flex;gap:24px;justify-content:center}.cart-drawer .drawer__top .login-link-row{color:#fff;line-height:1.5;font-size:16px;padding:4px;border-bottom:1px solid;text-decoration:unset}.cart-drawer .drawer__header{padding:24px 16px 16px;position:sticky;top:0;z-index:9}.cart-drawer .drawer__header .drawer__heading{font-weight:400}.cart-drawer .drawer__header .cart_count{color:#000;font-size:18px;background:0}.cart-drawer .cart-drawer__form{padding:0 16px 16px}.cart-drawer .cart-item{gap:12px;position:relative}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__media{width:121px;border-radius:4px;background:#f3f3f3;min-height:160px;display:flex;align-items:center;position:unset}.cart-drawer .cart-item__image{border:unset}.cart-drawer .cart-item__details{width:100%}.cart-drawer .cart-item__details .product-tags .pr0duct-tag-list span{font-size:16px;color:#c8102e;font-weight:500}.cart-item__details .cart-item__totals .price.price--end.comper_added span{color:#c8102e!important;font-size:16px}.cart-item__price-wrapper .price.price--compare_price span{font-size:16px}.cart-drawer .cart-item__details .discount-badge{font-size:14px;font-weight:500;color:#c8102e;letter-spacing:0}.cart-drawer .cart-item__details .product-option dt{font-size:14px;font-weight:400;color:#707072}.cart-drawer .cart-item__details .product-option dd{font-size:14px;font-weight:500;color:#000}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity:before,.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity:after{content:unset}.cart-drawer .cart-items .cart-item__quantity{padding-left:0}.cart-item cart-remove-button{width:38px;height:38px}@media screen and (max-width:767px){.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__media{width:120px;min-height:145px}.cart-drawer .drawer__header{padding:16px}.cart-drawer .cart-drawer__recommendations .cart_reco_product img{max-height:170px}.cart-drawer .cart-drawer__recommendations .swiper-slide{width:140px}#nvd-without-checkout-btn{padding:8px}.cart-drawer .drawer__footer .cart-drawer__footer{gap:5px}.cart-drawer .drawer__footer{gap:10px}.cart-drawer .drawer__top .nvd-mini{max-width:100%}.cart-drawer .drawer__top.hide_recommendation cart-drawer-items{min-height:calc(100vh - 250px)}cart-drawer-items{min-height:calc(100vh - 620px)}}@media screen and (max-width:575px){.cart-drawer .cart-item__details .product-tags .pr0duct-tag-list span,.cart-drawer .cart-item__details .discount-badge{font-size:12px}.cart-drawer .drawer__top .drawer-login-text span,.cart-drawer .drawer__top .login-link-row,.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__name,.cart-item__details .cart-item__totals .price.price--end.comper_added span,.cart-item__price-wrapper .price.price--compare_price span{font-size:14px}.cart-item__price-wrapper{gap:5px;flex-wrap:wrap;justify-content:flex-start}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity{width:114px}.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity .quantity__button,.cart-drawer .drawer__cart-items-wrapper .cart-item .cart-item__quantity .quantity .quantity__input{width:38px}}@media screen and (max-width:389px){.cart-drawer .cart-item__details .discount-badge{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/329/assets/component-cart-drawer.css.map */
