.gallery-zoom-icon{position:absolute;top:12px;right:12px;width:44px;height:44px;background:#e7e5e2;border:1px solid rgba(0,0,0,.15);border-radius:50%;cursor:zoom-in;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none;transition:background .2s ease,border-color .2s ease}@media (max-width:768px){.gallery-zoom-icon{width:38px;height:38px;top:10px;right:10px}}#product-lightbox.is-open{display:block;animation:lbFadeIn .3s cubic-bezier(.25,.46,.45,.94) forwards}.lightbox-full-img{width:100%;height:auto;display:block;object-fit:cover;animation:lbImgIn .5s cubic-bezier(.25,.46,.45,.94) both}.lightbox-full-img:nth-child(1){animation-delay:0s}.lightbox-full-img:nth-child(2){animation-delay:.06s}.lightbox-full-img:nth-child(3){animation-delay:.12s}.lightbox-full-img:nth-child(4){animation-delay:.18s}.lightbox-full-img:nth-child(5){animation-delay:.24s}.lightbox-full-img:nth-child(6){animation-delay:.3s}