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

.product-cards::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 70px;
    height: 202px;
    background: linear-gradient(135deg,  #63967f 0%,#528d72 100%);
}

.product-cards.image-buttons::before {
    display: none;
}

.product-cards__title {
    padding-bottom: 5px;
    padding-right: 25px;
        
}

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

.js-product-card {
    margin: 0 -16px;
    padding-bottom: 35px;
}

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

.product-card {
    background: #E6E6E6;
    border-radius: 10px;
    display: flex;
    border: none;
    overflow: hidden;
    height: 100px;
    flex-wrap: wrap;
}

.product-card img {
    width: 110px;
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.product-card__details {
    width: calc(100% - 110px);
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
}

.product-card__title {
    margin: 0;
    padding: 0 23px 0 0;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    display: inline-block;
    position: relative;
    text-transform: none;
}

.product-card__title::after {
    content: '\e905';
    font-family: 'ej-equipment-icon';
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 2px;
}

.js-product-card.product-card--no-slide {
    padding-bottom: 0;
}

.product-cards--homepage .slick-dots {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    
    .product-cards::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%);
        width: 290px;
        height: 511px;
        background: linear-gradient(135deg,  #63967f 0%,#1B6F48 100%);
    }
    
    .product-cards__title {
        padding-bottom: 0;
        padding-right: 232px;
    }
    
    .product-cards__bottom {
        margin-top: 30px;
    }
    
    .js-product-card {
        padding-bottom: 0;
        justify-content: center;
    }

    .js-product-card .fx-slide {
        display: block;
    }
    
    .product-card-item {
        margin-top: 32px;
    }
    
    .product-card {
        display: block;
        height: 125px;
        position: relative;
        box-shadow: 0 3px 25px rgba(0,0,0,0.16);
    }
    
    .product-card img {
        width: 100%;
        clip-path: none;
    }
    
    .product-card__details {
        width: 100%;
        height: auto;
        display: block;
        padding: 16px 60px 16px 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .product-card__title {
        font-size: 24px;
        color: #fff;
    }
    
    .product-card__title::after {
        margin-top: 0;
        top: auto;
        transform: translate(0, 0);
        bottom: 5px;
    }

    .product-card__details::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 125px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%);
    }
}


@media (min-width: 1200px) {
    
    .product-cards::before {
        width: 25%;
        height: 800px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 82% 100%);
    }
    
    .product-cards__title {
        padding-bottom: 0;
        padding-right: 32px;
        max-width: 50%;
    }

    .product-card {
        height: 300px;
    }
    
    .product-card img {
        width: 100%;
        clip-path: none;
    }
    
    .product-card__details {
        padding: 70px 25px 21px;
    }
    
    .product-card__title {
        font-size: 28px;
        display: block;
    }
    
    .product-card__title::after {
        display: none;
    }

    .product-card__details::before {
        height: 145px;
    }

    .product-card__cta {
        margin-top: 8px;
        display: none;
        color: #6EA082;
        font-size: 19px;
    }

    .product-card:hover .product-card__cta {
        display: block;
    }

    .product-card:hover .product-card__details::before {
        height: 100%;
        background: #1A1A1A;
        opacity: 0.9;
        clip-path: polygon(33% 0, 100% 30%, 100% 100%, 0 100%, 0 20%);
    }

    .product-card__cta:hover {
        color: #6EA082;
    }

    .product-card__cta:hover::after {
        display: none;
    }
}

@media (min-width: 1367px) {
    .product-cards__title {
        min-width: 55%;
    }
    .product-cards::before{
        width: 37%;
    }
}

@media (min-width: 1667px) {
    .product-cards__title {
        min-width: 70%;
    }
    .product-cards::before{
        width: 720px;
    }
    
}


.product-cards--individual {
    margin: 0;
}

.product-cards--individual::before {
    display: none;
}

.js-product-slider {
    margin: 0 -16px;
    padding-bottom: 43px;
}

@media (min-width: 768px) {
    .js-product-slider {
        padding-bottom: 0;
    }

    .js-product-slider .product-card {
        height: 200px;
        box-shadow: 0 3px 16px rgba(0,0,0,0.16);
    }

    .js-product-slider .slick-arrow {
        margin-top: 16px;
        width: 50px;
        height: 50px;
    }

    .js-product-slider .slick-prev {
        left: -30px;
    }

    .js-product-slider .slick-next {
        right: -30px;
    }
}

@media (min-width: 1200px) {
    .js-product-slider .product-card {
        height: 300px;
    }


    .js-product-slider .slick-prev {
        left: -66px;
    }

    .js-product-slider .slick-next {
        right: -66px;
    }

    .product-cards--individual .product-card:hover .product-card__details::before {
        height: 150px;
        background: #1A1A1A;
        opacity: 0.9;
        clip-path: polygon(33% 0, 100% 58%, 100% 100%, 0 100%, 0 25%);
    }
}
