.mod-finder__search {
    display: flex;
    flex-wrap: nowrap;
}
.t4-masthead, #t4-section-2 {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    background-color: #f5f5f5;
}
i {
    color:#ed6451;
}
h6 {
    color:#fff;
}
.filter_price {
    flex-wrap: wrap;
}
.btn:focus {
    color:#fff;
}
img.jshop_img {
    transition: transform 0.4s;
}
img.jshop_img:hover {
    transform: scale(1.1);
}