

/* Start:/local/templates/resitrix/components/bitrix/news.list/home_catalog_products/style.css?17773851223418*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("style.css");
?>.home-products {
    padding: 6rem 0;
    background: #fafafa;
    font-family: 'Montserrat', sans-serif;
}

.home-products__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.home-products__title {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.home-products__link {
    color: #90b102;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s;
}

.home-products__link:hover {
    color: #b7d400;
}

.home-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.home-products__item {
    height: 100%;
}

.home-products-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #1a1a1a;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    position: relative;
}

.home-products-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.home-products-card__img {
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(180deg, #f8f8f8 0%, #f2f2f2 100%);
}

.home-products-card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-products-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
}

.home-products-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.home-products-card__price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
    position: relative;
}

/* тонкая линия под ценой */
.home-products-card__price:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #90b102;
    margin-top: 8px;
}

/* описание */
.home-products-card__text {
    color: #666666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* кнопка */
.home-products-card__btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 28px;
    background: #90b102;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.home-products-card:hover .home-products-card__btn {
    background: #b7d400;
}

/* адаптив */

@media screen and (max-width: 991px) {
    .home-products {
        padding: 4rem 0;
    }

    .home-products__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .home-products__grid {
        grid-template-columns: 1fr;
    }

    .home-products__title {
        font-size: 2rem;
    }

    .home-products-card__img {
        height: 14rem;
    }
}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */
/* /local/templates/resitrix/components/bitrix/news.list/home_catalog_products/style.css?17773851223418 */
