.product-popup[hidden]{display:none}.product-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.product-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000009e;opacity:0;transition:opacity .25s ease}.product-popup__dialog{position:relative;width:100%;max-width:560px;max-height:calc(100vh - 40px);border-radius:14px;background-color:rgb(var(--background, 255, 255, 255));box-shadow:0 18px 50px #00000047;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .25s ease,transform .25s ease;overflow:hidden}.product-popup.is-open .product-popup__overlay{opacity:1}.product-popup.is-open .product-popup__dialog{opacity:1;transform:translateY(0) scale(1)}.product-popup__link{display:block;line-height:0}.product-popup__image{display:block;width:100%;height:auto;max-height:calc(100vh - 40px);object-fit:contain}.product-popup__close{display:flex;align-items:center;justify-content:center;position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;padding:0;border:none;border-radius:50%;background-color:#0000008c;color:#fff;cursor:pointer;transition:background-color .2s ease}.product-popup__close:hover,.product-popup__close:focus-visible{background-color:#000000c7}body.product-popup-open{overflow:hidden}@media screen and (max-width:740px){.product-popup{padding:16px}.product-popup__dialog{max-width:100%;max-height:calc(100vh - 32px);border-radius:12px}.product-popup__image{max-height:calc(100vh - 32px)}.product-popup__close{top:8px;right:8px;width:30px;height:30px}}@media(prefers-reduced-motion:reduce){.product-popup__overlay,.product-popup__dialog{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/product-popup.css.map */
