.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px 12px;background-color:rgba(var(--color-foreground),.5);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s cubic-bezier(.22,1,.36,1),visibility 0s linear .2s}.drawer.active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .26s cubic-bezier(.22,1,.36,1),visibility 0s}.drawer--side{justify-content:flex-end;padding:0;align-items:stretch}.drawer__inner{height:auto;max-height:calc(100vh - 4.8rem);width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);padding:0 .6rem;border:.5px solid rgba(var(--color-foreground),.2);overflow:hidden;display:flex;flex-direction:column;transform:translateY(1.6rem) scale(.985);opacity:0;transition:transform var(--duration-default) ease,opacity var(--duration-default) ease;border-radius:var(--popup-corner-radius)}.drawer--side .drawer__inner{height:100%;max-height:100%;width:100vw;max-width:100vw;border-radius:0}.drawer--anim-side .drawer__inner{transform:translate(100%);opacity:1}.drawer--anim-modal .drawer__inner{transform:translateY(1.6rem) scale(.985);opacity:0}@media screen and (min-width:990px){.drawer__inner{width:56rem;max-width:56rem}.drawer--side{align-items:stretch}.drawer--side .drawer__inner{width:56rem;max-width:56rem}.drawer--side .cart-drawer{height:100%}.cart-drawer tr.cart-item{grid-template:repeat(2,auto) / 1fr 3fr 1fr}}.drawer__inner-empty{height:100%;padding:0 1rem;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;align-items:stretch;justify-content:flex-start;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer.is-empty .drawer__inner-empty{flex:1 1 auto;min-height:0;padding:0;overflow-y:auto;overflow-x:hidden}cart-drawer.is-empty .cart-drawer__warnings{justify-content:flex-start;text-align:left;padding:0}cart-drawer.is-empty .cart-drawer__empty-content{display:flex;flex-direction:column}cart-drawer.is-empty .cart-drawer__empty-header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:2.2rem 1.6rem 1.6rem}cart-drawer.is-empty .cart-drawer__empty-header .cart__empty-text{margin:0}cart-drawer.is-empty .cart-drawer__empty-header .drawer__close{position:static;top:auto;right:auto;margin:0;min-width:4rem;min-height:4rem;flex:0 0 auto}cart-drawer.is-empty .cart-drawer__empty-body{display:flex;flex-direction:column;gap:1.2rem;padding:0 1.6rem 1.6rem}cart-drawer.is-empty .cart-drawer__empty-body .cart__login-title{margin:.8rem 0 0}cart-drawer.is-empty .cart-drawer__empty-body .cart__login-paragraph{margin:0}cart-drawer.is-empty .cart-drawer__collection{margin:0 1.6rem 1.6rem}@media screen and (min-width:750px){cart-drawer.is-empty .cart-drawer__empty-header{padding-inline:3rem}cart-drawer.is-empty .cart-drawer__empty-body{padding-inline:3rem}cart-drawer.is-empty .cart-drawer__collection{margin-inline:3rem}}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{opacity:1}.drawer.active.drawer--anim-side .drawer__inner{transform:translate(0)}.drawer.active.drawer--anim-modal .drawer__inner{transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.drawer{transition:none!important}}.drawer__header{position:relative;padding:2.2rem 1.6rem 1.6rem;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0;display:inline-flex;gap:6px}.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:14px;right:4px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close .svg-wrapper{height:24px;width:24px}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:solid .5px #e6e6e6;padding:2.4rem .8rem 1.5rem}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 2.8rem 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%;min-height:100dvh;--cart-drawer-item-divider: .1rem solid rgba(var(--color-foreground), .08)}.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%}cart-drawer-items{overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;min-width:0}#CartDrawer-CartItems{overflow-x:hidden}.cart-drawer .drawer__cart-items-wrapper{min-width:0;padding:0 1rem}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(3,1fr);gap:.6rem;margin-bottom:0;margin-top:1.4rem}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3;max-width:calc(100vw - 3rem);overflow:hidden;display:flex;justify-content:center}.cart-drawer .cart-item__image{width:100%;height:auto;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.cart-drawer .cart-item__image-wrapper{position:relative;overflow:hidden;flex-shrink:0;width:auto}.cart-drawer .cart-item__nested-line .cart-item__image{max-width:60%;float:right}.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:var(--cart-drawer-item-divider)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading__spinner--cart-line{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:.4rem}.cart-drawer .cart-items .cart-item__nested-line td:not(.cart-item__quantity){padding-top:1rem}.cart-drawer .cart-item>td+td{padding-left:.6rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-item__recommendations-row{display:block;width:100%;padding-left:.6rem}.cart-item__recommendations-row td{display:block;width:100%;padding-left:0;padding-right:0;padding-bottom:1.2rem;border-bottom:none}.cart-item__recommendations{position:relative;max-width:100%;width:100%;min-width:0;overflow:visible;--reco-open-duration: .8s;--reco-reveal-duration: .35s;--reco-reveal-stagger: .2s;--reco-reveal-total: 1.2s;--reco-expand-duration: 1s;--reco-content-duration: .8s;--cart-reco-media-size: calc(var(--cart-reco-collapsed-width, 92px) - 2.4rem)}.cart-item__recommendations .cart-reco-details{border:2px dashed rgba(var(--cart-reco-border-color, var(--color-foreground)),.25);padding:var(--cart-reco-details-padding-y, .8rem) var(--cart-reco-details-padding-x, .8rem);background:var(--gradient-background, rgb(var(--cart-reco-bg, var(--color-background))));border-radius:var(--cart-reco-details-radius, .6rem);box-shadow:0 .2rem .8rem rgba(var(--color-foreground),.06);position:relative;overflow:hidden}.cart-item__recommendations .cart-reco-details>.cart-notification-recommendations-inner{border:1px solid #191d2629;border-radius:8px}product-recommendations.cart-notification-recommendations-inner{border:0}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-reco-details{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1)}cart-drawer.reco-animate.reco-details-visible .cart-item__recommendations.reco-animate-target .cart-reco-details{opacity:1}.cart-item__recommendations .cart-reco-details:not([open]){border:2px dashed rgba(var(--cart-reco-border-color, var(--color-foreground)),.25);box-shadow:0 .2rem .8rem rgba(var(--color-foreground),.06)}.cart-item__recommendations .card--card,.cart-item__recommendations .card--standard{--border-width: 2px;--border-opacity: .25;border:2px dashed rgba(var(--cart-reco-border-color, var(--color-foreground)),.25);border-radius:var(--border-radius);padding:.8rem}.cart-item__recommendations .card--standard .card__inner{border:0}.cart-item__recommendations .card--standard .card__inner:after{content:none}.cart-item__recommendations .card.gradient,.cart-item__recommendations .card__inner.gradient{background-image:none;background-color:rgb(var(--cart-reco-bg, var(--color-background)))}.cart-item__recommendations .quick-add__submit--solid{--alpha-button-background: 1}.cart-item__recommendations .quick-add__submit--outline{--alpha-button-background: 0}.cart-item__recommendations .cart-reco-shell{position:relative;border-radius:var(--cart-reco-details-radius, .6rem);isolation:isolate}.cart-quantity .quantity__icon--trash{display:none}span.svg-wrapper.quantity__icon.quantity__icon--trash{width:14px}.cart-quantity .quantity__button.quantity__button--trash .quantity__icon--minus{display:none}.cart-quantity .quantity__button.quantity__button--trash .quantity__icon--trash{display:inline-flex}.cart-remove-confirm__actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-end}.cart-remove-confirm[open]{z-index:1100}.cart-item__recommendations .cart-reco-details{min-height:2.8rem;position:relative;z-index:2;background:var(--gradient-background, rgb(var(--cart-reco-bg, var(--color-background))))}.cart-item__recommendations .cart-reco-shell,.cart-item__recommendations .cart-reco-details{border-radius:var(--cart-reco-details-radius, .6rem)}.cart-item__recommendations .cart-reco-details>*{position:relative;z-index:3}.cart-item__recommendations .cart-reco-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:1;filter:drop-shadow(0 0 1.2rem rgba(var(--cart-reco-ring-shadow, var(--color-shadow)),.45))}.cart-item__recommendations .cart-reco-ring__stroke{stroke:rgba(var(--cart-reco-ring-color, var(--color-foreground)),.6);stroke-width:2.25;stroke-linecap:round;stroke-dasharray:160 240;animation:cart-reco-dash 1.6s linear infinite}.cart-item__recommendations details[open]+.cart-reco-ring{opacity:0}@keyframes cart-reco-dash{to{stroke-dashoffset:-360}}.cart-item__recommendations .cart-reco-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0;cursor:pointer;list-style:none;color:rgb(var(--cart-reco-text, var(--color-foreground)))}.cart-item__recommendations .cart-reco-title{display:flex;align-items:center;gap:.6rem}.cart-item__recommendations .cart-reco-heading-icon{width:1.4rem;height:1.4rem;color:rgb(var(--cart-reco-text, var(--color-foreground)))}.cart-item__recommendations .cart-reco-summary::-webkit-details-marker{display:none}.cart-item__recommendations .cart-reco-summary .cart-notification-recommendations__title{margin:0}.cart-item__recommendations .cart-notification-recommendations__title,.cart-item__recommendations .card__heading,.cart-item__recommendations .card__heading a,.cart-item__recommendations .card__information a{opacity:.9;color:rgb(var(--cart-reco-text, var(--color-foreground)))}.cart-item__recommendations .cart-reco-summary .svg-wrapper{flex:0 0 auto;width:1.2rem;height:1.2rem}.cart-item__recommendations .cart-reco-summary .icon-caret{position:static;width:100%;height:100%;color:rgb(var(--cart-reco-text, var(--color-foreground)))}.cart-item__recommendations details[open]>.cart-reco-summary .icon-caret{transform:rotate(180deg)}.cart-item__recommendations .cart-reco-content{padding-top:.6rem}.cart-item__recommendations .cart-reco-details{transition:background-color .25s ease}.cart-item__recommendations .cart-reco-details[open] .cart-reco-content{animation:cart-reco-expand .8s cubic-bezier(.16,1,.3,1) both}@keyframes cart-reco-expand{0%{opacity:0;max-height:0;transform:translateY(-4px)}to{opacity:1;max-height:600px;transform:translateY(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 .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 2rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer .cart-item__recommendations{max-width:100%;width:100%;min-width:0;overflow:visible;--cart-reco-width: 260px;--cart-reco-gap: 12px;--cart-reco-collapsed-width: 92px;--cart-reco-expanded-width: var(--cart-reco-width, 260px)}.cart-drawer .cart-notification-recommendations__list{display:flex;flex-wrap:nowrap;gap:var(--cart-reco-gap, 12px);width:max-content;min-width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:8px;padding-top:8px}.cart-drawer .cart-notification-recommendations__item{flex:0 0 auto;width:var(--cart-reco-expanded-width, 260px);max-width:80vw;overflow:hidden}.cart-drawer .cart-notification-recommendations__list>li:first-child{padding-left:1.2rem}.cart-drawer .cart-notification-recommendations__item .card,.cart-drawer .cart-notification-recommendations__item .card-wrapper{width:100%;max-width:100%}.cart-drawer .cart-item__recommendations .card.card--horizontal{gap:var(--cart-reco-gap, 12px)}.cart-drawer .cart-item__recommendations.reco-compact{--cart-reco-expanded-width: calc(var(--cart-reco-width, 260px) - 40px);--cart-reco-media-size: calc(var(--cart-reco-collapsed-width, 92px) - 1.6rem)}.cart-drawer .cart-item__recommendations.reco-compact .card--card.card--horizontal{padding:.8rem}.cart-drawer .cart-item__recommendations .card--horizontal .card__inner{flex:0 0 var(--cart-reco-media-size);max-width:var(--cart-reco-media-size)}.cart-drawer .cart-item__recommendations .card--horizontal .card__content{flex:1 1 auto;min-width:0}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button,.cart-drawer .cart__ctas .cart__drawer-action{max-width:none}.cart-drawer .cart__ctas>a.cart__drawer-action{display:inline-flex;justify-content:center;align-items:center;width:100%}.cart-drawer .cart__ctas [data-cart-drawer-action][hidden]{display:none!important}@media screen and (min-width:750px){.cart-drawer .cart__ctas>*{flex:1 1 0}}.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-container{gap:1.8rem;width:100%;display:flex;justify-content:flex-start}.cart-drawer .quantity-popover-container>modal-opener{margin-inline-start:auto}.cart-drawer .cart-item__quantity--inventory-beside .quantity-popover-container{justify-content:flex-start;flex-wrap:wrap}.cart-drawer .cart-item__inventory-popover-content{top:auto;bottom:calc(100% + .6rem)}.cart-drawer .cart-item__variant-change{padding:.4rem .8rem;min-height:3rem;font-size:1.1rem}.cart-drawer .cart-item__variant-change--icon{padding:.4rem;min-width:2.8rem}.cart-drawer .cart__badges{margin-top:1.2rem}.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}}span.cart_count{font-size:13px;background-color:#f6f6f6;width:26px;height:26px;display:flex;color:#6d6d6d;text-align:center;justify-content:center;align-items:center;border-radius:20px;font-weight:500;padding-left:1px;padding-top:1px}cart-drawer.atc-effect--option_1 .cart-item--atc-reveal>td{opacity:0;clip-path:inset(0 0 100% 0)}cart-drawer.atc-effect--option_1.atc-effect-active .cart-item--atc-reveal>td{animation:cart-drawer-item-reveal .6s ease both}@keyframes cart-drawer-item-reveal{0%{opacity:0;clip-path:inset(0 0 100% 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@supports not (clip-path: inset(0 0 0 0)){cart-drawer.atc-effect--option_1 .cart-item--atc-reveal>td{opacity:0;transform:translateY(-8px)}cart-drawer.atc-effect--option_1.atc-effect-active .cart-item--atc-reveal>td{animation:cart-drawer-item-reveal-fallback .5s ease both}}@keyframes cart-drawer-item-reveal-fallback{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){cart-drawer.atc-effect--option_1 .cart-item--atc-reveal>td{opacity:1;clip-path:inset(0 0 0 0);transform:none}}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__list{gap:var(--cart-reco-gap, 12px)}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item{opacity:0;width:var(--cart-reco-collapsed-width, 92px);max-width:var(--cart-reco-collapsed-width, 92px);margin-left:0;--reco-reveal-delay: 0s}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item:nth-child(2){--reco-reveal-delay: calc(var(--reco-reveal-stagger) * 1)}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item:nth-child(3){--reco-reveal-delay: calc(var(--reco-reveal-stagger) * 2)}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item:nth-child(4){--reco-reveal-delay: calc(var(--reco-reveal-stagger) * 3)}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item:nth-child(5){--reco-reveal-delay: calc(var(--reco-reveal-stagger) * 4)}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item:nth-child(6){--reco-reveal-delay: calc(var(--reco-reveal-stagger) * 5)}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item .card__content{visibility:hidden;opacity:0;max-height:0;overflow:hidden;transform:translateY(6px);pointer-events:none}cart-drawer.reco-animate .cart-item__recommendations.reco-animate-target .card--card.card--horizontal{padding:1.2rem;gap:0}cart-drawer.reco-animate .cart-item__recommendations.reco-compact.reco-animate-target .card--card.card--horizontal{padding:.8rem}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target.reco-expand-start{--reco-content-delay: 0s}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target.reco-expand-start .cart-notification-recommendations__item .card__content{visibility:visible;pointer-events:auto}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target.reco-expand-start .card--card.card--horizontal{padding:1.2rem;gap:1.5rem}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-compact.reco-animate-target.reco-expand-start .card--card.card--horizontal{padding:.8rem}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item{transition:width var(--reco-expand-duration) cubic-bezier(.16,1,.3,1),max-width var(--reco-expand-duration) cubic-bezier(.16,1,.3,1);animation:cart-drawer-reco-reveal var(--reco-reveal-duration) cubic-bezier(.16,1,.3,1) var(--reco-reveal-delay) both}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target.reco-expand-start .cart-notification-recommendations__item{width:var(--cart-reco-expanded-width, 260px);max-width:80vw}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target .cart-notification-recommendations__item .card__content{animation:none}cart-drawer.reco-animate.reco-animate-active .cart-item__recommendations.reco-animate-target.reco-expand-start .cart-notification-recommendations__item .card__content{animation:cart-drawer-reco-content var(--reco-content-duration) cubic-bezier(.16,1,.3,1) 0s both}@keyframes cart-drawer-reco-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cart-drawer-reco-content{0%{opacity:0;max-height:0;max-width:0;transform:translateY(6px)}to{opacity:1;max-height:420px;max-width:100%;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-cart-drawer.css.map */
