{% if (config('DmitsCustomProductBadges.config.shopbadgescontent5')) and
((DmitsCustomProductBadgeBlock =='listing' and product.translated.customFields.dmits_custom_shopbadges_5) or
(page.product.translated.customFields.dmits_custom_shopbadges_5))%}
<div style="{%if DmitsCustomProductBadgeBlock !='buy-widget' %}{{ config('DmitsCustomProductBadges.config.shopbadgespositioncss5')}}
{% else %}
{% if config('DmitsCustomProductBadges.config.shopbadges5showdetailpricecss')%}{{ config('DmitsCustomProductBadges.config.shopbadges5showdetailpricecss') }} {% else %}margin:0 5px;{% endif %}
{%endif%}
">
<div style="
{% if config('DmitsCustomProductBadges.config.shopbadgestextposition5') %} text-align: {{config('DmitsCustomProductBadges.config.shopbadgestextposition5')}};{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgesradius5') %} border-radius: {{config('DmitsCustomProductBadges.config.shopbadgesradius5')}}px;{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgespadding5') %} padding: {{config('DmitsCustomProductBadges.config.shopbadgespadding5')}}px;{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgesbgcolor5') %} background-color: {{config('DmitsCustomProductBadges.config.shopbadgesbgcolor5')}};{% endif %}
{% if config('DmitsCustomProductBadges.config.shopbadgestextcolor5') %} color: {{config('DmitsCustomProductBadges.config.shopbadgestextcolor5')}};{% endif %}
">
{{ config('DmitsCustomProductBadges.config.shopbadgescontent5')|raw }}
</div>
</div>
{% endif %}