/*Oculta la sección de NewsLetter*/
.elementor-11 .elementor-element.elementor-element-f2c68ac:not(.elementor-motion-effects-element-type-background) {
	display: none !important;
}


.logo_white {
    filter: none !important
}

.line {
	display: none;
}


.social-sharing {
	display: none;
}

/* 1. Mantenemos el fondo rojo (o blanco) en el contenedor sin romper su comportamiento */
.lSSlideWrapper {
    background-color: #ffffff !important; /* Aquí ves el bloque */
}

/* 2. Atacamos directamente al elemento de la lista del slider, no al contenedor global */
.lSSlideWrapper .lslide {
    display: flex !important;
    align-items: center !important;    /* Centrado vertical */
    justify-content: center !important; /* Centrado horizontal */
    height: 100% !important;           /* Obliga a ocupar todo el alto del contenedor rojo */
}

/* 3. Ajustamos la imagen interna para que flote y no se estire */
/*.lSSlideWrapper .lslide img {
/*    max-height: 100% !important;       /* No se pasa del alto rojo */
/*    width: auto !important;            /* Mantiene proporción */
/*    max-width: 100% !important;        /* Evita desbordes horizontales */
/*    display: block !important;
/*}

.lSAction > a {
    color: red !important;
}

.product-detail .lSAction > a {
    height: 38px;
    background-color: #52b3c3;
}

