Hey i am Ride theme Version 13
need to help images swatches not working property here is code Snippets=> product-variant-option.liquid
{% if product.variants[forloop.index0].image != blank and option.name == ‘Color’ %}
<label
for=“{{ section.id }}-{{ option.position }}-{{ forloop.index0 }}”
style=“background-image: url({{ product.variants[forloop.index0].image | img_url: ‘’ }});height:40px;width:40px;background-size: cover;”
{% else %}
{{ value -}}
{{ ‘products.product.variant_sold_out_or_unavailable’ | t }}
{% endif %}
and here is website url