Already found an answer.
If anyone experiencing the same issue, just use this code instead:
{% if template == 'product' %}
{% endif %}
Main issue: Reduce the left whitespace and the gap between images on a Dawn theme product page (Shopify).
What was tried and confirmed:
New complication and fix:
Notes:
Status: Resolved. Use page-scoped (product-only) CSS to reduce spacing and left padding without affecting other sections.
Already found an answer.
If anyone experiencing the same issue, just use this code instead:
{% if template == 'product' %}
{% endif %}