{% include "panel_style", bgColor: "#fff" %}
{% if product.thumbnail_url %} {% else %} {% endif %}

{{ product.title }}

{% if product.description != "" %}

{{ product.description | strip_html | truncate: 160 }}

{% endif %}
{% assign btnId = 'btn_text' | settings_id: section: section %} {% assign btnText = section.settings.btn_text %} {% assign btnColor = section.settings.btn_background_color | default: settings.color_primary %} {% assign btnTextColor = section.settings.btn_text_color | default: settings.text_color_light %} {% assign btnStyle = section.settings.btn_style %} {% assign btnWidth = section.settings.btn_width %} {% assign btnSize = "small" %} {{ btnText }}