{% include "panel_style", bgColor: "#fff" %} {% assign p-Alignment = section.settings.alignment %} {% assign p-Truncate = section.settings.truncate | default: 120 %} {% assign p-PriceColor = section.settings.offer_color %}
{% if sales_page.thumbnail_url %} {% else %} {% endif %}

{{ sales_page.title }}

{% if section.settings.show_price %}
{{ sales_page.offers.first | display_price }}
{% endif %}

{{ sales_page.body | strip_html | truncate: p-Truncate }}

{% 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 = section.settings.btn_size %} {{ btnText }}