.extraslider-template-4 {

}

.extraslider-template-4 .module_heading {
    margin-bottom: var(--margin);
}

.extraslider-template-4 .products-list {
    position: relative;
    border-radius: calc(var(--border-radius_1)*1.5);
    padding: 0 6rem 2rem;
}

.extraslider-template-4 .products-list:before {
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    background-color: var(--primary_1);
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('/image/design/patterns/bg3.png');
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: 210px;
    background-blend-mode: screen;
    border-radius: calc(var(--border-radius_1)*1.5);
}

.extraslider-template-4 .content_price.price {
    line-height: 1.6rem;
    margin-top: 0.4rem;
}

.extraslider-template-4 .card_image_wrapper img {
    border: 12px solid #fff;
}

.extraslider-template-4 .swiper-pagination {
    padding: 2rem 0 0;
}

.extraslider-template-4 .swiper-pagination-bullet {
    border: 1px solid #ffffff;
}

.extraslider-template-4 .swiper-pagination-bullet-active {
    background: #ffffff;
}