

/* Start:/local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070*/
/* region search */
.catalog__search-page {
    margin: 0 12px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* endregion search */

/* region sections */
.catalog-sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

    margin: 0 12px;
}

.catalog-heading {
    color: var(--v-color-hexy);
    font-family: "Value Sans Pro";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    margin: 0;
}
/* endregion sections */



/* region section ---------> */
/* region child-sections */
.catalog-section__child-sections {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

/* endregion child-sections */


/* region elements */
.catalog-section {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin: 0 12px;
}
/* region sort */

.catalog-section__filter-sort-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;

    align-self: end;
}

.catalog-section__sort-button {
    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    position: relative;
    height: 38px;
    padding: 9px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #0000001A;
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #3D4041;
}


.sort-button__text {
    display: none;
}

@media (min-width: 1024px) {
    .sort-button__text {
        display: inline;
    }
}


.catalog-section__sort-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;

    height: 100%;
    max-height: 100%;
}

.sort__title {
    font-family: "Value Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--v-color-hexy);
}

.sort__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;

    height: 100%;
    max-height: 100%;
}

.sort__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sort__item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.sort__radio-input {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #BBBBBB;
    border-radius: 50%;
}


.sort__radio-input:checked {
    border: 2px solid var(--v-color-accent);
}

.sort__radio-input:checked::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--v-color-hexy);
    border-radius: 50%;
}

.sort__radio-label {
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #404040;
}


.sort__button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sort__button {
    cursor: pointer;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--v-color-hexy);
    background-color: transparent;
    font-family: "Value Sans Pro";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: var(--v-color-hexy);
    transition: all 0.3s ease;
}

.sort__button_accent {
    border: 1px solid var(--v-color-accent);
    background-color: var(--v-color-accent);
}

/* endregion sort */

/* endregion section <---------*/


/* region elem */
.catalog-element {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recomendation-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;

    padding: 0 12px;
}
/* endregion elem */



/* region media */

@media (min-width: 1024px) {
    .catalog-sections-wrapper {
        margin: 0;
    }

    .catalog-heading {
        font-size: 22px;
        line-height: 32px;
    }

    /* region section */
    .catalog-section {
        margin: 0;
        gap: 40px;
    }

    .catalog-section__title {
        font-size: 22px;
        line-height: 32px;
    }

    /* region filter */
    .catalog-section__filter-sort-wrapper {
        position: absolute;
    }

    /* sort */
    .catalog-section__filter-sort-wrapper .product__header {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 16px 0;
    }

    .catalog-section__filter-sort-wrapper .product__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        color: var(--v-color-outer-space);
    }

    .catalog-section__filter-sort-wrapper .product__heading {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    .smart-filter-toggle {
        cursor: pointer;
        padding: 8px;
        border-radius: 8px;
        outline: none;
        border: none;
        background-color: var(--v-color-soap);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .smart-filter-toggle svg {
        transition: transform 0.5s ease;
        transform: rotate(0deg);
        stroke: var(--v-color-outer-space);
        pointer-events: none;
    }

    .smart-filter-toggle_active svg {
        transform: rotate(180deg);
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: var(--v-color-nevada);
        margin: 0 32px 0 0;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        border-bottom: 1px solid var(--v-color-platinum);
        margin: 0;
        width: 100%;
        justify-content: space-around;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: var(--v-color-nevada);
        margin: 0 32px 0 0;
        padding: 0 0 21px 0;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        transition: color 0.5s ease;
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item:last-child {
        margin: 0;
    }

    @media (hover: hover) {
        .catalog-section__filter-sort-wrapper-desk .product-filter .filter__item:hover {
            color: var(--v-color-outer-space);
        }
    }

    .catalog-section__filter-sort-wrapper-desk .product-filter .filter--active {
        color: var(--v-color-outer-space);
        border-bottom: 3px solid var(--v-color-soap);
        cursor: default;
    }
    /* endregion filter */
    /* endregion section */

    /* region elem */
    .catalog-element {
        gap: 56px;
    }
    .recomendation-wrapper {
        gap: 68px;
        padding: 0;
    }
    /* endregion elem */
}
/* endregion media */

/* End */


/* Start:/local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/catalog.section.list/sections-banner/style.css?17375575261603*/
.sections-banner {
    min-height: 218px;
    background-color: #FFEBFF;
    padding: 24px 12px;
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sections-banner__title {
    font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #3D4041;

    margin: 0;
    width: calc(100% - 160px);
}

.sections-banner-wrapper {
    width: 100%;

    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;

    z-index: 1;
}

.section__item {
    width: max-content;

    padding: 8px 12px;
    border-radius: 12px;
    border: #F6F9FC 1px solid;
    background-color: #fff;
    text-decoration: none;

    transition: all 0.3s ease-in-out;
}

.section__item:hover {
    transform: scale(1.1);
}

.section__image {
    display: none;
}

.section__title {
    font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #676C6E;

    margin: 0;
}

.sections-banner__image {
    object-fit: contain;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

@media (min-width: 1024px) {
    .sections-banner {
        min-height: 200px;
        border-radius: 24px;
    }
    .sections-banner__title {
        font-size: 22px;
        line-height: 32px;
    }

    .sections-banner-wrapper {
        width: calc(100% - 160px);
    }

    .section__item {
        padding: 0 16px;

        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }

    .section__image {
        display: block;
    }

}

/* End */


/* Start:/local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/catalog.section.list/sections-products/style.css?17428081351195*/
.sections-products {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.sections-products__item.section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-products__header {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;

}

.section-products__title {
    margin: 0;
    padding: 0;
    font-family: "Value Sans Pro";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #3D4041;
}

.sections-products__description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

    padding: 16px 12px 32px 12px;
}

.sections-products__description {
    max-height: 230px;
    overflow-y: hidden;

    font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #3D4041;

    transition: max-height .3s ease-in-out;
}

.sections-products__description p {
    margin: 0 0 16px 0;
}

.sections-products__description-btn {
    display: none;

    cursor: pointer;
    font-family: "Value Sans Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    text-align: right;
    color: #3D4041;
}
/* End */


/* Start:/local/templates/clubtort/components/bitrix/system.pagenavigation/clubtort_pagenavigation/style.css?1743058928873*/
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1024px) {
    .pagination {
        justify-content: end;
        gap: 64px;
        align-items: center;
    }
}

.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;
    border-radius: 12px;

    cursor: pointer;
    background-color: #3D4041;
    box-shadow: 0px 1px 2px 0px #0000001A;
    transition: background-color 0.5s ease;
}

.pagination__link_disabled {
    background-color: #F6F9FC;
}

.pagination__link:not(.pagination__link_disabled) .pagination__link-svg path{
    fill: #fff;
}

.pagination__text {
    font-family: "Value Sans Pro";
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.pagination__link-svg_next {
    transform: rotate(180deg);
}

/* End */


/* Start:/local/components/sunweb/catalog.section-new/templates/sections-products/style.css?17600104501498*/
/* region section */
.catalog-items {
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2 - 9.6px));
    gap: 16px 12px;


    grid-auto-rows: 0;
    overflow: hidden;
    grid-template-rows: 1fr 1fr;
}

.catalog-items_grid-row-1 {
    grid-template-rows: 1fr;
}

.catalog__count-hidden-products {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #3D4041;

    z-index: 1;
}

.catalog__show-more {
    padding: 12px;
    width: 100%;

    border-radius: 12px;
    background-color: #CFBDFB;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #3D4041;

}
/* endregion section */

@media (min-width: 680px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(3, calc(100% / 3 - 9.6px));
    }
    /* endregion section */

    
}

@media (min-width: 940px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(4, calc(100% / 4 - 9.6px));
    }
    /* endregion section */

}


@media (min-width: 1024px) {
    .catalog-sections-wrapper {
        margin: 0;
    }

    .catalog-heading {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1280px) {
    /* region section */
    .catalog-items {
        grid-template-columns: repeat(5, calc(100% / 5 - 9.6px));
        grid-auto-rows: 0;
        overflow: hidden;
        grid-template-rows: 1fr;
    }
    /* endregion section */

}



/* End */


/* Start:/local/components/sunweb/catalog.section-new/templates/sections-products/sunweb/catalog.item-new/sections-products/style.css?17600104504842*/
:root {
    --width-height-svg: 24px;
}

.catalog__item {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000001A;

    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.catalog-product__header {
    display: flex;
    flex-direction: column;
    gap: 12px;

    position: relative;
}

.catalog-product__status-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;

    position: absolute;
    top: 0;
    left: 0;
}

.catalog__status { }

.status {
    width: fit-content;
    padding: 4px;
    border-radius: 4px;

    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
}

.status_our {
    background: linear-gradient(90deg, #9670F5 0%, #BF62B9 59%, #FF5EAC 100%);
}

.status_new {
    background-color: #3DABEF;
}


.catalog__favorite.favorite-button {
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;

    position: absolute;
    top: 0;
    right: 0;
}

.catalog__favorite.favorite-button::after {
    content: url("/local/components/sunweb/catalog.section-new/templates/sections-products/sunweb/catalog.item-new/sections-products/img/svg/favorite-no-active.svg");
    width: 24px;
    height: 24px;
}

.catalog__favorite.favorite-button.active::after {
    content: url("/local/components/sunweb/catalog.section-new/templates/sections-products/sunweb/catalog.item-new/sections-products/img/svg/favorite-active.svg");
    width: 24px;
    height: 24px;
}


.catalog__image-wrap {
    height: 165px;
    display: flex;
    justify-content: center;
}

.catalog__image-wrap_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 80px);
    gap: 8px;
}

.catalog__image {
    height: 165px;
    width: 153px;
    object-fit: contain;
}

.catalog__image-wrap_group .catalog__image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.review {
    height: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;

}

.review__info_stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.review__rating {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #3D4041;
}

.review__info_count {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #BBBBBB;
}

.catalog__name {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #3D4041;
    text-decoration: none;    

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: calc(18px * 3);
}
/* endregion header */

.catalog-product__info {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    background-color: var(--v-color-bg);
    color: var(--v-color-nevada);
    padding: 11px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    box-shadow: 0px 1px 2px 0px #0000001A;
}

/* region footer */
.catalog-product__footer {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.catalog-product__footer_hidden {
    display: none;
} 

.catalog-product__quantity-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.catalog-product__quantity {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 8px;
    text-align: center;
    color: #676C6E;

}

.catalog-product__quantity-minus.disabled, .catalog-product__quantity-plus.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

/* region price */

.catalog__prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.catalog__price, .catalog-product__quantity-price {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;

    color: #3D4041;
}


.catalog__price-wrapper {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.catalog__price_old {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;

    text-decoration-line: line-through;


    color: #BBBBBB;
}

.catalog__price-wrapper::before {
    content: "- " attr(data-discount)"%";
    background-color: #E22F37;
    padding: 2px;
    border-radius: 4px;

    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 10px;
    text-align: center;

}
/* endregion price */

.catalog-product__buy-picture {
    width: 38px;
    height: 38px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #F6F9FC;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000001A;
}

.catalog-product__buy-picture_accent {
    background-color: #CFBDFB;
}

.catalog-product__svg {
    width: 20px;
    height: 20px;
}

.catalog__price-opt {
    font-size: 10px;
    font-weight: 500;
    line-height: 1em;
}
/* End */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/style.css?17387564337070 */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/catalog.section.list/sections-banner/style.css?17375575261603 */
/* /local/templates/clubtort/components/bitrix/catalog/clubtort_catalog/bitrix/catalog.section.list/sections-products/style.css?17428081351195 */
/* /local/templates/clubtort/components/bitrix/system.pagenavigation/clubtort_pagenavigation/style.css?1743058928873 */
/* /local/components/sunweb/catalog.section-new/templates/sections-products/style.css?17600104501498 */
/* /local/components/sunweb/catalog.section-new/templates/sections-products/sunweb/catalog.item-new/sections-products/style.css?17600104504842 */
