.mi-product-slider .products,
.mi-product-slider ul.products {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;

}

.mi-product-slider li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;

}

.mi-product-slider .first,
.mi-product-slider .last {
    clear: none !important;

}


.woocommerce-loop-product__title {
    text-align: center;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.slider-price {
    display: block;
    text-align: center;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.splide__slide .slider-price span:nth-child(even) {
    color: rgb(201, 86, 86);
}

/*  .splide__slide .slider-price  span:nth-child(2){
color: rgb(61, 60, 60);
} */

/*Boton añadir al carrito*/
#mi-product-add-to-cart a {
    font-size: 17px;
    font-weight: 600;
    width: max-content !important;
    margin: auto;
    margin-top: 15px;
    text-decoration: none;
    padding: 15px 27px !important;
    color: #000;
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #000;
    font-weight: 500;
    transition: all 0.2s linear;
}


#mi-product-add-to-cart a:hover {
    background: var(--color-negro) !important;
    color: var(--color-blanco) !important;
}


.slider-product-card {
    height: 100%;
    background: #fff;
}

.product-slide-info {
    padding: 20px 20px 30px;
    text-align: center;
}

.product-slide-info a {
    text-decoration: none !important;
}


.product-slide-thum {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-slide-thum img {
    transition: transform 0.3s ease;
    width: 100%;
}

.product-slide-thum:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.1);
}



/*Paginacion*/
.splide__pagination {
    bottom: -50px;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    background-color: black;
    padding: 0 !important;
    border: 1px solid black;
    margin: 0px 7px 0px 7px;
}

.splide__pagination__page.is-active {
    transform: scale(1.2);
    opacity: 1;
    background-color: #FF6600;
    border: none !important;
}


/*Descuento*/
span.slider-onsale {
    position: absolute;
    background-color: red;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    padding: 20px;
    margin: 0 !important;
    clip-path: polygon(50% 0%, 59% 10%, 75% 6%, 79% 21%, 93% 25%, 90% 41%, 100% 50%, 90% 59%, 93% 75%, 79% 79%, 75% 94%, 59% 90%, 50% 100%, 41% 90%, 25% 94%, 21% 79%, 7% 75%, 10% 59%, 0% 50%, 10% 41%, 7% 25%, 21% 21%, 25% 6%, 41% 10%);
    top: 5px;
    left: 5px;
    line-height: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    z-index: 10;
}

.wp-block-column {
    position: relative;
}

span.badge-oferta-galeria-gutenberg {
    position: absolute;
    background-color: red;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    padding: 20px;
    margin: 0 !important;
    clip-path: polygon(50% 0%, 59% 10%, 75% 6%, 79% 21%, 93% 25%, 90% 41%, 100% 50%, 90% 59%, 93% 75%, 79% 79%, 75% 94%, 59% 90%, 50% 100%, 41% 90%, 25% 94%, 21% 79%, 7% 75%, 10% 59%, 0% 50%, 10% 41%, 7% 25%, 21% 21%, 25% 6%, 41% 10%);
    top: 5px;
    left: 5px;
    line-height: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    z-index: 10;
}