.crecewp-product-hover-image {
    width: 100%;
}

.crecewp-product-hover-image__wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    vertical-align: top;
    width: 100%;
}

.crecewp-product-hover-image__image {
    display: block;
    width: 100%;
    height: 100%;
    transition-property: opacity, transform, filter;
    transition-duration: 350ms;
    transition-timing-function: ease;
}

.crecewp-product-hover-image__image--hover {
    position: absolute;
    inset: 0;
}

.crecewp-product-hover-image--fade .crecewp-product-hover-image__image--hover {
    opacity: 0;
}

.crecewp-product-hover-image--fade:hover .crecewp-product-hover-image__image--hover {
    opacity: 1;
}

.crecewp-product-hover-image--slide .crecewp-product-hover-image__image--hover {
    opacity: 1;
}

.crecewp-product-hover-image--slide-right .crecewp-product-hover-image__image--hover {
    transform: translateX(100%);
}

.crecewp-product-hover-image--slide-left .crecewp-product-hover-image__image--hover {
    transform: translateX(-100%);
}

.crecewp-product-hover-image--slide-top .crecewp-product-hover-image__image--hover {
    transform: translateY(-100%);
}

.crecewp-product-hover-image--slide-bottom .crecewp-product-hover-image__image--hover {
    transform: translateY(100%);
}

.crecewp-product-hover-image--slide:hover .crecewp-product-hover-image__image--hover {
    transform: translate(0, 0);
}
