.product-card__price {
    height: auto;
}

.product-card__price .product-card__sale {
    margin-left: 0;
}

.product-card__sale span,
.product-card__price img {
    margin-bottom: 5px;
    font-size: 13px;
}

.product-card__sale span.product-card-sale__new {
    background-color: #C43E40;
    border-color: #C43E40;
    color: #fff;
}

.product-card__sale span.product-card-sale__hit {
    background-color: #006AB4;
}

.mainmenu-dd__seo {
    background-color: #474747;
}

.fancybox-container--video .fancybox-slide {
    display: flex;
    align-items: center;
}

.video-fancybox {
    width: 100%;
    aspect-ratio: 16/9;
}

.error {
    margin-bottom: 15px;
    color: red;
}

.checkstyled--hidden {
    position: absolute;
    opacity: 0;
    display: block;
    pointer-events: none;
}