.product-cards-heading p {
    padding: 0 0 20px 0;
}

.product-card-slide-image {
    max-width: 240px;
    min-height: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.no-image .product-card-slide-image {
    height: 20px;
    min-height: 20px;
}

.product-card-slide-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 200px;
}

.product-card-slide-item {
    position: relative;
    background: #EBEDF4;
    display: block;
    height: 100%;
}

.product-card-slide-content {
    padding: 15px 20px 40px;
    text-align: center;
}

.product-card-slide-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 119px;
    background-color: #fff;
    top: 0;
    left: 0;
}

.product-card-slide-content h3 {
    font-size: 18px;
    color: #141415;
    font-weight: 700;
    padding-bottom: 6px;
}

.product-card-slide-content p {
    padding: 0;
    margin: 0 0 25px 0;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    color: #444444;
}

.js-product-card-slider {
    padding-bottom: 112px;
}

.js-product-card-slider .slick-slide {
    margin: 0 10px;
    height: auto;
}

.js-product-card-slider .slick-track {
    display: flex;
}

.js-product-card-slider .slick-slide>* {
    height: 100%;
}

.js-product-card-slider .product-card-slide {
    height: 100%;
}

.product-cards-wrapper {
    position: relative;
}

.product-cards-heading {
    margin-bottom: 30px;
    max-width: 1200px;
    padding: 0 20px;
}

.product-cards-heading.text-center {
    margin: 0 auto;
}

.product-cards--list .product-cards-heading {
    padding: 0 22px;
}

.product-card-slide-content .btn {
    max-height: none;
}

.no-image .product-card-slide-item:after {
    display: none;
}

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

    .product-card-slide-content h3 {
        font-size: 20px;
    }

    .product-card-slide-content {
        padding: 15px 30px 82px;
    }

    .product-card-slide-content .btn {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        width: auto;
        max-height: 85px;
        overflow-y: auto;
    }

    .product-card-slide-content .btn::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(67,101,119,.26);
    }

    .product-card-slide-content .btn::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
        border-radius: 10px;
    }

    .product-card-slide-content .btn::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
    }

    .product-card-slide-content p {
        margin: 0;
        -webkit-line-clamp: inherit;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .js-product-card-slider .slick-slide {
        margin: 0 15px;
    }

    .js-product-card-slider .slick-next {
        left: unset;
        right: 52px;
        margin: 0;
    }

    .js-product-card-slider .slick-prev {
        left: unset;
        right: 107px;
        margin: 0;
    }

    .js-product-card-slider .slick-arrow {
        bottom: 0;
    }

    .product-card-slide-image {
        max-width: 264px;
        height: 200px;
    }

    .no-image .product-card-slide-image {
        height: 20px;
        min-height: 20px;
    }

    .product-cards-heading p {
        padding: 0 0 24px 0;
    }

    .product-cards--list .product-cards-heading {
        padding: 0 52px;
    }
}


@media(min-width: 1200px) {
    .js-product-card-slider {
        padding-bottom: 85px;
    }

    .product-cards-heading {
        padding: 0;
    }

    .product-cards--list .product-cards-heading {
        padding: 0 0;
    }

    .product-card-slide-image {
        max-width: 278px;
    }

    .product-card-slide-content p {
        /*max-height: 132px;*/
        /*overflow-y: auto;*/
        /*padding: 0 10px;*/
    }

    .product-card-slide-content .btn {
        max-height: none;
    }

    .product-card-slide-content p::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: rgba(67,101,119,.26);
    }

    .product-card-slide-content p::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
        border-radius: 10px;
    }

    .product-card-slide-content p::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
    }

    .product-card-slide-content h3 {
        font-size: 24px;
    }

    .product-card-slide-content p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .js-product-card-slider .slick-slide {
        margin: 0 16px;
    }

    a.product-card-slide-item:hover {
        background: #e7e9ef;
    }

    a.product-card-slide-item.no-link:hover {
        background: #EBEDF4;
    }

    .product-card-slide-item.no-link {
        cursor: default;
    }

    .product-cards-heading {
        margin-bottom: 50px;
    }

    .product-card-slide-item:after {
        height: 145px;
    }

    .no-image .product-card-slide-item:after {
        display: none;
    }

    .js-product-card-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .js-product-card-slider .slick-arrow:hover {
        background: #7582B4;
    }

    .js-product-card-slider .slick-prev {
        right: 112px;
    }
}

.product-cards--list .product-cards-heading {
    margin-bottom: 30px;
}

.product-card-slide-item {
    width: 290px;
}

.product-card-flex {
    margin: 0 -22px;
    padding-bottom: 112px;
}

.product-card-item {
    padding: 0 10px;
}


@media (min-width: 768px) {
    .js-product-card .fx-slide {
        display: block;
    }

    .product-card-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -16px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 0;
    }
    
    .product-card-item {
        width: 50%;
        padding: 0 16px;
        margin-top: 15px;
    }
    
    .product-cards--list .product-cards-heading {
        margin-bottom: 10px;
    }

    .product-card-slide-item {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .product-card-item {
        width: 33.33%;
        margin-top: 32px;
    }
    
    .product-cards--list .product-cards-heading {
        margin-bottom: 8px;
    }

    .product-card-flex {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1600px) {

    .product-card-item {
        width: 20%;
    }
}

/*
@media (max-width: 390px) {
    .product-cards .slick-list  {
        padding: 0 36px;
    }
}

@media (max-width: 430px) {
    .product-cards .slick-list  {
        padding: 0 58px;
    }
}
*/
