.product-item 
{
    padding: 10px 15px;
    width: 100%;
}

.search-card-style 
{
    width: 100% !important; 
    border: 1.5px solid #ddd;
    border-radius: 8px;
    background: white;
    transition: 0.3s;
    min-height: 120px; 
}

.search-card-style img 
{
    width: 120px !important; 
    height: auto;
    max-height: 100px;
    object-fit: contain;
    border-radius: 4px;
}

.search-card-style:hover 
{
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #342b80; 
}

.product-details 
{
    margin-left: 8px;
}

.product-details h5 
{
    color: #342b80;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: larger;
}

.product-details b 
{
    color: #000;
    font-size: 14px;
}