.product-cards {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product-cards__headline {
    padding-bottom: 7px;
}

.product-cards__headline h2 {
    color: #ED4247;
}

.product-card-flex {
    margin: 0 -8px;
    align-items: center;
    justify-content: center;
}

.product-card-item {
    margin-top: 13px;
    padding: 0 8px;
}

.product-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #262626;
    font-weight: normal;
}

.product-card__image {
    height: 108px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-card__details {
    border-top: 1px solid #4E4F4F;
    text-align: center;
    padding: 6px 0;
}

.product-card__title {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.product-cards__bottom {
    margin-top: 28px;
}

.product-pattern-right {
    position: absolute;
    max-width: initial;
    bottom: 51px;
    right: -461px;
    z-index: -1;
    width: 800px;
    height: 672px;
}

.product-pattern-left {
    position: absolute;
    max-width: initial;
    top: -29px;
    left: -542px;
    z-index: -1;
    width: 800px;
    height: 672px;
}

@media (min-width: 768px) {

    .product-cards__headline {
        padding-bottom: 4px;
    }

    .product-card-flex {
        margin: 0 -16px;
    }

    .product-card-item {
        margin-top: 28px;
        padding: 0 16px;
    }


    .product-card__image {
        height: 216px;
    }

    .product-card__details {
        padding: 14px 0 23px;
    }

    .product-card__title {
        font-size: 19px;
    }

    .product-pattern-right {
        bottom: 46px;
        right: -377px;
        width: 952px;
        height: 875px;
    }

    .product-pattern-left {
        top: -37px;
        left: -495px;
        width: 952px;
        height: 875px;
    }

}


@media (min-width: 1200px) {

    .product-cards__headline {
        padding-bottom: 20px;
    }

    .product-card-item {
        margin-top: 30px;
    }


    .product-card__image {
        height: 274px;
    }

    .product-card__details {
        padding: 20px 0 28px;
    }

    .product-card__title {
        font-size: 25px;
    }

    .product-cards__bottom {
        margin-top: 50px;
    }

    .product-card {
        transition: all .3s;
    }

    .product-card:hover {
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0,114,188,1);
        border-color: #0072BC;
        transform: scaleY(1.05);
    }


    .product-pattern-right {
        bottom: 15px;
        right: -78px;
        width: 952px;
        height: 966px;
    }

    .product-pattern-left {
        top: -36px;
        left: -190px;
        width: 952px;
        height:  966px;
    }

    .product-block .product-card-item {
        margin-top: 39px;
    }

}




/* Related Products */

.related-products {
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
}

.related-products__listings {
    margin-right: -22px;
}

.js-related-product-slider {
    padding-bottom: 70px;
}

.related-products .product-card {
    width: 273px;
}

.related-products .product-card__details {
    border-top: 1px solid transparent;
    text-align: center;
    padding: 14px 0 18px;
}

.related-products .product-card__image {
    height: 188px;
    padding: 10px 0;
}

.related-products .slick-prev {
    left: 50%;
    margin-left: -45px;
}

.related-products .slick-next {
    right: 50%;
    margin-right: -45px;
}

.related-products-ellipse-left {
    position: absolute;
    left: -380px;
    bottom: -254px;
    width: 811px;
    z-index: -1;
    max-width: initial;
}

.related-products-ellipse-right {
    position: absolute;
    right: -380px;
    top: -430px;
    width: 811px;
    z-index: -1;
    max-width: initial;
}

@media (min-width: 768px) {
    .related-products {
        padding-bottom: 68px;
    }

    .related-products__listings {
        margin-right: -52px;
    }

    .js-related-product-slider {
        padding-bottom: 65px;
    }

    .related-products .product-card {
        width: 400px;
    }

    .related-products .product-card__details {
        border-top: 1px solid #4E4F4F;
        padding: 20px 0 24px;
    }

    .related-products .product-card__image {
        height: 276px;
    }

    .related-products .slick-prev {
        left: auto;
        right: 108px;
        margin-left: 0;
    }

    .related-products .slick-next {
        right: 52px;
        margin-right: 0px;
    }

    .related-products .product-card__title {
        font-size: 25px;
    }

    .related-products-ellipse-left {
        left: -509px;
        bottom: -600px;
        width: 1244px;
    }

    .related-products-ellipse-right {
        right: -595px;
        top: auto;
        bottom: 0;
        width: 1244px;
    }

}


@media (min-width: 1200px) {
    .related-products {
        padding-bottom: 140px;
    }

    .js-related-product-slider {
        padding-bottom: 0;
    }

    .related-products .fx-slider .fx-slide {
        display: block;
    }

    .related-products .product-card {
        width: 100%;
    }

    .related-products__listings {
        margin-right: 0px;
    }

    .related-products-ellipse-left {
        left: -400px;
        bottom: -600px;
    }

    .related-products-ellipse-right {
        right: -370px;
        bottom: -170px;
    }
}
