.woocustom-loop-product-image {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 0;
}

.woocustom-loop-product-image__link,
.woocustom-loop-product-image__media {
    display: block;
    width: 100%;
}

.woocustom-loop-product-image__media {
    position: relative;
    overflow: hidden;
    height: 320px;
}

.woocustom-loop-product-image__img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center center;
    transition: opacity .3s ease, transform .3s ease;
    backface-visibility: hidden;
}

.woocustom-loop-product-image__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.woocustom-loop-product-image--has-hover:hover .woocustom-loop-product-image__img--primary,
.woocustom-loop-product-image--has-hover:focus-within .woocustom-loop-product-image__img--primary {
    opacity: 0;
}

.woocustom-loop-product-image--has-hover:hover .woocustom-loop-product-image__img--hover,
.woocustom-loop-product-image--has-hover:focus-within .woocustom-loop-product-image__img--hover {
    opacity: 1;
}
