.like.active svg path
{
    fill: #002873;
}

@media (hover: hover) and (pointer: fine)
{
    .new_card
    {
        overflow: visible;
    }

    .new_card .card_info-wrap
    {
        position: relative;
    }

    .new_card .new_card-hover
    {
        background: #ffffff;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateY(8px);
        transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
        visibility: hidden;
        z-index: 30;
    }

    .new_card:hover .new_card-hover
    {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }
}

@media (hover: hover) and (pointer: fine)
{
    .new_card .new_card-hover
    {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        padding: 0px 1px 5px 5px;
    }

    .new_card .new_card-tabs
    {
        padding-top: 12px;
    }

    .new_card .boxs
    {
        margin-bottom: 10px;
    }
}

@media (hover: none), (pointer: coarse)
{
    .new_card
    {
        overflow: hidden;
    }

    .new_card .card_info-wrap
    {
        position: relative;
    }

    .new_card .new_card-hover
    {
        background: #ffffff;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        opacity: 1;
        padding: 10px 0px 0px 0px;
        pointer-events: auto;
        position: static;
        transform: none;
        visibility: visible;
        z-index: 1;
    }

    .new_card .boxs
    {
        margin-bottom: 10px;
    }

    .new_card .new_card-tabs
    {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 12px;
    }

    .new_card .new_card-tabs > div:first-child
    {
        flex: 0 0 auto;
    }

    .new_card .js-product-quant-container
    {
        flex: 1 1 auto;
        min-width: 110px;
    }

    .new_card .new_card-link
    {
        display: flex;
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .new_card .admission_button
    {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

@media (hover: hover) and (pointer: fine)
{
    .wi-section-products .new_card
    {
        overflow: hidden;
    }

    .wi-section-products .new_card .card_info-wrap
    {
        position: relative;
    }

    .wi-section-products .new_card .new_card-hover
    {
        background: #ffffff;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        left: auto;
        opacity: 1;
        padding: 10px 0px 0px 0px;
        pointer-events: auto;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
    }

    .wi-section-products .new_card .boxs
    {
        margin-bottom: 10px;
    }

    .wi-section-products .new_card .new_card-tabs
    {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 12px;
    }

    .wi-section-products .new_card .new_card-tabs > div:first-child
    {
        flex: 0 0 auto;
    }

    .wi-section-products .new_card .js-product-quant-container
    {
        flex: 1 1 auto;
        min-width: 110px;
    }

    .wi-section-products .new_card .new_card-link
    {
        display: flex;
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .wi-section-products .new_card .admission_button
    {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

.wi-new-slider .newSlider .swiper-wrapper,
.wi-section-products .newSlider3 .swiper-wrapper
{
    align-items: stretch;
}

.wi-new-slider .newSlider .swiper-slide,
.wi-section-products .newSlider3 .swiper-slide
{
    height: auto;
    display: flex;
}

.wi-new-slider .new_card,
.wi-section-products .new_card
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wi-new-slider .new_card-photo,
.wi-section-products .new_card-photo
{
    flex: 0 0 auto;
}

.wi-new-slider .card_info-wrap,
.wi-section-products .card_info-wrap
{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.wi-new-slider .new_card-info,
.wi-section-products .new_card-info
{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.wi-new-slider .new_info-box,
.wi-section-products .new_info-box
{
    flex: 1 1 auto;
}

.wi-new-slider .new_info-price,
.wi-section-products .new_info-price
{
    margin-top: auto;
}

.new_card-photo
{
    position: relative;
}

.new_card-sale-badge
{
    display: block;
    left: 10px;
    line-height: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    width: 110px;
    z-index: 12;
}

.new_card-sale-badge img
{
    border: none;
    display: block;
    height: auto;
    width: 100%;
}

@media (max-width: 480px)
{
    .new_card-sale-badge
    {
        left: 8px;
        top: 8px;
        width: 92px;
    }
}


.new_card .new_card-photo .new_card-sale-badge img
{
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block;
    height: auto;
    outline: 0 !important;
    width: 100%;
}

.new_info-price-discount
{
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.new_info-price-discount .new_info-price-current
{
    color: #d71920;
    white-space: nowrap;
}

.new_info-price-discount .new_info-price-old
{
    color: #7d8790;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: line-through;
    white-space: nowrap;
}

@media (max-width: 480px)
{
    .new_info-price-discount
    {
        gap: 4px;
    }

    .new_info-price-discount .new_info-price-old
    {
        font-size: 13px;
    }
}
