.add-to-cart-popup{--popup-padding: 3rem;--popup-padding-mobile: 2rem}.add-to-cart-popup[xo-active]:not([xo-active=false]){visibility:visible!important;opacity:1!important;z-index:10000!important;pointer-events:auto!important}.add-to-cart-popup__content{padding:5rem 3rem 3rem}@media(max-width:768px){.add-to-cart-popup__content{padding:var(--popup-padding-mobile)}}.add-to-cart-popup__header{display:none!important;justify-content:space-between;align-items:center;margin-bottom:2.4rem;gap:2rem}.add-to-cart-popup__close{cursor:pointer;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background:transparent;transition:background-color .2s ease;color:#000;flex-shrink:0;order:2}.add-to-cart-popup__close:hover{background-color:#0000000d}.add-to-cart-popup__actions{display:flex;gap:3rem;align-items:center;flex-wrap:nowrap;order:1}.add-to-cart-popup__continue-link{color:#000;text-decoration:underline;font-size:1.4rem;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.add-to-cart-popup__continue-link:hover{opacity:.7}.add-to-cart-popup__cart-button{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;background-color:#10a71f;color:#fff;text-decoration:none;border-radius:50px;font-size:1.4rem;font-weight:500;transition:background-color .2s ease,transform .1s ease;white-space:nowrap}.add-to-cart-popup__cart-button:hover{background-color:#0d8a1a;transform:translateY(-1px)}.add-to-cart-popup__added-section{margin-bottom:2.4rem;padding:2rem;border-radius:15px;background:#f6f8fa;display:flex;align-items:center;justify-content:space-between}.add-to-cart-popup__added-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.add-to-cart-popup__added-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#10a71f;flex-shrink:0}.add-to-cart-popup__added-text{font-size:14px;font-weight:500;color:#10a71f}.add-to-cart-popup__added-product{display:flex;align-items:center;gap:1.5rem}.add-to-cart-popup__added-product-image{width:10rem;height:10rem;object-fit:cover;border-radius:.4rem;flex-shrink:0;display:block}.add-to-cart-popup__added-product-image--placeholder{background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.add-to-cart-popup__added-product-image--placeholder:after{content:"\1f4e6";font-size:3rem;opacity:.3}.add-to-cart-popup__added-product-info{flex:1}.add-to-cart-popup__added-product-title{font-size:1.6rem;font-weight:500;margin-bottom:0;color:#000;line-height:1.4}.add-to-cart-popup__added-product-price{font-size:14px;color:#1e1e1e;font-weight:500;margin-top:.4rem}.add-to-cart-popup__related-section{margin-top:2rem}.add-to-cart-popup__related-heading{font-size:1.6rem;font-weight:500;margin-bottom:1.5rem;margin-top:0;color:#000}.add-to-cart-popup__related-products{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.add-to-cart-popup__related-products::-webkit-scrollbar{height:4px}.add-to-cart-popup__related-products::-webkit-scrollbar-track{background:transparent}.add-to-cart-popup__related-products::-webkit-scrollbar-thumb{background-color:#0003;border-radius:2px}.add-to-cart-popup__related-product{min-width:20rem;max-width:20rem;flex-shrink:0}.add-to-cart-popup__related-products .xo-product-card{position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;height:100%}#atc-popup .add-to-cart-popup__related-products .xo-modal-content__close--abs{top:1rem!important;right:1rem!important;justify-content:flex-end}[dir=ltr] #atc-popup xo-modal:not([xo-placement*=top-],#atc-popup [xo-placement*=bottom-]) .xo-modal-content__close{top:1rem!important;right:1rem!important;justify-content:flex-end}.add-to-cart-popup__related-products .xo-product-card__price{padding-top:0!important}.add-to-cart-popup__related-products .xo-product-card__header{position:relative;overflow:hidden}.add-to-cart-popup__related-products .xo-product-card__image-link{display:block;text-decoration:none;color:inherit}.add-to-cart-popup__related-products .xo-product-card__media{overflow:hidden}.add-to-cart-popup__related-products .xo-product-card__media img{display:block;width:100%;height:100%;object-fit:cover}.add-to-cart-popup__sold-out-badge{position:absolute;top:.8rem;left:.8rem;background-color:#fff;color:#0006;padding:.2rem .8rem;border-radius:50px;font-size:1.2rem;font-weight:500;z-index:2;pointer-events:none}.add-to-cart-popup__card-info{padding:10px 0 0 18px;position:relative;flex:1;display:flex;flex-direction:column}#atc-popup .xo-product-card__price{padding-top:0!important}.add-to-cart-popup__related-products .xo-product-card__title{font-size:1.4rem;font-weight:500;color:inherit;text-decoration:none;line-height:1.4;display:block;margin-bottom:.4rem}.add-to-cart-popup__related-products .xo-product-card__title:hover{opacity:.85}.add-to-cart-popup__related-products .xo-product-card__price-inner{font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.85)}.add-to-cart-popup__add-wrap{position:absolute;right:1.2rem;bottom:1.2rem;margin:0}.add-to-cart-popup__quick-add.xo-product-card__custom-cart-icon{width:4.2rem;height:4.2rem;min-width:4.2rem;min-height:4.2rem;border-radius:50%;background-color:#da1e28;color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;position:relative;transition:background-color .2s ease,transform .1s ease;pointer-events:auto}.add-to-cart-popup__quick-add.xo-product-card__custom-cart-icon:hover{background-color:#b91c26;transform:scale(1.05)}.add-to-cart-popup__quick-add.xo-product-card__custom-cart-icon:active{transform:scale(.98)}.add-to-cart-popup__quick-add.xo-product-card__custom-cart-icon:disabled{opacity:.6;cursor:not-allowed}.add-to-cart-popup__quick-add.xo-product-card__custom-cart-icon svg:first-of-type{width:1.6rem;height:1.6rem;color:#fff}.add-to-cart-popup__quick-add .xo-product-card__custom-cart-icon-plus{position:absolute;top:-.2rem;right:-.2rem;width:1.2rem;height:1.2rem;background-color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.add-to-cart-popup__quick-add .xo-product-card__custom-cart-icon-plus svg{width:.8rem;height:.8rem}.add-to-cart-popup__quick-add.xo-product-card__icon--sold-out{background-color:#787878cc;cursor:default;pointer-events:none}@media(max-width:768px){.add-to-cart-popup__header{flex-wrap:wrap;gap:1.5rem}.add-to-cart-popup__close{order:1;margin-left:auto}.add-to-cart-popup__actions{width:100%;order:2;flex:1 1 100%;flex-direction:column-reverse;justify-content:space-between;gap:1rem;margin-top:2.5rem}.add-to-cart-popup__continue-link{font-size:1.3rem}.add-to-cart-popup__cart-button{font-size:1.3rem;padding:1rem 2rem}.add-to-cart-popup__added-section{flex-direction:column;align-items:flex-start}.add-to-cart-popup__added-product{width:100%}.add-to-cart-popup__related-product{min-width:18rem}}#atc-popup .xo-modal-content__inner{padding:0!important;width:1200px!important}#atc-popup .xo-modal-trigger{display:none!important}@media(max-width:991px){#atc-popup .xo-modal-content__inner{width:95vw!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/add-to-cart-popup.css.map */
