

/* Start:/local/components/catalog/element/templates/.default/style.css?17412611252672*/

.button--loading{
    position: relative;
    pointer-events: none;
    opacity: 0.4;
}
.button--loading::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: black;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.card__head-block {
    position: relative;
    z-index: 2;
}

.card__wrapper {
    flex-direction: column!important;
}

.card__left {
    margin-bottom: 24px;
    max-height: none !important;
}

.card__center {
    position: initial!important;
    width: fit-content!important;
    column-gap: 117px!important;
}

.card__right {
    position: absolute;
    right: 0;
}

.card__swiper {
    height: 523px;
}

.card__swiper-slide-image {
    position: relative;
    display: block;
    width: 100%!important;
    height: 523px!important;
    border-radius: 20px!important;
}

.card__swiper-slide-image img {
    object-fit: cover!important;
}

.recommendations__card-promotion {
    top: initial!important;
    left: initial!important;
    right: initial!important;
    bottom: 0;
    width: 100%;
    padding: 16px 87px!important;
    justify-content: center!important;
    gap: 104px!important;
    backdrop-filter: blur(6px)!important;
    z-index: 10;
}

.recommendations__card-countdown {
    max-width: 288px;
}

.recommendations__card-countdown::after {
    right: -52px!important;
}

.card__wholesale-price {
    padding-bottom: 1.6rem;
    border-bottom: .1rem solid #1d1d1b;
    margin-bottom: 1.6rem;
    justify-content: flex-start!important;
    gap: 17px;
}

.card__wholesale-price .new {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 110%;
}

.card__wholesale-price .old {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 110%;
    text-decoration-line: line-through;
    text-underline-position: from-font;
}

@media (max-width: 767px) {
    .card__right {
        position: initial!important;
    }

    .card__center {
        width: 100%!important;
        column-gap: 0!important;
    }

    .recommendations__card-promotion {
        padding: 3.2rem 8.3rem!important;
        justify-content: space-between!important;
        gap: 0!important;
    }

    .recommendations__card-countdown::after {
        right: -3.2rem!important;
    }
}
/* End */


/* Start:/local/components/custom/breadcrumbs/templates/.default/style.css?1754901695576*/
.breadcrumbs__ellipsis {
    display: none;
}
@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs__txt:nth-child(n+4):not(:last-child) {
        display: none;
    }

    .breadcrumbs__ellipsis {
        display: inline-block;
        font-size: 3rem;
        line-height: 130%;
        color: #898485;
        cursor: pointer;
        position: relative;
        padding-right: 1rem;
    }

    .breadcrumbs__ellipsis::after {
        content: "/";
        position: absolute;
        right: -0.8rem;
        transform: translateX(100%);
        color: #898485;
    }
}
/* End */
/* /local/components/catalog/element/templates/.default/style.css?17412611252672 */
/* /local/components/custom/breadcrumbs/templates/.default/style.css?1754901695576 */
