/* ==============================> CLASTER DE PRODUCTOS */

.wd-hover-with-fade.hover-ready:is(:hover, .state-hover) .content-product-imagin {
    visibility: hidden !important;
}

.wd-product:hover .product-wrapper {
    transform: translatey(0);
    transform: translatex(0);
    border: 1px solid #e3e3e3;
    padding: 12px !important;
    border-radius: 8px !important;
    background: #fff;
    transition: .4s all ease-in-out;
}

.wd-product .product-wrapper:hover {
    border-color: var(--e-global-color-primary);
    transform: scale(1.02);
}

.wd-product .wd-product-thumb img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.wd-product .discount-percentage,
.wd-product .wrap-price .precio-en-soles-single {
	display: none !important;
}

.wd-product .wrap-price{
    display: flex !important;
    justify-content: center !important;
    gap: 4px !important;
    flex-direction: column;
}

@media(max-width:768px) {

}