

/* Start:/local/templates/template/components/bitrix/catalog/.default/style.css?17743566444147*/
/* region section.php  */
.catalog-content__filter.catalog-content__filter--desktop {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
}

.catalog-content__filter.catalog-content__filter--mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .catalog-content__filter.catalog-content__filter--desktop {
        display: none;
    }

    .catalog-content__filter.catalog-content__filter--mobile {
        display: flex;
    }

    .section-notop {
        background-color: #F7F9FB;
    }

    .section-notop .container {
        padding: 20px 0 0;
    }

    .heading.heading-black,
    .expand-text.main-categories,
    .catalog-content__filter,
    .catalog-content__prodlist.grid-layout
    {
        padding: 0 20px;
    }

    .product-desc-text__footer.expand-text-button {
        left: 20px;
    }

    [data-expand].is-expanded .expand-text-button {
        left: 0;
    }

    .product-desc-text__footer.expand-text-button {
        background: #F7F9FB;
    }

    .catalog-content__filter {
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
    }

    .custom-multiselect.js-sort-select {
        padding: 10px;
        padding-left: 33px;
        width: 162px;
        min-height: 40px;

        position: relative;
        display: flex;
        align-items: center;

        border-radius: 25px;
        
        border: 1px solid rgba(178, 178, 178, 0.1);
        box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, .09);
        background-color: #fff;

        font-size: 12px;
        font-weight: 400;
        color: #333333;

        cursor: pointer;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-multiselect.js-sort-select.is-open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .custom-multiselect.js-sort-select::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('/local/templates/template/components/bitrix/catalog/.default/./images/section_icon-sort.svg') center/contain no-repeat;
        z-index: 1;
    }

    .custom-multiselect .dropdown-list {
        display: none;
    }

    .custom-multiselect.is-open .dropdown-list {
        padding: 4px 0 4px 33px;

        width: 162px;
        max-height: 200px;

        position: absolute;
        top: 50%;
        left: -1px;
        z-index: 5;

        display: flex;
        flex-direction: column;
        gap: 10px;

        border-radius: 25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        /* border: 1px solid rgba(178, 178, 178, 0.1); */
        box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.09);
        background: #FFFFFF;

        overflow-y: auto;
    }

    .custom-multiselect.is-open .catalog-content__filter-link {
        margin: 0;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        list-style-type: none;
    }

    .custom-multiselect.is-open .catalog-content__filter-link:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 108%;
        border: 1px solid #333333;
        bottom: -5px;
        left: -22px;
        transform: scaleY(0.5);
        transform-origin: bottom; 
    }

    .catalog-content__filter-params.j-catalog-aside-trigger {
        position: relative;
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid rgba(178, 178, 178, 0.1);
        box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.09);
    }

    .catalog-content__filter-params.j-catalog-aside-trigger::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('/local/templates/template/components/bitrix/catalog/.default/./images/section_icon-settings.svg') center/contain no-repeat;
    }

    .section-sm.section-lg {
        display: none;
    }
}
/* endregion */

/* End */


/* Start:/local/templates/template/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17731217285354*/
.product-detail__promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 7px;
    background-color: #171717;
}

.product-detail__promo-content {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-detail__promo-icon {
    display: block;
    background: url('/local/templates/template/components/bitrix/catalog/.default/bitrix/catalog.element/.default/images/black-friday-icon.svg');
    width: 15px;
    height: 18px;
}

.product-detail__promo-text,
.product-detail__promo-timer {
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #BC71F5, #00D4FE, #00F2FE);
}

.product-detail__buy-price-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}

.product-detail__buy-price-wrapper .product-detail__buy-price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-detail__buy-price-wrapper .product-detail__buy-price--with-discount {
    gap: 28px;
}

.product-detail__buy-price-wrapper .product-detail__buy-price-text {
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.product-detail__buy-price-text>b {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #BC71F5, #00D4FE, #00F2FE);
}

.product-detail__buy-price-wrapper .product-detail__price-discount {
    display: flex;
    align-items: center;
    gap: 2px;
}

.product-detail__price-discount .product-detail__price-group {
    display: flex;
    align-items: center;
    gap: 2px;
}

.product-detail__price-group .product-detail__price-original {
    color: var(--color-gr80, #8e8e8e);
    font-size: 18px;
    text-decoration: line-through;
}

.product-detail__price-group .product-detail__price-currency {
    color: var(--color-gr80, #8e8e8e);
    font-size: 18px;
}

.product-detail__price-group--difference {
    background-color: #BC71F5;
    border-radius: 5px;
    padding: 0 4px;
}

.product-detail__price-group .product-detail__price-save,
.product-detail__price-group .product-detail__price-currency--difference {
    color: #FFFFFF;
    font-size: 16px;
}

.product-detail__buy-price-price.product-detail__buy-price-price_inactive {
    font-weight: 400;
    color: var(--color-gr80, #8e8e8e);
    font-size: 26px;
    line-height: 36px;
}

.product-detail__buy-price .product-detail__price-price--discount {
    display: flex;
    align-items: center;
    gap: 4px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #BC71F5, #00D4FE, #00F2FE);
}

.product-detail__price-main {
    display: flex;
}

.product-detail__price-price--discount .product-detail__price-currency {
    font-size: 30px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #00D4FE, #00F2FE);
}

.product-detail__buy-price-wrapper .product-detail__price-discount--mobile {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .product-detail__buy-price-price.product-detail__buy-price-price_inactive {
        font-size: 20px;
        line-height: 26px;
    }

    .product-detail__buy-price-wrapper .product-detail__buy-price-text {
        order: 1;
    }
}

@media only screen and (max-width: 460px) {
    .product-detail__promo-text,
    .product-detail__promo-timer {
        font-size: 16px;
    }

    .product-detail__buy-price-wrapper {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 27px;
    }

    .product-detail__buy-price-wrapper .product-detail__buy-price {
        margin: 0;
        gap: 0;
    }

    .product-detail__buy-price-wrapper .product-detail__price-discount {
        display: none;
    }

    .product-detail__buy-price .product-detail__price-price--discount {
        gap: 9px;
        background-image: none;
    }    

    .product-detail__price-main {
        display: flex;
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        background-image: linear-gradient(to right, #BC71F5, #00D4FE, #00F2FE);
    }
    
    .product-detail__price-group .product-detail__price-original {
        font-size: 16px;
        font-weight: 400;
    }
    
    .product-detail__buy-price-wrapper .product-detail__price-discount--mobile {
        display: flex;
    }

    .product-detail__price-group .product-detail__price-save {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
    }

    .product-detail__price-discount .product-detail__price-group--difference {
        padding: 4px;
    }

    .product-detail__price-price--discount .product-detail__price-currency {
        font-size: 22px;
        background-image: none;
    }

    .product-detail__price-group .product-detail__price-currency {
        font-size: 16px;
        color: var(--color-gr80, #8e8e8e);
        margin: 0;
    }

    .product-detail__price-group .product-detail__price-currency--difference {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 12px;
    }
}
/* End */


/* Start:/local/components/ishop/club_price_popover/templates/.default/style.css?17489279812082*/

.club-price-popover {
    position: absolute;
    width: fit-content;
    max-width: 360px;
    height: 160px;
    overflow: visible;
    inset: unset;
    border: none;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    padding: 20px 20px 30px;
    transition: opacity .3s, transform .3s, overlay .3s allow-discrete, display 3.5s allow-discrete;
    margin: 0;
    border-radius: 3px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.club-price-popover:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background-color: white;
    z-index: -1;
}

.club-price-popover:popover-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: initial;
}

@starting-style {
    .club-price-popover:popover-open {
        opacity: 0;
        transform: translateY(20px);
    }
}

.popover-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    line-height: 21px;
}

.club-price-popover-trigger,
.popover-content button {
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    line-height: 0;
    padding: 4px;
}

.popover-content button {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: none;
}


@media only screen and (max-width: 1199px) {
    .club-price-popover {
        width: 100%;
        max-width: 100dvw;
        top: calc(100dvh - 306px) !important;
        height: 308px;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        position: fixed;
        border-radius: 20px 20px 0 0;
    }

    .club-price-popover::backdrop {
        background-color: rgba(0, 0, 0, 0.63);
    }

    .popover-content button {
        display: block;
    }

    .popover-content {
        padding-right: 26px;
        font-size: 12px;
    }

    .club-price-popover:before {
        display: none !important;
    }
}
/* End */


/* Start:/local/components/sw/catalog.store.amount/templates/.default/style.css?17506757291312*/
.product-detail__store {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    gap: 8px;
}

.product-detail__store-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    margin: 0 0 30px;
    container: store-list / inline-size;
}

.product-detail__store-item {
    display: flex;
    padding-left: 0;
    position: relative;
    width: 100%;
    list-style-type: none;
    flex-direction: column;
    gap: 0;
}

.product-detail__store-item:after {
    background: linear-gradient(24deg, rgb(208, 114, 249) 20%, rgb(0, 212, 254) 100%);
    background: var(--gradient-1);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}

.product-detail__store-item.inactive_store:after {
    background: var(--color-gr80);
}

.product-detail__store-item-title {
    padding-left: 20px;
}

.product-detail__store-item.inactive_store .product-detail__store-item-amount,
.product-detail__store-item.inactive_store .product-detail__store-item-title {
    color: var(--color-gr80, #8E8E8E);
}

@container store-list (inline-size >= 400px) {
    .product-detail__store-item {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
}
/* End */
/* /local/templates/template/components/bitrix/catalog/.default/style.css?17743566444147 */
/* /local/templates/template/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17731217285354 */
/* /local/components/ishop/club_price_popover/templates/.default/style.css?17489279812082 */
/* /local/components/sw/catalog.store.amount/templates/.default/style.css?17506757291312 */
