/* Source: local */

@keyframes FullScreenGalleryContent_move-up__jA6GZ {
    to {
        transform: translateY(0)
    }

    0% {
        transform: translateY(200px)
    }
}

@keyframes FullScreenGalleryContent_old-image-goes-left__wuviD {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-100vw);
        opacity: 0
    }
}

@keyframes FullScreenGalleryContent_old-image-goes-right__mQ546 {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100vw);
        opacity: 0
    }
}

@keyframes FullScreenGalleryContent_new-image-comes-from-right__q8_O7 {
    0% {
        transform: translateX(100vw);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes FullScreenGalleryContent_new-image-comes-from-left__02h5I {
    0% {
        transform: translateX(-100vw);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.ProductCode_container__mu6wI {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #a0a1a3;
    border: none;
    background: none
}

.ProductCode_code__bD1_B {
    color: inherit;
    width: max-content
}

.ProductCardScreen_headline__dkMwY .ProductCardScreen_title__1vng6 {
    font-size: 26px;
    line-height: 32px
}

.ProductCardScreen_pageWrapper__kijo6 {
    margin-top: -16px;
    font-family: Arial, sans-serif;
    padding-bottom: 80px
}

.ProductCardScreen_headline__dkMwY {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    gap: 10px
}

.ProductCardScreen_breadcrumbsWrapper__atJcy {
    padding-top: 0;
    margin-bottom: 8px
}

.CardBasketBlock_container__Reuou {
    display: flex
}

.CardBasketBlock_iconContainer__8RYpd {
    height: 24px
}

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

.CardMedia_mediaContainer__dtZUl {
    height: max-content;
    position: relative;
    cursor: pointer
}

.CardMedia_img__uT_80 {
    align-items: center
}

.CardMedia_resizableImage__s_kTY {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%
}

.CardFavorites_notSelected__4uVrD {
    color: #b4b5b8
}

.CardInfo_info__zKUou {
    text-decoration: none;
    color: #1a1a1a
}

.CardInfo_info__zKUou:hover .CardInfo_text__GGroD {
    color: #e52e6b
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

@keyframes CardView_fade-in__IBLxe {
    0% {
        opacity: .05
    }

    to {
        opacity: 1
    }
}

@keyframes YMaps_fade-animation__KgtEm {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes DeliveryIntervalsForm_fade-in__H1COH {
    0% {
        opacity: .15
    }

    to {
        opacity: 1
    }
}

.PageNew_content__2ss_E {
    min-width: 1090px;
    margin: 0 auto;
    padding-left: 68px;
    padding-right: calc(68px - var(--scrollbar-width, var(--scrollbar-width-fallback)))
}

@media screen and (min-width:1440px) {
    .PageNew_content__2ss_E {
        max-width: 1440px;
        padding-left: 80px;
        padding-right: calc(80px - var(--scrollbar-width, var(--scrollbar-width-fallback)))
    }
}

