.slider_prod_style_one{
    content-visibility: auto;
    contain-intrinsic-size: 850px;
}

/* CARD */

.slider_prod_style_one .product-carousel .product .card--product .attachment-woocommerce_thumbnail {
    height: auto;
    object-fit: cover;
}

@media screen and (min-width:1800px) {
    .slider_prod_style_one .product-carousel .product .card--product .attachment-woocommerce_thumbnail {
        height: auto;
    }
}



/* Image */

.slider_prod_style_one .wrap-img img, 
.slider_prod_style_one .wrap-icon img {
    width: auto;
    height: auto;
    max-width: none;
}

/* SLIDER */

.slider_prod_style_one .product-carousel {
    margin-bottom: 0;
}

.slider_prod_style_one .product-carousel .slick-list {
    padding:0 16px 0 0;
}

/* Arrows & Dots */

.slider_prod_style_one .container-fluid .product-carousel .slick-arrow {
    top: auto;
    bottom: -50px;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-prev {
    left: 16px;
}

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

.slider_prod_style_one .container-fluid .product-carousel .slick-arrow.slick-next {
    left: 144px;
}

.slider_prod_style_one .container-fluid .product-carousel .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_one .container-fluid .product-carousel .slick-dots {
    width: auto;
    left: 50px;

}

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