.smart-search-result {margin-top: 12px; border: 1px solid #ddd;}
.smart-search {width: 100%; max-height: 400px; overflow: hidden; overflow-y: auto; position: relative;}
.smart-search .smart-search-spinner {background: #fff; opacity: .7;}

.smart-search .product {border-bottom: solid 1px #eee; padding: 10px;}
.smart-search .product:hover{background-color: #ddd;}
.smart-search img {width: 50px; height: 50px; object-fit: cover;}

.smart-search::-webkit-scrollbar {background: #eee !important; width: 10px}
.smart-search::-webkit-scrollbar-thumb {background: var(--primary) !important; width: 40px;}

.smart-search .product-name {padding: 0 10px; font-size: 14px; color:var(#000, var(--primary));}

.smart-search .product-price {padding-left: 10px; margin: 0; font-size: 12px; color: var(--primary);}
.product-search-bar:hover{ text-decoration: none; background-color: #ddd;}