Hi,
I use this code to hide the product description on some of my products.
{% if product.title contains 'Parfym' %}
{% endif %}
However, I cannot remove the two lines that remain from the accordion.
How can I remove these lines on products where the description has been hidden?
Please see this product as an example:
https://doftnoter.se/collections/eau-de-parfum-dam/products/parfym-damer-memo-paris-edp-inle-75-ml
url: doftnoter.se
passw: ***
Thanks!

