.slider-prod-style-two {
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}

/* Card */

.slider-prod-style-two .product-carousel-right .product .card--product .attachment-woocommerce_thumbnail {
    height: auto;
    object-fit: cover;
}

@media screen and (min-width:1800px) {
    .slider-prod-style-two .product-carousel-right .product .card--product .attachment-woocommerce_thumbnail {
        height: auto;
    }
}


/* Image */

.slider-prod-style-two .container-fluid .wrap-img {
    z-index: -1;
}

.slider-prod-style-two .wrap-img img {
    width: auto;
    height: auto;
    max-width: none;
    float: right;
}

@media screen and (min-width:1800px) {
    .slider-prod-style-two .wrap-img img {
        width: 100%;
    }

}



/* Slider */


/* Arrows & Dots */

.slider-prod-style-two .container-fluid .product-carousel-right .slick-arrow {
    top: auto;
    bottom: -50px;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.slider-prod-style-two .container-fluid .product-carousel-right .slick-arrow.slick-prev {
    left: 25px;
}

.slider-prod-style-two .container-fluid .product-carousel-right .slick-arrow.slick-prev:before {
    content: url('../../../../src/assets/ico-arrow-black-slider.svg');
    display: block;
    line-height: 0px;
}

.slider-prod-style-two .container-fluid .product-carousel-right .slick-arrow.slick-next {
    left: 45px;
}

.slider-prod-style-two .container-fluid .product-carousel-right .slick-arrow.slick-next:before {
    content: url('../../../../src/assets/ico-arrow-black-slider.svg');
    transform: rotate(180deg) !important;
    display: block;
    line-height: 0px;
}

.slider-prod-style-two .container-fluid .product-carousel-right .slick-dots {
    width: auto;
    right: 30px;
    
}

.slider-prod-style-two .container-fluid .product-carousel-right .slick-dots li.slick-active button:before {
    color: transparent;
    width: 16px;
    height: 6px;
    background-color: #000;
    border-radius: 100px;
    top: calc(50% - 4px);
    margin: 0;
}

