{% block compra_service_hint %}
<div class="footer--service panel has--border">
<div class="panel--body">
<div class="service--icon">
<img class="icon" src="{{ asset('bundles/tcinncustomizing/icon_phone.svg') }}">
</div>
<div class="service--text">
{{ "compra.customizing.footer.phoneBanner"|trans|raw }}
<br>
<a href="{{ "compra.customizing.footer.phoneLink"|trans|raw }}" class="h4 text-nowrap">{{ "compra.customizing.footer.phoneNumber"|trans|raw }}</a>
</div>
<div class="service--opening-hours">
{{ "compra.customizing.footer.serviceTime"|trans|raw }}
<br>
{{ "compra.customizing.footer.serviceHours"|trans|raw }}
</div>
</div>
</div>
{% endblock %}