product-zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-shadow),.5);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility 0s linear .25s;z-index:101}product-zoom-modal[open]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s ease}.product-zoom-modal__dialog{position:relative;width:min(1200px,92vw);height:min(90vh,880px);display:flex;background:#fff;color:rgb(var(--color-foreground));border-radius:20px;overflow:hidden}.product-zoom-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease;z-index:2;background-color:transparent;border:none}.product-zoom-modal__content{position:relative;display:grid;grid-template-columns:0px 1fr 0px;grid-template-rows:auto 1fr auto;padding:20px;height:100%;gap:20px 0}.product-zoom-modal__header{grid-column:1 / -1;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;text-align:center;gap:.35rem}.product-zoom-modal__header .title{margin:0;font-weight:700}.product-zoom-modal__header .title__icon-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.product-zoom-modal__subtitle{margin:0;font-size:14px;color:rgb(var(--color-foreground))}.product-zoom-modal__product-title{font-weight:600;color:#000000e0}.product-zoom-modal__viewport{grid-column:2;grid-row:2;position:relative;overflow:hidden;border-radius:14px}.product-zoom-modal__lens{position:absolute;width:200px;height:200px;border-radius:50%;border:2px solid rgba(var(--color-foreground-secondary),1);box-shadow:0 0 20px #0f0f0f0d;pointer-events:none;opacity:0;transform:scale(.9);transition:opacity .15s ease,transform .15s ease;background-repeat:no-repeat;background-color:#fff;z-index:3;display:block!important}.product-zoom-modal__lens.is-active{opacity:1;transform:scale(1)}.product-zoom-modal__track{display:flex;height:100%;transition:transform .35s ease;will-change:transform}.product-zoom-modal__slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;background:#f3f4f6;padding:20px}.product-zoom-modal__image{max-width:max-content;max-height:100%;object-fit:contain;border-radius:10px;transition:opacity .25s ease,transform .25s ease}.product__modal-opener--zoom .product__media{cursor:zoom-in}.product__media-zoom-hint{display:flex;align-items:center;gap:5px;font-size:14px;letter-spacing:.01em;color:rgba(var(--color-foreground),1);text-align:center;width:100%;justify-content:center;margin:20px 0 0}.product__media-zoom-hint__icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem}.product__media-zoom-hint__icon svg{width:1rem;height:1rem}.product-zoom-modal__slide.is-loaded .product-zoom-modal__image{opacity:1;transform:scale(1)}.product-zoom-modal__nav{width:30px;height:30px;border-radius:999px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease;background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));border:none;position:absolute;top:50%;z-index:3}.product-zoom-modal__nav:hover{background:rgba(var(--color-button-hover),var(--alpha-button-background))}.product-zoom-modal__nav[disabled]{opacity:.4;cursor:not-allowed;transform:none;background-color:rgba(var(--color-foreground-secondary),1)}.product-zoom-modal__nav svg{width:100%;height:.6rem}.product-zoom-modal__prev{left:40px}.product-zoom-modal__next{right:40px}.product-zoom-modal__prev .svg-wrapper{transform:rotate(90deg)}.product-zoom-modal__next .svg-wrapper{transform:rotate(-90deg)}.product-zoom-modal__footer{grid-column:2;grid-row:3;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground));padding-bottom:6px}.product-zoom-modal__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease}product-zoom-modal.is-loading .product-zoom-modal__spinner{opacity:1}.product-zoom-modal__spinner:before{content:"";width:44px;height:44px;border-radius:999px;border:3px solid rgba(255,255,255,.2);border-top-color:#ffffffe6;animation:zoom-modal-spin .9s linear infinite}@keyframes zoom-modal-spin{to{transform:rotate(360deg)}}@media screen and (max-width: 749px){product-zoom-modal{display:none}.product__media-zoom-hint{display:none}.product__modal-opener--zoom .product__media{cursor:default}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/product-zoom-modal.css.map */
