@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,11,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

* {
    box-sizing: border-box;
}

body {
    background:#fff;
    padding:50px 50px 25px 50px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    color:#6a6a6a;
    font-size:14px;
    line-height:24px;
    letter-spacing:1px;
    margin:0;
}

h1 {
    width:50%;
    margin:0 auto;
    padding:0 10px;
}

h1 img {
    display:block;
}

h1 span {
    color:#d64a1e;
    margin:0;
}

#description {
    display:block;
    margin:30px auto;
    width:50%;
    padding:0 10px;
}

#description a:link, a:visited {
    color: #d64a1e;
    text-decoration: underline;
}

#description a:hover, a:active {
    text-decoration: none;
}

iframe {
    display:block;
    width:50%;
    padding:0 10px;
    margin:0px auto 60px;
}

#shop {
    display:table;
    padding:0;
    margin:0;
}

.item {
    display:inline-block;
    width:25%;
    padding:0 10px 20px 10px;
}

.sold {
    opacity:.33;
}

.bild {
    position:relative;
}

.gif {
    margin-bottom:30px;
}

.bild .link {
    display:block;
    position:relative;
    width:100%;
    text-align:center;
    top:45%;
    margin-top:10px;
    color:#232323;
    font-size:9px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.bild .detail {
    position:absolute;
    display:block;
    opacity:0;
    transition:opacity 400ms ease;
    -moz-transition:opacity 400ms ease;
    -webkit-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
}

.bild:hover .detail {
    opacity:1;
}

.bild .soldlayer {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    bottom:0;
    background-color: rgba(255,255,255,.66);
}

.item img {
    width:100%;
    display:block;
}

.info {
    margin-top:10px;
}

.brand {
    display:block;
    font-size:9px;
    line-height:12px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
}

.type {
    display:block;
    font-size:11px;
    line-height:18px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#232323;

}

.price {
    display:block;
    font-size:11px;
    line-height:12px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#d64a1e;
}

#footer {
    display:block;
    text-align:center;
    border-top:1px solid #6a6a6a;
    font-size:9px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:9px;
    padding-top:25px;
    margin:10px 10px 0 10px;
}

#footer span {
    color:#d64a1e;
}

@media (max-width: 1100px) {

    body {
        padding:50px 30px 25px 30px;
    }

    .item {
        width:33%;
    }

    #description {
        width:75%;
    }

    iframe {
        width:75%;
        margin:0 auto 50px;
    }

    h1 {
        width:75%;
    }
}

@media (max-width: 767px) {

    body {
        padding:30px 10px 25px 10px;
    }

    .item {
        width:50%;
    }

    #description {
        width:100%;
    }

    iframe {
        width:100%;
        margin:0 auto 30px;
    }

    h1 {
        width:100%;
    }
}
