.swiper-wrapper {
    list-style: none;
    padding: 0;
}
.swiper-slide {
    text-align: center;
    cursor: pointer;
}
.widget-products .brand {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.widget-products .product-name {
    line-height: 20px;
    margin-bottom: 0px;
}
.widget-products .picto-pigment-control-solutions {
    height: 36px;
}
.widget-products .product-item-name {
    margin-bottom: 14px;
}
.widget-products .product-item-description {
    padding: 0 10px;
}
.widget-products .product-item-description p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item-information {
    padding: 15px 25px 25px 25px;
}
.product-item-details p {
    margin: 0;
}

.more-data .product-title {
    margin-bottom: 30px;
}
.more-data .platform-text {
    font-size: 14px;
    line-height: 25px;
}
.more-data .details {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 15px;
    border-bottom: 1px solid #000;
    width: 90%;
    margin: auto;
    padding: 5px 0;
    text-align: left;
}
.more-data .details .detail-title {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.more-data .details span {
    font-size: 12px;
    letter-spacing: normal;
}
.bloque18 .widget-products .cta-black {
    width: 100%;
    margin-top: 65px;
}
@media(min-width: 1025px) {
    .product-item-information:hover .more-data {
        opacity: 1;
        bottom: 80px;
    }
    .product-item-information:hover .product-image-wrapper {
        filter: blur(10px);
        opacity: .3;
    }
    .product-item-information:hover .product-item-details {
        opacity: 0;
        transition: all .6s ease;
    }
    .more-data {
        display: block;
        transition: all .6s ease;
        opacity: 0;
        bottom: -10rem;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 0px 25px;
    }
}
@media(max-width: 1024px) {
    .more-data > div {
        display: none !important;
    }
    .bloque4 .cta-black {
        margin-top: 35px;
    }
    .product-item-information {
        padding: 30px 0px 0px;
    }
    .bloque4 .container-block {
        margin-bottom: 45px;
    }
    .bloque18 .widget-products .cta-black {
        margin-top: 35px;
    }
}
@media(max-width: 640px) {
    .swiper-products-pigmentacion .swiper-wrapper {
        flex-direction: column;
    }
    .swiper-products-pigmentacion .more-data,
    .widget-products-pigmentacion .swiper-button-prev,
    .widget-products-pigmentacion .swiper-button-next {
        display: none;
    }
}