

/* Start:/local/templates/template/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?1748927981961*/
.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-text {
    width: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.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;
}


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

    .product-detail__buy-price-wrapper .product-detail__buy-price-text {
        order: 1;
    }
}
/* 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/bitrix/catalog.element/.default/style.css?1748927981961 */
/* /local/components/ishop/club_price_popover/templates/.default/style.css?17489279812082 */
/* /local/components/sw/catalog.store.amount/templates/.default/style.css?17506757291312 */
