{% if (config('DmitsCustomProductBadges.config.shopbadgescontent1')) and
((DmitsCustomProductBadgeBlock =='listing' and product.translated.customFields.dmits_custom_shopbadges_1) or
(page.product.translated.customFields.dmits_custom_shopbadges_1))%}
<div style="{%if DmitsCustomProductBadgeBlock !='buy-widget' %}{{ config('DmitsCustomProductBadges.config.shopbadgespositioncss1')}}
{% else %}
{% if config('DmitsCustomProductBadges.config.shopbadges1showdetailpricecss')%}{{ config('DmitsCustomProductBadges.config.shopbadges1showdetailpricecss') }} {% else %}margin:0 5px;{% endif %}
{%endif%}
">
<div style="
{% if config('DmitsCustomProductBadges.config.shopbadgestextposition1') %} text-align: {{config('DmitsCustomProductBadges.config.shopbadgestextposition1')}};{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgesradius1') %} border-radius: {{config('DmitsCustomProductBadges.config.shopbadgesradius1')}}px;{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgespadding1') %} padding: {{config('DmitsCustomProductBadges.config.shopbadgespadding1')}}px;{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgesbgcolor1') %} background-color: {{config('DmitsCustomProductBadges.config.shopbadgesbgcolor1')}};{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgestextcolor1') %} color: {{config('DmitsCustomProductBadges.config.shopbadgestextcolor1')}};{% endif %}
">
{{ config('DmitsCustomProductBadges.config.shopbadgescontent1')|raw }}
</div>
</div>
{% endif %}