|
@@ -2,18 +2,20 @@
|
|
|
{% load fullurl %}
|
|
{% load fullurl %}
|
|
|
{% load tags %}
|
|
{% load tags %}
|
|
|
{% load static %}
|
|
{% load static %}
|
|
|
-{% block script %}
|
|
|
|
|
{% load email_obfuscator %}
|
|
{% load email_obfuscator %}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+{% block script %}
|
|
|
|
|
+
|
|
|
<link href="{% static 'featherlight.min.css' %}" type="text/css" rel="stylesheet" />
|
|
<link href="{% static 'featherlight.min.css' %}" type="text/css" rel="stylesheet" />
|
|
|
<script src="{% static 'featherlight.min.js' %}"></script>
|
|
<script src="{% static 'featherlight.min.js' %}"></script>
|
|
|
<link href="{% static 'featherlight.gallery.min.css' %}" type="text/css" rel="stylesheet" />
|
|
<link href="{% static 'featherlight.gallery.min.css' %}" type="text/css" rel="stylesheet" />
|
|
|
<script src="{% static 'featherlight.gallery.min.js' %}"></script>
|
|
<script src="{% static 'featherlight.gallery.min.js' %}"></script>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
- $(document).ready(function(){
|
|
|
|
|
|
|
+ $(document).ready(function() {
|
|
|
|
|
|
|
|
- $('.gallery').featherlightGallery({
|
|
|
|
|
|
|
+ $('.gallery').featherlightGallery({
|
|
|
previousIcon: '«',
|
|
previousIcon: '«',
|
|
|
nextIcon: '»',
|
|
nextIcon: '»',
|
|
|
galleryFadeIn: 250,
|
|
galleryFadeIn: 250,
|
|
@@ -21,64 +23,58 @@
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-{% endblock %}
|
|
|
|
|
-
|
|
|
|
|
-{% block content %}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<style>
|
|
<style>
|
|
|
|
|
+ .image-detail {
|
|
|
|
|
|
|
|
|
|
+ margin: 40px 60px 40px 0px;
|
|
|
|
|
|
|
|
-.image-detail{
|
|
|
|
|
-
|
|
|
|
|
- margin:40px 60px 40px 0px;
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-.product-text strong{
|
|
|
|
|
|
|
+ .product-text strong {
|
|
|
|
|
|
|
|
- font-weight: bolder;
|
|
|
|
|
- font: "NeuzeitGro-Bla", sans-serif;
|
|
|
|
|
|
|
+ font-weight: bolder;
|
|
|
|
|
+ font: "NeuzeitGro-Bla", sans-serif;
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-.product-text{
|
|
|
|
|
|
|
+ .product-text {
|
|
|
|
|
|
|
|
- line-height: 1.2;
|
|
|
|
|
- color: #000;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ line-height: 1.2;
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-.product-text h1, h2, h3, h4, h5{
|
|
|
|
|
|
|
+ .product-text h1,
|
|
|
|
|
+ h2,
|
|
|
|
|
+ h3,
|
|
|
|
|
+ h4,
|
|
|
|
|
+ h5 {
|
|
|
|
|
|
|
|
- color: #469CA8;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ color: #469CA8;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-.product-color{
|
|
|
|
|
|
|
+ .product-color {
|
|
|
|
|
|
|
|
-color: #469CA8;
|
|
|
|
|
|
|
+ color: #469CA8;
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
|
|
|
-.titlepro{
|
|
|
|
|
|
|
+ .titlepro {
|
|
|
|
|
|
|
|
- margin-top: 40px;
|
|
|
|
|
- font-family: NeuzeitGro-Bla;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ margin-top: 40px;
|
|
|
|
|
+ font-family: NeuzeitGro-Bla;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-@media (min-width: 500px) {
|
|
|
|
|
|
|
+ @media (min-width: 500px) {}
|
|
|
|
|
+</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
|
+{% endblock %}
|
|
|
|
|
|
|
|
|
|
+{% block content %}
|
|
|
|
|
|
|
|
-</style>
|
|
|
|
|
|
|
|
|
|
<!-- <hr style="color: black; background-color: black; margin-top: 0px; width: 130%; display: flex; margin-left: -20px; margin-right:20px "> -->
|
|
<!-- <hr style="color: black; background-color: black; margin-top: 0px; width: 130%; display: flex; margin-left: -20px; margin-right:20px "> -->
|
|
|
|
|
|