input{
  -webkit-appearance:none;
}
.product-list-title{
  flex:none;
  flex-grow:0;
  line-height:100%;
  margin-bottom:40px;
  order:0;
  word-break:break-word;
}

@media (max-width:749.98px){
  .product-list-title{
    margin-bottom:30px;
  }
}
[data-section-type=recently-viewed] .product-list-title{
  margin-bottom:30px;
  text-align:center;
}