<% console.log(product) %>
<% if (product.category[1].name === 'Acrylic Prints') { %>
Pricing Includes Production Costs and Shipping
<% } %>
<% if (product.category[1].name === 'Metal Art') { %>
Pricing Includes Production Costs and Shipping
<% } %>
<% if (product.category[1].name === 'Posters') { %>
Pricing Includes Production Costs and Shipping
<% } %>
<% if (product.category[1].name === 'Wall Calendars (Multi-page)') { %>
Pricing Includes Production Costs and Shipping
<% } %>
<% if (product.category[0].name === 'Cards') { %>
Pricing Includes Production Costs and Shipping
<% } %>