<html lang="de" style="font-size: 13px">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/nice-select.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/base.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/media.css" />
</head>
<script>
function inIframe () {
try {
return window.self !== window.top;
} catch (e) {
return true;
}
}
</script>
<body>
<div class="loadercontainer">
<div class="loader">
<img src="/assets/img/loader.svg" />
</div>
</div>
<div class="container-fluid">
{# {{ dump(filters) }} #}
<div class="row" style="padding: 0px 25px;">
{# FILTERS #}
<div class="col-sm-3 filterheading" style="border-bottom:1px solid #707070;">
<div class="row">
<div class="col-md-12 prheading" style="text-align:left;">
FILTER
<br> <br>
</div>
</div>
</div>
{# PRODUCTS #}
<div class="col-sm-9" style="border-bottom:1px solid #707070;">
<div class="row">
<div id="filtericon"><i class="fa fa-2x fa-filter" aria-hidden="true"></i></div>
<div class="col-md-12 prheading filtersortcontainer" style="text-align:center">
ARTIKEL
<br> <br>
<select id="sortselect" data-url="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined ? "&casematerial="~filters.casematerial }}{{ filters.collection is defined ? "&collection="~filters.collection }}">
<option value="actual" {{ filters.sort is defined and filters.sort == "actual" ? "selected" : "" }}>Aktuelle zuerst</option>
<option value="priceasc" {{ filters.sort is defined and filters.sort == "priceasc" ? "selected" : "" }}>Niedrigster Preis</option>
<option value="pricedesc" {{ filters.sort is defined and filters.sort == "pricedesc" ? "selected" : "" }}>Höchster Preis</option>
<option value="name" {{ filters.sort is defined and filters.sort == "name" ? "selected" : "" }}>Artikelbezeichnung</option>
</select>
</div>
</div>
</div>
</div>
<div class="row" style="padding: 0px 25px;">
{# FILTERS #}
{% if filters.brand is defined %}
{% set brandid = filters.brand %}
{% set brandpath = pimcore_object(brandid).geto_path %}
{% endif %}
{% if jewellerycat is defined and jewellerycat is not null %}
{% set brandpath = jewellerycat.geto_path %}
{% endif %}
{% if "Schmuck" not in brandpath and (filters.brand is not defined or (filters.brand is defined and (filters.brand != 83 and filters.brand != 89 and filters.brand != 1933))) %}
<div class="col-sm-3" style="padding: 0px;">
<div class="filterContainer">
<div class="col-md-12" style="border-right: 1px solid #707070; padding: 40px 20px; border-bottom: 1px solid #707070;">
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined ? "&casematerial="~filters.casematerial }}">
<p class="filterHeading">KOLLEKTIONEN</p>
</a>
<div class="collapsFilter"><i class="fas fa-minus"></i></div>
<ul class="filterValues">
{% set brandCollections = filters.brandCollections %}
{% for collection in brandCollections %}
{% set productcount = collection.dependencies.requiredby|length %}
{% if productcount > 0 %}
<li {{ filters.collection is defined and filters.collection == collection.id ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined and filters.collection == collection.id ? '' : "&collection="~collection.id }}{{ filters.type is defined ? "&type="~filters.type : "" }}">{{ collection.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class="col-md-12" style="border-right: 1px solid #707070; padding: 40px 20px; border-bottom: 1px solid #707070;">
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.casematerial is defined ? "&casematerial="~filters.casematerial }}">
<p class="filterHeading">TYP</p>
</a>
<div class="collapsFilter"><i class="fas fa-minus"></i></div>
<ul class="filterValues">
<li {{ filters.type is defined and filters.type == 195 ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.type is defined and filters.type == 195 ? '' : "&type=195" }}">Damenmodelle</a>
</li>
<li {{ filters.type is defined and filters.type == 194 ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.type is defined and filters.type == 194 ? '' : "&type=194" }}">Herrenmodelle</a>
</li>
</ul>
</div>
{# <div class="col-md-12" style="border-right: 1px solid #707070; padding: 40px 20px; border-bottom: 1px solid #707070;">
<p class="filterHeading">UHRWERK</p>
<div class="collapsFilter"><i class="fas fa-minus"></i></div>
<ul class="filterValues">
<li class="active">Automatik</li>
<li>Manuell</li>
</ul>
</div> #}
<div class="col-md-12" style="border-right: 1px solid #707070; padding: 40px 20px; border-bottom: 1px solid #707070;">
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}">
<p class="filterHeading">GEHÄUSE</p>
</a>
<div class="collapsFilter"><i class="fas fa-minus"></i></div>
<ul class="filterValues">
<li {{ filters.casematerial is defined and filters.casematerial == 'gold' ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined and filters.casematerial == 'gold' ? '' : "&casematerial=gold" }}">Gold</a>
</li>
<li {{ filters.casematerial is defined and filters.casematerial == 'stahl' ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined and filters.casematerial == 'stahl' ? '' : "&casematerial=stahl" }}">Edelstahl</a>
</li>
<li {{ filters.casematerial is defined and filters.casematerial == 'keramik' ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined and filters.casematerial == 'keramik' ? '' : "&casematerial=keramik" }}">Keramik</a>
</li>
<li {{ filters.casematerial is defined and filters.casematerial == 'titan' ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined ? "&collection="~filters.collection : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined and filters.casematerial == 'titan' ? '' : "&casematerial=titan" }}">Titan</a>
</li>
</ul>
</div>
</div>
</div>
{% elseif brandpath == "/PIM/02 Schmuck/01 Marken/" %}
<div class="col-sm-3" style="padding: 0px;">
<div class="filterContainer">
<div class="col-md-12" style="border-right: 1px solid #707070; padding: 40px 20px; border-bottom: 1px solid #707070;">
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined ? "&casematerial="~filters.casematerial }}">
<p class="filterHeading">KOLLEKTIONEN</p>
</a>
<div class="collapsFilter"><i class="fas fa-minus"></i></div>
<ul class="filterValues">
{% set brandCollections = filters.brandCollections %}
{% for collection in brandCollections %}
{% set productcount = collection.dependencies.requiredby|length %}
{% if productcount > 0 %}
<li {{ filters.collection is defined and filters.collection == collection.id ? 'class="active"' : '' }}>
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.collection is defined and filters.collection == collection.id ? '' : "&collection="~collection.id }}{{ filters.type is defined ? "&type="~filters.type : "" }}">{{ collection.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
{% else %}
<div class="col-sm-3" style="padding: 0px;"></div>
{% endif %}
{# PRODUCTS #}
<div class="col-sm-9">
<div class="row">
{% set counter = 0 %}
{% for product in products %}
{% set counter = counter + 1 %}
<div class="col-md-4">
<div class="productElement">
<div class="productPicture" style="background-image:url('{{product.frontimage}}')">
</div>
<p class="prElHeading">{{product.model}}</p>
{% if product.brand is defined and product.brand is not null %}
<p class="prElSubHeading">{{product.brand.name}}</p>
{% else %}
{# {{dump(product.id)}} #}
{% endif %}
{# <a href="/produkt/{{product.id}}"> #}
<button class="primary openproduct" data-id="{{product.id}}/{{ product.brand.name|replace({" " : "-"}) }}/{{ product.model|replace({"/" : "-", " " : "-"}) }}/{{ product.articleNumber|replace({"/" : "-", " " : "-"}) }}" style="margin-top:15px">MEHR ERFAHREN</button>
{# </a> #}
</div>
</div>
{% if counter % 3 == 0 %}
</div>
<div class="row">
{% endif %}
{% endfor %}
</div>
<div class="row">
<div class="spacer-md">
</div>
</div>
{% if filters.page is defined and filters.page is not null %}
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8" style="text-align:center;">
<a href="/productoverview?{{ filters.brand is defined ? "brand="~filters.brand : "" }}{{ filters.type is defined ? "&type="~filters.type }}{{ filters.casematerial is defined ? "&casematerial="~filters.casematerial }}{{ filters.collection is defined ? "&collection="~filters.collection }}{{ filters.sort is defined ? "&sort="~filters.sort }}"><button class="primary">MEHR ANZEIGEN</button></a>
</div>
<div class="col-md-2"></div>
</div>
{% endif %}
</div>
</div>
<div class="row">
<div class="spacer-md">
</div>
</div>
</div>
<script>
window.onload = function() {
document.getElementsByClassName('loadercontainer')[0].style.visibility = 'hidden';
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/jquery.nice-select.js"></script>
<script src="/assets/js/base.js"></script>
</body>
</html>