<footer class="footer">
<div class="container container--footer">
<div class="footer__nav">
<div class="row">
<div class="col-lg-3 col-md-6 col-12 text-lg-left text-center d-lg-block d-md-block d-none">
<h3 class="footer__title">
{{ 'Jihočeské jerky'|trans }}
</h3>
<div class="footer__link text">
<ul>
{% for menu in menus['footer_menu'] %}
<li><a href="{{ menu|get_url|raw }}"
{%- if path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params'))==menu|get_url|raw %} class="active"{% endif -%}
>{{ menu.translate.name }}</a></li>
{% endfor %}
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 text-lg-left text-center d-lg-block d-md-block d-none">
<h3 class="footer__title">
{{ 'Produkty'|trans }}
</h3>
<div class="footer__link text text--sans">
<ul>
{% for category in categories %}
{% if category.products|length > 0 %}
<li><a href="{{ category|trans_path }}">{{ category.translate.name }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
{% if settings['footer_address'] is defined %}
<div class="col-lg-3 col-md-6 col-12 text-lg-left text-center">
<h3 class="footer__title">
{{ 'Kontakt'|trans }}
</h3>
<div class="footer__adress">
<div class="text text--base text--sans text--footer">
<p>
{{ settings['footer_address']|replace({"\r\n":'</p><p>'})|raw }}
</p>
</div>
</div>
</div>
{% endif %}
<div class="col-lg-3 col-md-6 col-12 text-lg-left text-center">
<div class="footer__contact">
<div class="footer__mail">
<div class="text text--base text--sans">
{% if settings['phone'].translate.transValue is not empty %}
<p>{{ 'Tel.'|trans }}: {{ settings['phone'].translate.transValue }}</p>
{% endif %}
{% if settings['email'].translate.transValue is not empty %}
<p>{{ 'E-mail'|trans }}: <a href="mailto:{{ settings['email'].translate.transValue }}">{{ settings['email'].translate.transValue }}</a></p>
{% endif %}
</div>
</div>
<div class="footer__social">
<div class="footer__row">
<div class="footer__icon">
{% if settings['instagram'].translate.transValue is not empty %}
<a href="{{ settings['instagram'].translate.transValue }}" class="icon icon--instagram" target="_blank"></a>
{% endif %}
{% if settings['facebook'].translate.transValue is not empty %}
<a href="{{ settings['facebook'].translate.transValue }}" class="icon icon--facebook" target="_blank"></a>
{% endif %}
{% if settings['youtube'].translate.transValue is not empty %}
<a href="{{ settings['youtube'].translate.transValue }}" class="icon icon--youtube" target="_blank"></a>
{% endif %}
</div>
</div>
</div>
<div class="footer__eu">
{% if pt['project_eu_2'] is defined %}
<a href="{{ pt['project_eu_2']|trans_path }}"><img src="{{ asset('assets/theme/img/logo_eu_prv_2.png') }}" alt="EU"></a>
{% endif %}
</div>
<div class="footer__eu">
{% if pt['project_eu'] is defined %}
<a href="{{ pt['project_eu']|trans_path }}"><img src="{{ asset('assets/theme/img/logo_eu_prv_1.png') }}" alt="EU"></a>
{% endif %}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="container container--footer">
<div class="row">
<div class="col-5">
<div class="footer__nexgen">
<p class="text text--small text--sans">© Jihočeské Jerky s.r.o.</p>
</div>
</div>
<div class="col-7">
<div class="footer__nexgen text-right">
<p class="text text--small text--sans">Webdesign by <a href="https://www.nexgen.cz" target="_blank" title="NexGen IT, s.r.o. - Webdesign, SEO, 3D vizualizace, tvorba webových stránek, České Budějovice">NexGen IT</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Sanchez:400,400i&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=latin-ext');
</style>
<script src="{{ asset('assets/theme/dist/all.min.js') ~ '?v=' ~ "now"|date('Ymd') }}"></script>
<script type="application/javascript">
let cookieSetting = {
'var': {
'CONSENT_LINK': '{% if pt['cookie_consent'] is defined %}{{ pt['cookie_consent']|trans_path }}{% endif %}'
},
'text': {
'cs': {
'cookie_banner_title': 'Cookie',
}
}
}
</script>
<style>
:root{
--cb-btn-success: #42862DFF;
--cb-btn-success-hover: #42862DE5;
}
</style>
{{ marketing('body_end') }}
</body>
</html>