

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/front_sections_svg/style.css?17787501642734*/
.sections_wrapper--svg {
    padding: 10px 0;
    background: #000;
}

.sections_wrapper--svg .top_block {
    margin-bottom: 15px;
    padding: 0 20px;
}

.sections_wrapper--svg .title_block {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.product_categories__row {
    display: flex;
    margin-bottom: 10px;
}

.category_logo {
    width: 20%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_logo.empty {
    visibility: hidden;
}

.category_logo__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_logo__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.category_logo__title {
    display: none;
}

.product_cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_card {
    width: 16.666%;
    padding: 1px;
    text-align: center;
}

.product_card__image {
    margin-bottom: 3px;
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}

.product_card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.product_card__title {
    padding: 0 5px;
}

.product_card__title a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
    min-height: 34px;
}

.product_card__title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
    .category_logo,
    .product_card {
        width: 20%;
    }
    
    .product_cards {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .category_logo,
    .product_card {
        width: 25%;
    }
    
    .product_cards {
        width: 66.667%;
    }
    
    .sections_wrapper--svg .title_block {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .sections_wrapper--svg .top_block {
        margin-bottom: 10px;
        padding: 0 15px;
    }
    
    .sections_wrapper--svg .title_block {
        font-size: 18px;
    }
    
    .product_categories__row {
        flex-direction: column;
    }
    
    .category_logo {
        width: 100%;
        padding: 5px;
    }
    
    .category_logo.empty {
        display: none;
    }
    
    .category_logo__image {
        width: 100%;
    }
    
    .category_logo__image img {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .product_cards {
        width: 100%;
    }
    
    .product_card {
        width: 33.333%;
    }
} 
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section.list/front_sections_svg/style.css?17787501642734 */
