.added-to-cart-drawer{display:block}.added-to-cart-drawer .atc-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:block;background:#0006;opacity:0;visibility:hidden;transition:opacity .32s ease,visibility 0s linear .32s}.added-to-cart-drawer.is-active .atc-drawer__overlay{opacity:1;visibility:visible;transition:opacity .32s ease}@media screen and (max-width:991px){.added-to-cart-drawer .atc-drawer__overlay{display:block!important}}.added-to-cart-drawer .atc-drawer{position:fixed;top:0;right:0;z-index:1003;box-sizing:border-box;display:flex;flex-direction:column;width:30%!important;max-width:calc(100vw - 3rem);height:100%;background:rgb(var(--color-white, 255 255 255));color:rgb(var(--color-foreground, 33 31 32));box-shadow:-.4rem 0 2rem #00000029;transform:translate(100%);visibility:hidden;transition:transform .32s ease,visibility 0s linear .32s;contain:layout;isolation:isolate;overflow:hidden;--atc-picker-top-offset: 15.8rem;--atc-picker-bottom-gap: 1.2rem;--atc-picker-radius: 1.2rem;--atc-picker-backdrop: rgb(33 31 32 / .12)}.added-to-cart-drawer.is-active .atc-drawer{transform:translate(0);visibility:visible;transition:transform .32s ease,visibility 0s}.atc-drawer__header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1.6rem;border-bottom:1px solid rgba(var(--color-foreground, 33 31 32),.1)}.atc-drawer__heading{display:flex;align-items:start;gap:.7rem;font-size:1.2rem;font-weight:500;line-height:1.3}.atc-drawer .atc-drawer__icon{flex-shrink:0;width:1.5rem;height:1.5rem}.atc-drawer__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.2rem;height:2.2rem;margin:0;padding:0;background:none!important;border:none!important;color:#211f20!important;cursor:pointer}.atc-drawer__body{flex:1 1 auto;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1.6rem}.atc-drawer__product{display:flex;align-items:start;gap:.5rem}.atc-drawer__product:empty{display:none}.atc-drawer__image{flex-shrink:0;width:5.6rem;height:5.6rem;overflow:hidden;background:rgb(var(--color-white, 255 255 255));border:1px solid rgba(var(--color-foreground, 33 31 32),.1);border-radius:.4rem}.atc-drawer__image img{width:100%;height:100%;object-fit:contain}.atc-drawer__details{display:flex;flex-direction:column;justify-content:center;min-width:0}.atc-drawer__title{margin:0;font-size:.875rem;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.atc-drawer__variant{font-size:.75rem;line-height:1.35;color:rgba(var(--color-foreground, 33 31 32),.7)}.atc-drawer__actions{display:flex;flex-direction:row;align-items:center;gap:.8rem}.atc-drawer__btn{flex:1 1 0;min-width:0;max-width:none;height:auto;min-height:0;margin:0}.atc-drawer__btn--link{padding:.4rem 1rem;background:none!important;border:1px solid #211F20!important;border-radius:var(--buttons-radius, .4rem);color:#211f20!important;font-size:1rem!important;font-weight:500;text-decoration:none;cursor:pointer;text-align:center}.atc-drawer__btn.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.atc-drawer__btn-icon{flex-shrink:0;width:1.6rem;height:1.6rem}@media screen and (max-width:750px){.atc-drawer__actions{flex-direction:column}.atc-drawer__btn{flex:none;width:100%;height:auto}}.atc-drawer__recs:empty{display:none}.atc-drawer__recs .atc-recs__title{margin:1rem 0;font-size:1rem;font-weight:500;line-height:1.3}.atc-drawer__recs .atc-recs__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.6rem}.atc-drawer__recs .atc-recs__item{flex:0 0 auto;width:44%;scroll-snap-align:start}@media screen and (min-width:750px){.atc-drawer__recs .atc-recs__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem 1rem;overflow:visible;scroll-snap-type:none;padding-bottom:0}.atc-drawer__recs .atc-recs__item{width:auto;min-width:0}}.atc-drawer__recs .card__heading{font-size:.875rem}.atc-drawer__recs .offcanvas-open-button{width:3.2rem!important;height:3.2rem!important;bottom:.6rem;right:.6rem}.atc-drawer__recs .offcanvas-open-button .icon{width:1.4rem!important;height:1.4rem!important}@media screen and (min-width:992px){.atc-drawer .offcanvas-card-product-cloned{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1004;pointer-events:none;background:var(--atc-picker-backdrop)}.atc-drawer .offcanvas-card-product-cloned .offcanvas-content-wrapper{position:absolute!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;overflow-y:auto;overscroll-behavior:contain;border-top-left-radius:var(--atc-picker-radius)!important;border-top-right-radius:var(--atc-picker-radius)!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background:rgb(var(--color-white, 255 255 255));transform:translateY(1.2rem);opacity:0;transition:transform .32s ease,opacity .32s ease;z-index:1005;pointer-events:auto;box-shadow:0 -.4rem 1.6rem #00000014;border-top:1px solid rgba(0,0,0,.04)}.atc-drawer .offcanvas-card-product-cloned.is-open .offcanvas-content-wrapper{transform:translateY(0);opacity:1}.atc-drawer .offcanvas-card-product-cloned .offcanvas-overlay{display:none!important}.offcanvas-card-product.is-open.atc-offcanvas-closing .offcanvas-content-wrapper{transform:translateY(1.2rem);opacity:0}}html:has(.offcanvas-card-product.is-open){position:static!important;height:auto!important}body:has(.offcanvas-card-product.is-open){height:auto!important}@media screen and (max-width:991px){.added-to-cart-drawer .atc-drawer{top:auto;right:0;bottom:0;left:0;width:100%!important;max-width:none;height:auto;max-height:75vh;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;box-shadow:0 -.4rem 2rem #0000002e;transform:translateY(110%);transition:transform .32s ease,visibility 0s linear .32s}.added-to-cart-drawer.is-active .atc-drawer{transform:translateY(0);transition:transform .32s ease,visibility 0s}.atc-drawer__recs .atc-recs__item{width:42%}body .offcanvas-card-product-cloned{position:fixed!important;left:0;right:0;top:0;bottom:0;z-index:1004;pointer-events:none}body .offcanvas-card-product-cloned .offcanvas-content-wrapper{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100%!important;max-width:none!important;height:auto!important;max-height:85vh!important;border-top-left-radius:1.2rem!important;border-top-right-radius:1.2rem!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;transform:translateY(100%);transition:transform .32s ease;z-index:1005;pointer-events:auto;overflow-y:auto;background:rgb(var(--color-white, 255 255 255))}body .offcanvas-card-product-cloned.is-open .offcanvas-content-wrapper{transform:translateY(0)}body .offcanvas-card-product-cloned .offcanvas-overlay{position:fixed!important;top:0;right:0;bottom:0;left:0;z-index:1004;background:#0006;pointer-events:auto}.offcanvas-card-product.is-open.atc-offcanvas-closing .offcanvas-content-wrapper{transform:translateY(100%)}.atc-picker-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;background:#0006;opacity:0;transition:opacity .32s ease;pointer-events:none}.added-to-cart-drawer.picker-is-open .atc-picker-overlay{display:block;opacity:1;pointer-events:none}}@keyframes atc-drawer-bump{0%,to{transform:scale(1)}35%{transform:scale(1.02)}}.atc-drawer--bump .atc-drawer__product{animation:atc-drawer-bump .3s ease}@media(prefers-reduced-motion:reduce){.added-to-cart-drawer .atc-drawer{transition:visibility 0s}.atc-drawer__recs .offcanvas-content-wrapper{transition:none}.atc-drawer--bump .atc-drawer__product{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-added-to-cart-popup.css.map */
