
/* Balaeno Featured Image Zoom v1.0.1 */

.bfiz-frame {
    background: var(--bfiz-bg, #fff);
    overflow: hidden;
}

.bfiz-catalog-frame {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bfiz-frame img,
.bfiz-img {
    object-fit: var(--bfiz-fit, contain) !important;
    object-position: center center !important;
    transition: transform .25s ease, opacity .25s ease;
    transform-origin: center center;
    will-change: transform;
}

/* Common WooCommerce catalog cards */
.woocommerce ul.products li.product a img.bfiz-img,
.woocommerce-page ul.products li.product a img.bfiz-img,
.products .product a img.bfiz-img {
    width: 100% !important;
    height: 100% !important;
}

/* Product page gallery */
.woocommerce-product-gallery__image.bfiz-frame {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
