.swiper {
    width: 100%;
    height: 100%!important;
    overflow: visible;
    overflow-x: clip;
    z-index: unset;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 951px) {
    .swiper-wrapper{
        justify-content: space-around;
        max-width: 1470px;
        margin-left: auto;
        margin-right: auto;
        transform: none!important;
    }
    .swiper-slide, swiper-slide{
        width: unset;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
}

#category-description .swiper-slide a {
    border: 2px solid #f1f1f1;
    padding: 10px;
    /*max-height: 180px;*/
}

.swiper-button-next{
    color: #b2b2b2;
}

.swiper-button-prev{
    color: #b2b2b2;
}

.wrapper_for_slider .swiper-button-next:after, .swiper-button-prev:after{
    color: white;
    font-size: 10px;
}


@media (max-width: 1200px){
    #swiperpostnext2{
        margin-left: 960px;
    }
    #swiperpostprev2 {
        margin-left: -30px;
    }
}

/* Changing color of pagination #BD972D */
.swiper-pagination-bullet-active{
    background: #BD972D;
}

/* Making the prev and next buttons appear next to slides */
#swiperpostnext, #swiperpostprev{
    top: var(--swiper-navigation-top-offset,88%);
}

#swiperpostnext2, #swiperpostprev2{
    margin-top: 110px;
    top: unset;
    right: unset;
    left: unset;
}
@media (min-width: 1201px) {
    #swiperpostnext2 {
        margin-left: 1150px;
    }

    #swiperpostprev2 {
        margin-left: -30px;
    }
}
@media (max-width: 1050px) {
    #swiperpostnext2, #swiperpostprev2{
        display: none;
    }
}
.secondary-blog .swiper-slide{
    display: table;
}

#product .swiper{
    width: 100%;
    height: 100%;
}

#product .product-miniature.product-mobile-row:not(.col-lg-12){
    max-width: 90%;
    flex-basis: 100%;
}

#module-anblog-blog .swiper{
    width: 100%;
    height: 100%;
}

#module-anblog-blog .product-miniature.product-mobile-row:not(.col-lg-12){
    max-width: 90%;
    flex-basis: 100%;
}

#product #swiperpostnext{
    margin-top: unset;
    margin-bottom: unset;
    top: 1600px;
    right: 212px;
}
#product #swiperpostprev{
    margin-top: unset;
    margin-bottom: unset;
    top: 1600px;
    left: 212px;
}

@media (max-width: 1600px) {
    #product #swiperpostnext{
        right: 100px;
    }
    #product #swiperpostprev{
        left: 100px;
    }
}

@media (max-width: 1400px) {
    #product #swiperpostnext{
        right: 50px;
    }
    #product #swiperpostprev{
        left: 50px;
    }
}