/* Hide wishlist */
#ideal-product-module .yith-wcwl-add-to-wishlist {
    display: none !important;
}

/* Product title */
#ideal-product-module a h2 {
    color: #FFF !important;
    text-align: center;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0.256px; 
    padding: 0px 10px;
}

/* Product item */
@media (max-width: 980px) {
    #ideal-product-module li {
        width: 100% !important;
    }
}

/* Carrousel buttons next/prev */
#ideal-product-module .slick-prev,
#ideal-product-module .slick-next {
    position: absolute;
    top: 50%;
    background-color: transparent;
    background-position: center;
    border: none;
    display: block;
    cursor: pointer;
    color: transparent;
    width: 25px;
    height: 25px;
}
#ideal-product-module .slick-prev {
    left: -30px !important;
    background-image: url('/wp-content/uploads/2024/01/slider-arrow-left.svg') !important;
    background-repeat: no-repeat;
}
#ideal-product-module .slick-next {
    right: -30px !important;
    background-image: url('/wp-content/uploads/2024/01/slider-arrow-right.svg') !important;
    background-repeat: no-repeat;
}
#ideal-product-module .slick-prev:hover,
#ideal-product-module .slick-next:hover {
    opacity: 0.7;
}
@media (max-width: 980px) {
    #ideal-product-module .slick-prev {
        left: 0px !important;
    }
    #ideal-product-module .slick-next {
        right: 0px !important;
    }
    #ideal-product-module .slick-list {
        margin: 0 auto;
        width: 95%;
    }
}
@media (max-width: 768px) {
    #ideal-product-module .slick-list {
        margin: 15px auto 0px;
        width: 85%;
    }
}