<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
    {% include "theme::partials/metadata" %}
    {{ asset_add("build.css", "theme::css/slider.css") }}
    {{ asset_add("build.css", "theme::css/owlc.css") }}
    {{ asset_add("build.css", "theme::css/fujivideopopup.css") }}
    {{ asset_style("build.css", ["min"]) }}
</head>
<body>

{% include "theme::partials/navigation" %}

<section class="grid-container full columns class404">
    <section class="grid-x">
        <section class="cell bannerProduct hidden no-padding columns">
            <img class="imgbnr" src="{{ image('theme::img/404.jpg').fit(1366, 672).url() }}"
                 alt=""/>
            <div class="caption">
                <div class="sizeCenterElm">
                    <div class="sizeCaption">
                        <h2 class="titleCaption">
                            PAGE NOT FOUND
                        </h2>
                        <p>
                            SORRY THE REQUESTED PAGE COULD NOT BE DISPLAYED. THE ERROR MAY OCCUR FOR A NUMBER OF REASONS:
                        </p>
                        <ul>
                            <li>The file may have been removed</li>
                            <li>You may have followed a link from another website which contains an incorrect or out-of-date URL (web page address)</li>
                            <li>You may have typed an incorrect URL into your web browser</li>
                        </ul>
                        <a href="{{ url() }}" class="link">Go to Home Page</a>
                    </div>
                </div>
            </div>
        </section><!-- END detailOffer -->
    </section>
</section>

{% include "theme::partials/footer" %}
{% include "theme::partials/scripts" %}
<script src="{{ asset_url("theme::js/slider.js") }}"></script>
<script src="{{ asset_url("theme::js/owlc.js") }}"></script>
<script src="{{ asset_url("theme::js/fujivideopopup.jquery.js") }}"></script>
<script type="text/javascript">
    global();
    product();
    $(document).ready(function(){
        $('a.ic-video').YouTubePopUp();
    });
</script>
</body>
</html>
