﻿.page-header {
    text-align: center !important;
}

.flexProducts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.flexProducts-4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.flexProducts-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 400px));
    gap: 20px;
    justify-content: center;
}

.image-cube {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.square-image{
	aspect-ratio: 1
	
}

.addcart-button a {
    /*display: block;*/
    padding: 3px 15px;
    background-color: #942037;
    text-shadow: none;
    font-size: 1.5em;
    color: #FFF;
    padding: 10px;
}

    .addcart-button a:hover {
        color:white !important;
    }

    a {
        text-decoration: none;
        color: #000;
    }

.feed-title-line h1 span {
    position: relative;
    display: inline-block;
    color: #942037;
    background-color: white;
    padding: 0 24px;
    z-index: 1;
}

.feed-title-line h1 {
    font-size: 20px;
}

.feed-title-line {
    position: relative;
    display: block;
    margin-bottom: 24px;
    text-align: center;
    background-color: inherit;
}

    .feed-title-line h1::after {
        content: "";
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        display: block;
        width: 100%;
        height: 2px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 2px;
        background-color: #942037;
    }


.flexProducts-4 .title-container, .flexProducts-2 .title-container {
    position: absolute
}

.flexProducts-4 a, .flexProducts-2 a {
    padding-bottom: 0px !important;
}

.flexProducts-4 .image-link:hover .title, .flexProducts-4 .image-link:hover .image-subtitle,
.flexProducts-2 .image-link:hover .title, .flexProducts-2 .image-link:hover .image-subtitle {
    color: #FFF;
}

.flexProducts-2 .title-container.flexProducts-2 .title-container {
    bottom: 70px;
}

.flexProducts-2 .title {
    font-size: 1.5em;
}

.flexProducts-2 .image-subtitle {
    font-size: 0.8em;
}

.flexProducts-4 .title {
    font-size: 1.4em !important;
    line-height: 1em;
	margin-bottom:5px;
}
.flexProducts-4 .image-subtitle {
    line-height: 1em;
}


.product-item {
    border: 1px solid black;
    text-align: center;
    padding: 10px
}

    .product-item a {
        position: relative;
        height: 100%;
    }

        .product-item a span {
            position: absolute;
            top: 50px;
        }

img {
    vertical-align: middle;
}

.position-relative {
    position: relative !important;
}

.image-link {
    position: relative;
    /*margin-bottom: 30px;*/
    overflow: hidden;
    border: 2px solid #942037;
    /*padding:20px;*/
}

    .image-link img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease-in-out;
        /*padding:20px;*/
    }

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.image-link:hover .title, .image-link:hover .image-subtitle {
    color: #000;
}

.image-link:hover a {
    text-decoration: none;
}

.bg-fouxia, .btn-fouxia {
    background-color: #942037
}
    .btn-fouxia:hover {
        background-color: #641424
    }
    .text-white {
        color: #FFF !important;
    }

.image-link:hover .image-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}


.image-link:hover img {
    transform: scale(1.05);
}

.image-container {
    width: 300px;
    margin: 30px auto;
    border: 3px solid #942037;
    padding: 14px;
}

.title-container {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    /*transform: translateY(-70%);*/
    color: white;
    padding: 20px;
}
.home-container {
    top:0;
}

.title {
    font-size: 1.2em;
}


div.navmenu.navmenu-default.navmenu-fixed-left.in > ul > li:hover,
.navmenu-nav > li > a:hover,
li.dropdown .open > a:hover,
div.navmenu.navmenu-default.navmenu-fixed-left.in > ul > li.dropdown.open > ul > li > a:hover,
div.navmenu.navmenu-default.navmenu-fixed-left.in > ul > li.dropdown.open > a {
    background-color: #942037;
    color: #fff !important;
}

.header-lang a:hover,
.header-lang a.active
{
    color: #942037 !important;
}
..header-lang a.active {
    font-weight:700;
}
/* Tablet screens */
@media (min-width: 768px) {
    .flexProducts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .flexProducts-4 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .title {
        font-size: 1.8em;
    }

    .feed-title-line h1 {
        font-size: 25px;
    }

    .flexProducts-2 .title {
        font-size: 1.8em;
    }

    .flexProducts-2 .image-subtitle {
        font-size: 1em;
    }
    .home-container {
        bottom: 0;
        top: initial;
    }
}

/* Desktop screens */
@media (min-width: 1024px) {
    .flexProducts-4 {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }

    .flexProducts {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }

    .title {
        font-size: 1.6em;
    }

    .feed-title-line h1 {
        font-size: 30px;
    }

    .flexProducts-2 .title {
        font-size: 2.6em;
    }

    .flexProducts-2 .image-subtitle {
        font-size: 1em;
    }
    .home-container {
        bottom: 0;
        top: initial;
    }
    .full-height {
        height: 600px;
    }
    .image-container {
        position: sticky;
        top: 84px;
    }
}
