h2.test234 {
    font-size: 18px !important;
    padding: 0px !important;
}

.product-item-amount-field-btn-disabled{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.2'%3e%3cpath d='M4.5835 10.0835V11.9168H17.4168V10.0835H4.5835Z' fill='%230A89E5' /%3e%3c/g%3e%3c/svg%3e") !important;
}

.custom-content__product-button{
    box-sizing: border-box;
}

.popup-window-buttons{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.popup-window.custom-popup .custom-popup__button.btn-sm{
    font-size: 13px;
    height: auto;
    width: auto;
    margin: 0;
}

.custom-extra_text{
    padding-bottom: 15px;
    font-size: 14px;
}

.custom-content__product-price_item{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

section.custom-content.inner-content .custom-content__product-price_item .custom-content__product-price{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.custom-content__product-price_item .tovar-prices__old{
    position: relative;
    font-size: 16px;
    margin-bottom: 14px;
}

.custom-content__product-price_item .tovar-prices__old{
    color: #8c8c8c;
    text-decoration: line-through;
}

.custom-content__product-item--red{
    color: red;
}

.new-product__button-cart.pop{
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.new-product__button-favorite.active .new-product__button-favorite--mobile:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.001 4.52853C14.35 2.42 17.98 2.49 20.2426 4.75736C22.5053 7.02472 22.583 10.637 20.4786 12.993L11.9999 21.485L3.52138 12.993C1.41705 10.637 1.49571 7.01901 3.75736 4.75736C6.02157 2.49315 9.64519 2.41687 12.001 4.52853Z' fill='%23153953' /%3e%3c/svg%3e")
}

.new-product__performance{
    margin-top: calc(5px + 30 * (min(100vw, 1440px) - 330px) / 1110);
}