Can't execute query

SELECT p.*,c.id as cid FROM products_eng as p, categories_eng c, products_category_eng as it WHERE (p.id = '83182158' || p.serial_no = '83182158') AND p.id = it.pid AND it.category=c.id AND (p.available='1' OR (p.available='2' and p.sdate <= '2024-03-28' AND p.edate >= '2024-03-28')) AND c.available = '1' AND it.category in (實驗室藥品藥妝防潮櫃) GROUP by it.pid

MySQL Error: Unknown column '實驗室藥品藥妝防潮櫃' in 'where clause'

This script cannot continue, terminating.