.products-slider .wrapper-medium .section-title{margin-bottom:40px}
.products-slider .card{background:var(--color_pure-white);min-height:500px;padding:24px;border-radius:18px}
@media(max-width:991px){.products-slider .card{min-height:420px}
}.products-slider .card .product-name{font-size:28px;font-weight:400;margin-bottom:24px}
.products-slider .card .banner-product{width:100%;max-height:450px;min-height:450px;display:-webkit-box;display:-ms-flexbox;display:flex;-o-object-fit:scale-down;object-fit:scale-down}
@media(max-width:991px){.products-slider .card .banner-product{min-height:270px;max-height:270px}
}.products-slider .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:1rem 0;list-style-type:none}
.products-slider .slick-dots li{margin:0 .25rem}
.products-slider .slick-dots button{display:block;width:8px;height:8px;padding:0;cursor:pointer;border:0;border-radius:10px;background-color:var(--color_black);text-indent:-9999px}
.products-slider .slick-dots li.slick-active button{background-color:var(--color_black);min-width:40px}
.products-slider .card-slider-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.products-slider .card-slider-dots .card-slider-arrow{width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}
.products-slider .card-slider-dots .card-slider-arrow:hover{opacity:.8}
.products-slider .card-slider-dots .card-slider-arrow-left{cursor:pointer;width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.products-slider .card-slider-dots .card-slider-arrow-left:hover{opacity:.8}
.products-slider .card-slider-dots .slick-disabled{display:none !important}