.extraslider-template-2 > * {
    padding: 3rem 0;
}

.extraslider-template-2:before {
    content: '';
    display: block;
    width: 50%;
    height: calc(100% - 30px);
    background: var(--primary_1);
    position: absolute;
    left: 0;
    border-radius: 0 3rem 3rem 0;
}

.extraslider-template-2.reverse {
    flex-direction: row-reverse;
}

.extraslider-template-2 .btn_show_more {
    background-color: var(--button_1);
    font-size: 18px;
}

.extraslider-template-2 .btn_show_more svg {
    width: 4rem;
    height: 4rem;
}

.extraslider-template-2 .module_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    font-size: 14px;
    background-image: url(/image/design/patterns/modtitle-pattern-2.png);
    background-position: right center;
    background-size: 460px;
    background-repeat: no-repeat; 
}

.extraslider-template-2.reverse .module_heading {
    background-image: url(/image/design/patterns/modtitle-pattern-3.png);
    background-position: left center;
}

.extraslider-template-2 a {
	text-decoration: none;
	position: relative;
}

.extraslider-template-2 a:after {
    content:" ";
    clear:both;
}

.extraslider-template-2 .swiper-wrapper .swiper-slide > *:first-child {
    margin-bottom: var(--margin);
}

.extraslider-template-2 .swiper-slide:nth-child(even) {
    top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {

    .extraslider-template-2.reverse:before {
        left:unset;
        right: 0;
        border-radius: 3rem 0 0 3rem;
    }
}

@media (max-width: 991px) {
    .extraslider-template-2:before {
        width: 100%;
        height: 44%;
        bottom: 0;
        border-radius: 0;
    }
    
    .extraslider-template-2 > * {
        padding: 0 var(--margin);
    }
    .extraslider-template-2 .swiper-wrapper {
        width:100%;
        /*height: 375px !important;*/
        align-items: center !important;
        padding-bottom: 0 !important;
    }
    .extraslider-template-2 .swiper-slide:nth-child(even) {
        top: 0 !important;
        padding-bottom: 0 !important;
    }    
    .extraslider-template-2 .product_card_5 .card_image_wrapper {
        width: 100% !important;
     margin: 0 !important;
    }
    .extraslider-template-2 .swiper-pagination {
        top: -1.5rem;
        position: relative;
    }    
}