

/* Start:/local/templates/new/components/nastart/block/main_screen/style.css?1747745460419*/
.showcase{
    position: relative;
}
.showcase .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 450px){
    .showcase__inner, .showcase{
        min-height: unset !important;
        padding-bottom: unset !important;
    }
    .showcase .mask{
        display: flex;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section.list/main_categories/style.css?1758209169466*/
.shop-by-category {
    text-align: center;
    margin: 40px 0;
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.category-item img {
    width: 100%;
    border-radius: 10px;
}
.category-item span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* на мобилках вместо grid будет swiper */
@media (max-width: 768px) {
    .categories-grid {
        display: block;
    }
}

/* End */
/* /local/templates/new/components/nastart/block/main_screen/style.css?1747745460419 */
/* /local/templates/new/components/bitrix/catalog.section.list/main_categories/style.css?1758209169466 */
