.info-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .25s ease}.info-modal.is-open{opacity:1;pointer-events:auto}.info-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;cursor:pointer}.info-modal__panel{position:relative;z-index:1;box-sizing:border-box;width:100%;max-width:600px;max-height:calc(100vh - 2rem);overflow-x:hidden;overflow-y:auto;padding:3.5rem 2rem 4rem;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;text-align:center}.info-modal__close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;padding:0;border:0;background:transparent;color:#333;font-size:26px;line-height:1;cursor:pointer}.info-modal__close:hover,.info-modal__close:focus{opacity:.6}.info-modal__body{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin:0 auto;max-width:100%}.info-modal__image{display:block;max-width:80%;max-height:240px;object-fit:contain;border-radius:12px}.info-modal__title{margin:0;font-size:1.75rem;line-height:1.2;text-align:center}.info-modal__text{margin:0;line-height:1.6;text-align:center;max-width:60ch;color:#333}.info-modal__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#ffffffd9;color:#333;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000026}.info-modal__nav:hover,.info-modal__nav:focus{background:#fff}.info-modal__nav--prev{left:1rem}.info-modal__nav--next{right:1rem}@media(min-width:720px){.info-modal__nav--prev{left:calc(50% - 356px)}.info-modal__nav--next{right:calc(50% - 356px)}}.info-modal__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.info-modal__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#d6d6d6;cursor:pointer;transition:background .2s ease}.info-modal__dot.is-active{background:#333}
/*# sourceMappingURL=/cdn/shop/t/37/assets/info-modal.css.map */
