.product-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-price__value {
    font-style: normal;
    line-height: 20px;
    font-weight: bold;
}

.product-price__economy {
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-black-55);
}

.kopilka_price {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #7CB342;
    display: inline-block;
    margin-right: 12px;
}

.nokopilka_price {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #737373;
    display: inline-block;
    margin-right: 12px;
}

.new_price_wrapper {
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    color: #737373;
    position: relative;
}

.new_price_wrapper b {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.kopilka_label.product-loyalty {
    position: absolute;
    right: -10px;
    top: -4px;
    background: transparent !important;
}
.kopilka_label.product-loyalty .loyalty__none-info-text a {
    color: #7CB342;
    text-decoration: underline;
    text-decoration-color: #7CB342;
}
.kopilka_label.product-loyalty .loyalty__none-info-text {
    width: 176px;
}
.kopilka_label.product-loyalty .loyalty__none-info-text a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .loyalty__none-info.product-loyalty .loyalty__none-info-text {
        left: -45px;
        transform: translateX(0);
    }
    .loyalty__none-info.product-loyalty .loyalty__none-info-text::after {
        left: 30%;
    }
}
