{##
# Product fitment info
#}
{% apply spaceless %}
<div class="product-fitment-grid">
<div class="product-fitment-label {{ this.getProductFitmentClass() }}">
<span class="product-fitment--label">{{ this.getProductFitmentLabel() }}</span>
</div>
{% if this.getProductFitmentNote() %}
<div
class="fitment-note-label"
data-toggle="popover"
data-trigger="manual"
data-placement="bottom auto"
data-content="{{ this.getProductFitmentNote() }}"
data-html="true"
data-delay="0"
data-keep-on-hover="1"
>
{{ widget('XLite\\View\\Icon', icon=this.getFitmentNoteIcon(), class='product-fitment__fitment-note-label-icon') }}
{{ t('Note') }}
</div>
{% endif %}
</div>
{% endapply %}