

/* Start:/local/templates/bionagro/components/bitrix/news/news_catalog/bitrix/news.list/catalog_section/style.css?17428188161045*/
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.product-item-link {
    text-decoration: none; 
    color: black; 
    transition: color 0.3s ease;
}

.h1_cat {
    padding-top: 1%;
}
.catalog_row1 {
   display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    padding-bottom: 60px;
}
.product-item2 {
    width: 33.3333333333%;
    padding: 10px 15px;
}
.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: transform 0.3s ease;
}

div.card2{
    background:#fffae2;
}

.card:hover {
    transform: scale(1.05);
}

.card-img-top {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.card-body {
    text-align: center;
    display: grid;
    place-items: center;
    height:100px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; 
    flex-grow: 1; 

}



@media (max-width: 768px) {
    .product-item {
        flex: 1 1 100%; 
    }
}

/* End */
/* /local/templates/bionagro/components/bitrix/news/news_catalog/bitrix/news.list/catalog_section/style.css?17428188161045 */
