:root {
    --primary: #CFB970;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    background: #fff;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 1.7;
    font-weight: 400;
    padding: 0;
    margin: 0;
    min-height: 100%;
}

.site-wrapper {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 1.125rem 0;
    text-transform: uppercase;
    letter-spacing: .02em;
}
h1 {
    font-size: 38px;
    margin-bottom: 1rem;
}
h2 {
    font-size: 38px;
    margin-bottom: 1rem;
}
h3 {
    font-size: 26px;
}
@media (min-width: 992px) {
    h1 {
        font-size: 44px;
        margin-bottom: 1.125rem;
    }
    h2 {
        font-size: 44px;
        margin-bottom: 1.25rem;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
        padding-left: 75px;
        padding-right: 75px;
    }
}

.container-lg {
    padding-left: 15px;
    padding-right: 15px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #1a1a1a;
}

.site-header .container {

    height: 64px;

    padding-left: 0;
    padding-right: 0;

    -webkit-transition: height .2s ease-out;
    -moz-transition: height .2s ease-out;
    transition: height .2s ease-out;
}

.site-header .logo {
    display: none;
}

.site-header .logo img {
    display: block;
    width: 180px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;

}
.menu > li {
    height: 100%;
    flex: 0 0 33.3334%;
}
.menu > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 5px 0;
    justify-content: center;

    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;

    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
}

@media (min-width: 768px) {
    .menu > li > a {
        font-size: 18px;
    }
}

.menu > li > a:after {
    position: absolute;
    content: '';
    height: 4px;
    background: transparent;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu > li > a.active {
    color: var(--primary);
}
.menu > li > a.active:after {
    background: var(--primary);
}

.menu > li:first-child {
    display: none;
}


@media (min-width: 768px) {
    .menu > li:first-child {
        display: block;
    }

    .menu > li:first-child > a.active:after {
        background: transparent;
    }



    .site-header {
        position: fixed;
    }

    .site-header .container {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;

    }
    .site-header.fixed .container {
        height: 80px;
    }
    .site-header .logo {
        display: block;
    }

    .menu > li {
        flex: 0 0 auto;
    }
    .menu > li + li {
        margin-left: 50px;
    }
    .menu > li > a:hover {
        color: var(--primary);
    }
}
@media (min-width: 1200px) {
    .site-header .container {
        padding-left: 75px;
        padding-right: 75px;
    }
}


.row-wide {
    margin-left: -30px;
    margin-right: -30px;
}
.row-wide > div {
    padding-left: 30px;
    padding-right: 30px;
}

.hero {
    padding: 100px 0 50px 0;
    position: relative;
    background: var(--primary);
    text-align: center;
}
.hero-text {
    width: 360px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: 24px;
}
.hero .container {
    position: relative;
}
.hero .kettingkast {

}
.hero .kettingkast img {
    display: block;
}

.hero .btn {
    display: none;
}

@media (min-width: 768px) {
    .hero {
        padding: 120px 0 60px 0;
    }
    .hero .kettingkast-col {
        order: 2;
    }
    .hero .kettingkast {
        margin: 0;
    }
    .hero {
        text-align: left;
    }
    .hero .btn {
        display: inline-block;
    }

    .hero .row {
        align-items: center;
    }

}
@media (min-width: 992px) {
    .hero .row {
        align-items: flex-start;
    }

    .hero-text {
        margin: 0;
        margin-top: 16px;
    }
    .hero .kettingkast {
        margin: 0 40px 0 40px;
    }
    .hero .container {
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .hero .kettingkast {
        margin: 0 70px 0 70px;
        margin-top: -32px;
    }

    .hero {
        padding: 130px 0 60px 0;
    }
}



.section {
    margin-top: -40px;
    padding: 90px 0 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .section {
        text-align: left;
        padding: 110px 0 0 0;
        margin-top: -40px;
    }
}



.tag {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}
a {
    color: #000;
    cursor: pointer;
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 0 24px;
    height: 46px;
    line-height: 43px;
    background: var(--primary);
    border: 2px solid #000 !important;

    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;

    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;

    background: #000!important;
    color: #fff;
}
.btn:active {
    color: #fff;
}
.btn:hover,
.btn:focus,
.btn:focus:hover,
.btn:active:hover{
    color: var(--primary);
}


.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}
.gallery > li {
    width: 100%;
    padding: 0 12px 24px 12px;
}


.gallery > li > .gallery-image {
    width: 100%;
    /*padding-top: 56.15%;*/
    /*height: 0;*/
    display: block;
    background: #ccc;
    position: relative;
    height: 300px;
    overflow: hidden;
}
.gallery > li > .gallery-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: object-fit\: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;

    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
}

.gallery > li > .gallery-image:hover img {
    transform: scale(1.1);
}


@media (min-width: 767px) {
    .gallery > li:nth-child(1),
    .gallery > li:nth-child(4) {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .gallery > li:nth-child(2),
    .gallery > li:nth-child(3) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .gallery > li:nth-child(2) {
        margin-top: auto;
    }

}
@media (min-width: 992px) {
    .gallery > li > .gallery-image {
        height: 400px;
    }
}

.product-info {
    margin-top: -90px;
    position: relative;
    z-index: 10;
}
.product-img {
    position: relative;
    z-index: 1;
    max-width: 300px;

    margin: 0 auto;

    transform: translate(0, -40px);

}
@media (min-width: 768px) {
    .product-img {
        transform: translate(-20px, -50px);
    }
}


.price-wrap {

    margin-bottom: 1.125rem;
}

.price {
    color: var(--primary);
    font-size: 32px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    margin-bottom: 0;

    display: inline-block;
}
del.price {
    opacity: .5;
    font-size: 26px;
    margin-right: 5px;
}


.cta {
    padding: 50px 30px;
    background: #1a1a1a;
    color: #fff;
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cta a {
    color: var(--primary);
}

.cta .text-muted {
    color: #aaa !important;
    font-size: 90%;
    margin-top: auto;
    margin-bottom: 0;
}

.cta-col {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .cta {
        padding: 50px;
    }
}

@media (min-width: 1200px) {
    .cta-col {
        padding-top: 0;
        transform: translateX(30px);
    }
    .cta-col .cta {
        margin-right: -30px;
    }
}

.site-footer {
    margin-top: 60px;
    padding: 24px 0;
    background: #1a1a1a;
}


@media (min-width: 992px) {
    .site-footer {
        margin-top: 130px;
    }
}

.copyright {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
    text-align: center
}