(or
    (and
        (eq product 'Chai')
        (gt quantity 20)
    )
    (and
        (in product (list 'Tofu' 'Konbu'))
        (lt quantity 100)
    )
)
