a.product-descr__name{
    text-decoration: none;
}
a.product-descr__name:hover{
    color: #000;
    text-decoration: none;
}

input.product-item-amount-field::-webkit-outer-spin-button,
input.product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}