.cart-drawer{color:var(--primary_text);z-index:100;position:fixed;width:95.735%;height:var(--viewport-height)}.cart-drawer__header path{fill:var(--primary_text)}.transition{animation:clipHide .35s forwards}.transition--done{animation:clipReveal .35s forwards}@keyframes clipHide{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 100%)}}@keyframes clipReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.cart-drawer__wrapper{height:100%;width:100%;position:relative;background-color:var(--background_color);display:flex;flex-direction:column}.cart-drawer__content{height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);-ms-overflow-style:none;scrollbar-width:none}.cart-drawer__content::-webkit-scrollbar{display:none}.cart-drawer__content--empty{height:calc(100% - 3.75rem);padding-bottom:0}.cart-drawer__content--full{height:calc(var(--viewport-height) - var(--cart-drawer__header-height) - var(--cart-drawer__footer-height));scroll-behavior:smooth;margin-top:1rem}.cart-drawer__header{padding:1rem;display:flex;justify-content:space-between;align-items:center;width:100%}.cart-drawer__wrapper .Drawer--Close{position:unset;padding:0;height:1.25rem}.cart-drawer__footer{bottom:0;z-index:3;position:absolute;width:100%;padding:1rem;color:var(--primary_text);overflow:hidden;gap:1rem;display:flex;flex-direction:column;background-color:var(--background_color);box-shadow:0 4px 15px #1414140d}.cart-drawer__footer .Button{align-self:center}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem;padding:0 1rem}.cart-item__inner{align-items:center;color:var(--primary_text);display:flex;height:100%}.product-card__cart-purchase-options{display:flex;gap:.5rem;position:relative;transition:height .65s ease-in-out}.product-card__variant-options{gap:.2rem;transition:width .65s ease-in-out,opacity .45s ease-in-out,visibility .65s linear}main-cart .product-card__variant-options,cart-drawer .product-card__variant-options{display:none}.product-card__variant-options[aria-hidden=true]{width:0;height:0;overflow:hidden;opacity:0}.product-card__variant-options[aria-hidden=false]{width:100%;opacity:1;visibility:visible;transition:width .65s ease-in-out,height .65s ease-in-out,opacity .3s ease-in-out,visibility 0s linear;position:unset}.product-card__variant-options[aria-hidden=true] .option-selector__button>*{opacity:0;transition:opacity .5s ease-in-out .2s}.product-card__variant-options[aria-hidden=false] .option-selector__button>*{opacity:1;transition:opacity .5s ease-in-out .2s}.product-card__variant-options[aria-hidden=false] .option-selector__button{display:flex}.cart-item{position:relative;display:flex;flex-direction:column;gap:1rem}.cart-drawer__block--right{display:flex;flex:1}.cart-item__image{position:relative;min-width:80px;border-radius:2px;align-self:flex-start}.cart-item__price-before{color:var(--secondary_grey)}.cart-item__info{display:flex;flex-direction:column;width:100%;height:100%;justify-content:space-between;margin-left:.5rem;align-self:flex-start}.cart-drawer__block-text{display:flex;align-items:baseline;gap:.2rem;justify-content:space-between;margin-bottom:.25rem}.cart-drawer__rec-item .product-card__information-actions,.cart-drawer__rec-item .product-card__information-meta{margin-bottom:.25rem}.cart-drawer .product-card__information{border:none}.cart-item__remove{color:var(--primary_grey);text-decoration:underline;text-underline-offset:2px}.cart-item__title{color:var(--primary_text)}.cart-item__price-after{color:var(--alert_error)}.product-card__cart-wrapper-link .product-card__form svg{margin:0;width:1.5rem;height:1.5rem}.product-card__cart-wrapper-link .product-card__form .Button{width:2.625rem;height:2.625rem;border-radius:.375rem;background-color:var(--primary_accent)}.product-card__cart-wrapper-link .product-card__form{width:fit-content}.cart-item__quantity-button path{fill:var(--secondary_grey)}.cart-item__option-wrapper{display:flex;gap:.125rem;flex-direction:column;margin-bottom:.25rem}.cart-item__quantity-selector{display:flex;align-items:center;width:fit-content;border:1px solid var(--secondary_grey);border-radius:.375rem;margin-top:.25rem}.cart-item__quantity{width:26px;text-align:center;padding:0;border:none;background-color:transparent;pointer-events:none;color:var(--primary_text);height:28px;border-left:1px solid var(--secondary_grey);border-right:1px solid var(--secondary_grey)}.cart-item__quantity-selector input{font-size:unset;font-size:.75rem}.cart-item__block{display:flex;flex-direction:column;justify-content:space-between}.cart-item__price{display:flex;gap:.5rem;align-items:flex-end}.cart-item__quantity-button{display:flex;padding:.5rem .25rem}.cart-item__quantity-button svg{width:calc(1rem - 4px);height:calc(1rem - 4px)}.cart-drawer__inner-cta{gap:1rem;display:flex;flex-direction:column;align-items:center;width:100%}.itemLoader{background:#ffffff26;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);width:100%;height:100%;position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;align-self:center;opacity:0;pointer-events:none;left:0;top:0;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.itemLoader svg{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px}.itemLoader svg path{stroke:var(--primary_text);fill:transparent!important}.itemLoader.is-visible{opacity:1;visibility:visible;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.cart-item.repo--top{animation:repositionTop .3s forwards}.cart-item.repo--bottom{animation:repositionBottom .3s forwards}.cart-item.repo--adding{animation:repositionAdd .3s forwards}@keyframes repositionAdd{0%{transform:translateY(-20%);opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes repositionTop{0%{margin-top:var(--repositioning_value)}to{margin-top:0}}@keyframes repositionBottom{0%{margin-top:0}to{margin-top:var(--repositioning_value)}}.cart-drawer__payment-types{display:flex;justify-content:space-between;width:100%;min-height:1rem}.cart-drawer__note{color:var(--primary_grey)}.cart-drawer__payment-type{display:flex;border-radius:2px}.cart-item__option-name,.cart-item__option-value{color:var(--primary_grey)}.cart-drawer__payment-type svg{width:1.688rem;height:1rem}.cart-drawer__checkout{width:100%}.cart-drawer__shipping{display:flex;gap:1rem;padding:.75rem 1rem;flex-direction:column;margin:0 1rem;border-radius:.375rem;background-size:auto;background-size:200% 200%;animation:moveGradient 4s ease infinite}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cart-drawer__shipping-text{text-align:center}.cart-drawer__shipping-progress{border:.5px solid var(--primary_accent);height:.5rem;width:100%;border-radius:.375rem;position:relative;background-color:var(--background_color)}.cart-drawer__shipping-progress-bar{background-color:var(--primary_accent);height:100%;border-radius:.375rem;transition:width .3s ease-in-out;position:relative}.cart-drawer__shipping-progress-bar svg{position:absolute;right:-10px;top:-250%;width:2rem;height:2rem;transition:transform .3s ease-in-out}.cart-drawer__shipping-progress-bar.done svg{transform:scale(1.3);top:-260%}.additional-service-wrapper{position:sticky;bottom:0;display:flex;flex-direction:column;width:100%;padding:.75rem;border-radius:6px;gap:.25rem;background-color:var(--secondary_accent)}@keyframes moveGradient{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}.additional-service-button .checkmark-icon{position:relative;width:20px;height:20px;display:inline-block}.additional-service-button .checkmark-anim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(107.53deg,var(--btn_gradient_color_1) 10.74%,var(--btn_gradient_color_2) 52.83%,var(--btn_gradient_color_3) 90.14%);background-size:400% 100%;animation:Gradient 1s ease infinite;-webkit-animation:Gradient 1s ease infinite;opacity:0;pointer-events:none}.additional-service-button.is-selected .checkmark-anim{opacity:1}.additional-service-button.is-selected .checkmark-svg{visibility:hidden}@supports not ((clip-path: url(#x)) or (-webkit-clip-path: url(#x))){.additional-service-button.is-selected .checkmark-svg use{fill:var(--btn_gradient_color_2)}}.additional-service-button{display:flex;flex-direction:row;align-items:end;gap:.25rem}.additional-service-button .checkmark-icon svg path{fill:var(--primary_accent)}.additional-service-button span{color:var(--primary_text)}.additional-service-button svg{display:flex}#cart-drawer .Drawer--Close{position:relative;display:flex;padding:0;right:unset}#cart-drawer .Drawer--Close:before{content:"";position:absolute;width:40px;height:100%;left:-50%;cursor:pointer}.removing{opacity:0;transform:translate(20px);transition:all .2s ease-in-out}.cart-item__image.AspectRatio{margin-left:unset;margin-right:unset}.cart-item:last-child{margin-bottom:16px}.cart-drawer__recommendations .helper-recomm{padding-bottom:1.5rem}.cart-drawer__cta{padding:1.5rem 1rem}.cart-drawer__cta+.cart-drawer__recommendations{margin-top:2rem}.cart-drawer__recommendations{padding:1rem 1rem 0;height:100%}.cart-recommendations__header{margin-bottom:1rem}.helper-recomm__wrapper{gap:1rem;display:flex;flex-direction:column}.product-card__cart-wrapper-link{flex-direction:row;border:none;border-radius:0;justify-content:unset}.product-card__cart-wrapper-link .product-card__wrapper{position:unset;width:unset}.product-card__cart-wrapper-link .product-card__inner-wrapper{width:80px}.product-card__cart-wrapper-link .product-card__information{margin-left:.5rem;display:flex;flex-direction:column;height:unset;padding:0;width:100%}.product-card__cart-wrapper-link .product-card__price{margin-bottom:0}.product-card__price-wrapper{display:flex;gap:.25rem .5rem;align-items:flex-end;flex-wrap:wrap}.product-card__cart-wrapper-link .product-card__inner-wrapper .product-card__image{border-radius:0}.cart-drawer__wrapper{border-radius:.375rem 0 0 .375rem}.cart-drawer__content--empty .cart-drawer__cta{min-height:265px;display:flex;align-items:center}.cart-drawer .product-card__link:-webkit-any-link{cursor:default}@media screen and (min-width: 1025px){.cart-item__image{min-width:100px}.cart-drawer__recommendations{padding:1.5rem 1rem 0}.cart-drawer__content--full{margin-top:2rem}.cart-item:last-child{margin-bottom:2rem}.product-card__cart-wrapper-link .product-card__inner-wrapper{width:100px}.product-card__cart-wrapper-link .product-card__inner-wrapper .product-card__image{border-radius:.125rem}.cart-drawer{display:flex;width:32.987%;max-width:45rem}.cart-drawer__footer{padding:.75rem 1.5rem}.cart-drawer__header{padding:1.5rem 1rem}.cart-drawer__shipping{padding:.75rem 1rem 1rem}.cart-item__remove{text-align:right}.product-card__cart-wrapper-link .product-card__form .Button{width:3rem;height:3rem}.additional-service-wrapper{padding-right:8rem}}
/*# sourceMappingURL=/cdn/shop/t/61/assets/section-sidebar_cart.css.map */
