Here is a collection of items:
<div class="wine"> <H1>Title</H1> <div class="promotion"></div></div>
<div class="wine"> <H1>Title</H1> </div></div>
<div class="wine"> <H1>Title</H1> </div></div>
<div class="wine"> <H1>Title</H1> <div class="promotion"></div></div>
If the wine div contains a .promotion element, I would like to add a red border to that specific wine item only.
Any suggestions on how this can be achieved?