
.product-carousel {
    padding-top: 60px;
}

.product-carousel__wrap {
    padding-bottom: 58px;
    margin-right: -22px;
}

.product-carousel h4 {
    font-size: 16px;
    line-height: 1.1875em;
    font-weight: 700;
    text-transform: uppercase;
    color: #78BE20;
    padding-bottom: 16px;
}

.product-carousel-slide {
    width: 150px;
}

.product-carousel-slide .product-carousel-image {
    display: block;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    margin: 0;
}

.product-carousel-slide .product-carousel-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #F4F4F5;
}

.product-carousel-slide span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #2B3139;
    margin-top: 16px;
}

.swiper-horizontal>.swiper-scrollbar, 
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 20px;
    left: unset;
    right: 0;
    width: calc(100% - 134px);
    height: 8px;
    background: #F4F4F5;
    border-radius: 0;
}

.swiper-scrollbar-drag {
    background: #5F2167;
    border-radius: 0;
}

.product-carousel__wrap .swiper-button-next, 
.product-carousel__wrap .swiper-button-prev {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #84329B;
    margin-top: 0;
    transition: all ease 0.3s;
}

.product-carousel__wrap .swiper-button-next:hover, 
.product-carousel__wrap .swiper-button-next:focus, 
.product-carousel__wrap .swiper-button-prev:hover,
.product-carousel__wrap .swiper-button-prev:focus {
    background-color: #84329B;
}

.product-carousel__wrap .swiper-button-next:before {
    content: "\e90b";
    font-family: 'ingstrup-icon';
    font-size: 24px;
    font-weight: normal;
    color: #84329B;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-carousel__wrap .swiper-button-prev:before {
    content: "\e906";
    font-family: 'ingstrup-icon';
    font-size: 24px;
    font-weight: normal;
    color: #84329B;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-carousel__wrap .swiper-button-next:hover:before, 
.product-carousel__wrap .swiper-button-next:focus:before, 
.product-carousel__wrap .swiper-button-prev:hover:before,
.product-carousel__wrap .swiper-button-prev:focus:before {
    color: #fff;
}

.product-carousel__wrap .swiper-button-next {
    left: 54px;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.product-carousel__wrap .swiper-button-next::after, 
.product-carousel__wrap .swiper-button-prev::after {
    display: none;
}

@media (min-width: 768px) {
    .product-carousel {
        padding-top: 60px;
    }
    
    .product-carousel__wrap {
        width: calc(100% - 4px);
        padding-bottom: 73px;
        margin-right: -52px;
    }

    .product-carousel h4 {
        font-size: 18px;
        padding-bottom: 49px;
        max-width: 548px;
        margin: 0 0 0 56px;
    }

    .product-carousel-slide {
        width: 202px;
    }

    .product-carousel-slide .product-carousel-image {
        margin: 0 auto;
    }

    .product-carousel-slide span {
        font-size: 18px;
        color: #222222;
    }

    .swiper-horizontal>.swiper-scrollbar, 
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: 20px;
        cursor: grab;
    }
}

@media (min-width: 1200px) {
    .product-carousel__wrap {
        width: 100%;
        padding-bottom: 102px;
        margin-right: 0;
    }

    .product-carousel {
        padding-top: 90px;
    }

    .product-carousel h4 {
        font-size: 22px;
        max-width: 100%;
        padding-bottom: 32px;
        margin: 0;
    }

    .product-carousel-slide {
        width: 292px;
        cursor: pointer;
    }

    .product-carousel-slide .product-carousel-image {
        width: 154px;
        height: 154px;
        border: 4px solid transparent;
        transition: 0.4s;
    }

    .product-carousel-slide:hover .product-carousel-image {
        border-color: #84329B;
    }

    .product-carousel .container {
        min-width: calc(50% + (1306px / 2));
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
	}
}

.product-carousel-slide__link {
    display: block;
    background: none;
}