

/* Start:/local/templates/lreshop/components/bitrix/news.detail/static.detail/style.css?17857507884847*/
.top-banner {
    margin-bottom: 40px;
}

.top-banner picture,
.top-banner img,
.responsive-image-with-text picture,
.responsive-image-with-text img,
.category-card picture,
.category-card img,
.product-card picture,
.product-card img {
    display: block;
    width: 100%;
}

.top-banner img {
    height: auto;
}

.responsive-image-with-text {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    margin: 40px 0;
}

.responsive-image-with-text-image img {
    height: auto;
}

.responsive-image-with-text-text {
    font-size: 16px;
    line-height: 1.6;
}

.responsive-image-with-text-text > *:last-child,
.category-card__content > *:last-child,
.product-card__content > *:last-child {
    margin-bottom: 0;
}

.categories-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 40px 0;
}

.category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

.category-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f7f7f7;
}

.category-card__image img {
    height: 100%;
    object-fit: cover;
}

.category-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.category-card__content a,
.product-card__content a,
.responsive-image-with-text-text a {
    color: var(--theme-b-link-hover, #0fa0da);
}

.category-card__content a:hover,
.product-card__content a:hover,
.responsive-image-with-text-text a:hover {
    color: var(--theme-b-link, #333);
}

.product-card .sp-button_link,
.product-card .sp-button_link:link,
.product-card .sp-button_link:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 100%;
    margin: 12px 0 0;
    padding: 11px 22px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.product-card .sp-button_link:hover,
.product-card .sp-button_link:focus {
    border-color: #bdbdbd;
    background: #f7f7f7;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    text-decoration: none;
}

.products-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 40px 0;
}

.product-card {
    display: grid;
    grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

.product-card__image {
    min-height: 240px;
    background: #f7f7f7;
}

.product-card__image picture,
.product-card__image img {
    height: 100%;
}

.product-card__image img {
    object-fit: cover;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding: 24px 24px 24px 0;
    font-size: 16px;
    line-height: 1.5;
}

.product-card__content h2,
.product-card__content h3,
.product-card__content h4,
.category-card__content h2,
.category-card__content h3,
.category-card__content h4 {
    margin-bottom: 0;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .responsive-image-with-text {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .categories-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-card {
        grid-template-columns: minmax(180px, 42%) minmax(0, 1fr);
    }

    .product-card__content {
        padding: 20px 20px 20px 0;
    }
}

@media (max-width: 767px) {
    .top-banner {
        margin-bottom: 32px;
    }

    .responsive-image-with-text,
    .categories-row,
    .products-list {
        margin: 32px 0;
    }

    .categories-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .product-card__image {
        min-height: 0;
    }

    .product-card__image picture,
    .product-card__image img {
        height: auto;
    }

    .product-card__content {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .responsive-image-with-text-text,
    .product-card__content {
        font-size: 15px;
    }

    .category-card__content,
    .product-card__content {
        padding: 16px;
    }

    .product-card .sp-button_link,
    .product-card .sp-button_link:link,
    .product-card .sp-button_link:visited {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* End */
/* /local/templates/lreshop/components/bitrix/news.detail/static.detail/style.css?17857507884847 */
