.row.product-item-list-col-3{
    max-height: 100%;
    max-width: 400px;
}
.product-item .buy-button-form{
    /*display:none !important;*/
}
.btn-lg.btn.find-price{
    display: none !important;
}
.product-item .product-item-image-wrapper , .product-item .product-item-title{
    margin-bottom: 0px;
}
.product-item .product-item-title a{
    color: #000;
}
.product-item .product-item-properties{
    /*color: #4f5052;*/
    color:#000;
    width: 100%;
    padding: 0px 15px;
}
.product-item-container{
    background-color: rgba( 255, 255, 255, 0.9);
}

.slick-prev.pull-left{
    position: absolute;
    top: 45%;
    left: -2%;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 1;
    background-color: #fff;
    border: none;
    box-shadow: -10px 0px 20px -5px #000;
}

.slick-next.pull-right{
    position: absolute;
    top: 45%;
    right: -2%;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 1;
    background-color: #fff;
    border: none;
    box-shadow: 5px 0px 15px -5px #000;
}
.slick-next.pull-right::after{
    content: '>';
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-right: 2rem;
}
.slick-prev.pull-left::after{
    content: '<';
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-left: 0;
}
.mb-4.catalog-section{
    margin-bottom: 15px;
}

.main-slider-action {
    width: 100%; /* или конкретное значение в px */
    max-width: 500px; /* пример */
    margin: 0 auto;
}

.row.product-item-list-col-3 {
    width: 300px;
}

/* Если нужно изменить ширину отдельных элементов карусели */
.product-item-small-card {
    width: 500px; /* пример */
}
/* Увеличение высоты всей карусели */
.main-slider-action .catalog-section.mini-banner {
    /*height: 500px;*/ /* Желаемая высота */
}

/* Если нужно увеличить высоту слайдов */
.row.product-item-list-col-3 .product-item-small-card {
    height: 450px; /* Высота карточек товаров */
}

/* Для внутренних элементов (изображений, текста) */
.product-item-image-wrapper,
.product-item-title {
    height: 100%; /* Чтобы содержимое занимало всю высоту */
}