

/* Start:/bitrix/templates/trendylight_main/components/bitrix/catalog/od_catalog/style.css?17876691035878*/
.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    box-sizing: border-box;
}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

/* Корневая страница каталога */
.od-catalog-hub,
.od-catalog-hub * {
    box-sizing: border-box;
}

.od-catalog-hub {
    width: auto;
    margin: 2.6rem 3rem 7.6rem;
    color: #090808;
}

.od-catalog-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
    width: 100%;
}

.od-catalog-hub__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: #f2f0ec;
    border: 1px solid #dedbd5;
}

.od-catalog-hub__visual {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f6f5f2;
}

.od-catalog-hub__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .35s ease;
}

@media (hover: hover) {
    .od-catalog-hub__visual:hover img {
        transform: scale(1.025);
    }
}

.od-catalog-hub__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 2.4rem;
}

.od-catalog-hub__title {
    margin: 0 0 2rem;
    padding: 0 0 1.4rem;
    border-bottom: 1px solid #cbc7c0;
    font: inherit;
    font-size: clamp(2.4rem, 2.2vw, 3.6rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-align: left;
    text-transform: none;
}

.od-catalog-hub__title a,
.od-catalog-hub__title a:hover,
.od-catalog-hub__title a:focus {
    color: #090808;
    opacity: 1;
    text-decoration: none;
}

.od-catalog-hub__details {
    width: 100%;
    margin-top: auto;
}

.od-catalog-hub__action {
    display: flex;
    width: 100%;
    min-height: 5.6rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    margin: 0;
    padding: 1.4rem 1.8rem;
    border: 1px solid #090808;
    border-radius: 0;
    background: #090808;
    color: #fff;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
}

.od-catalog-hub__action::-webkit-details-marker {
    display: none;
}

.od-catalog-hub__action:hover,
.od-catalog-hub__action:focus {
    background: #242321;
    border-color: #242321;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.od-catalog-hub__action--link {
    margin-top: auto;
}

.od-catalog-hub__action-icon {
    position: relative;
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
}

.od-catalog-hub__action-icon::before,
.od-catalog-hub__action-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.od-catalog-hub__action-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.od-catalog-hub__details[open] .od-catalog-hub__action-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.od-catalog-hub__subcategories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 1px solid #d3d0ca;
    border-left: 1px solid #d3d0ca;
    background: #fff;
}

.od-catalog-hub__subcategories a {
    display: flex;
    min-width: 0;
    min-height: 5.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.2rem 1.6rem;
    border-right: 1px solid #d3d0ca;
    border-bottom: 1px solid #d3d0ca;
    color: #090808;
    font: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
}

.od-catalog-hub__subcategories a:nth-child(2n) {
    border-right: 0;
}

.od-catalog-hub__subcategories a:hover,
.od-catalog-hub__subcategories a:focus {
    background: #eeeae3;
    color: #090808;
    opacity: 1;
    text-decoration: none;
}

@media (max-width: 991px) {
    .od-catalog-hub {
        margin-right: 2rem;
        margin-left: 2rem;
    }

    .od-catalog-hub__grid {
        gap: 1.8rem;
    }

    .od-catalog-hub__content {
        padding: 2rem;
    }

    .od-catalog-hub__subcategories {
        grid-template-columns: 1fr;
    }

    .od-catalog-hub__subcategories a,
    .od-catalog-hub__subcategories a:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .od-catalog-hub {
        margin: 1.6rem 2rem 4.8rem;
    }

    .od-catalog-hub__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

    .od-catalog-hub__visual {
        aspect-ratio: 4 / 3;
    }

    .od-catalog-hub__content {
        padding: 1.8rem;
    }

    .od-catalog-hub__title {
        margin-bottom: 1.6rem;
        padding-bottom: 1.2rem;
        font-size: 2.5rem;
        line-height: 1.15;
    }

    .od-catalog-hub__action {
        min-height: 5rem;
        padding: 1.2rem 1.5rem;
        font-size: 1.7rem;
    }

    .od-catalog-hub__subcategories a {
        min-height: 4.8rem;
        padding: 1.1rem 1.4rem;
        font-size: 1.6rem;
    }
}

/* End */
/* /bitrix/templates/trendylight_main/components/bitrix/catalog/od_catalog/style.css?17876691035878 */
