.boncategoruproduct h2 {
  text-align: center;
}

.boncategoruproduct img{
    width: 100%;
}
.boncategoruproduct .tabs-content {
    position: relative;
    z-index: 5;
}
.img-content span.loading {
    opacity: 0;
    visibility: hidden;
}

.boncategoruproduct .bonswiper-button-next.swiper-button-next, 
.boncategoruproduct .bonswiper-button-prev.swiper-button-prev {
    border-radius: 50%;
    border: 1px solid RGB(var(--brand-primary));
    width: 36px;
    height: 36px;
    color: #fff;
    transition: all .3s ease;
    background-color: RGB(var(--brand-primary));
    position: static;
    margin-top: 0;
}

.boncategoruproduct .bonswiper-button-next.swiper-button-next:hover, 
.boncategoruproduct .bonswiper-button-prev.swiper-button-prev:hover {
    background-color: RGB(var(--brand-hover));
    border-color: RGB(var(--brand-hover));
}

.boncategoruproduct .bonswiper-button-next.swiper-button-next:after, 
.boncategoruproduct .bonswiper-button-prev.swiper-button-prev:after {
    font-size: 16px;
}

.boncategoruproduct .boncategoryproduct-swiper {
    opacity: 0;
    visibility: hidden;
}
.boncategoruproduct .swiper .swiper-wrapper {
    flex-direction: row;
    min-width: 100%;
}
.boncategoruproduct .swiper-slide {
    height: max-content;
    margin-top: 0!important;
}

.boncategoruproduct .boncategoruproduct-bonswiper-navigation {
    margin-bottom: 30px;
}

.boncategoruproduct .wrapper-items{
  position: relative;
}

.boncategoruproduct .swiper {
  position: unset;
}

.boncategoruproduct .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}

.boncategoruproduct .swiper-button-lock{
    display: none !important;
}

.boncategoruproduct .tabs-wrapper .tabs-items {
    margin-bottom: 30px;
}

.boncategoruproduct .tabs-wrapper .tabs .tab {
    text-transform: capitalize;
    margin-right: 12px;
    font-size: 20px;
    line-height: 130%;
    color: #3a3a3a;
}

.boncategoruproduct .tab-item,
.boncategoruproduct .block-item {
  display: flex;
  flex-wrap: wrap;
}

.boncategoruproduct .img-content {
  position: relative;
  margin-bottom: 20px;
    margin-right: 10px;
    flex: 0 0 38.7%;
    height: max-content;
}

.boncategoruproduct .img-content span {
  position: absolute;
  text-align: left;
  color: #3a3a3a;
}

.boncategoruproduct .tab-item.caroucel_enable,
.boncategoruproduct .block-item.caroucel_enable{
    flex-wrap: nowrap;
}

.boncategoruproduct .boncategoryproduct-swiper,
.boncategoruproduct .boncategoryproduct-swiper article{
    width: 100%;
    max-width: 100%!important;
}
.boncategoruproduct .boncategoryproduct-swiper article {
    padding-left: 0;
    padding-right: 0;
}

.boncategoruproduct .product{
  margin-right: 1rem;
}

.boncategoruproduct .tabs .tab{
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}

.boncategoruproduct .tabs .tab.active {
    color: RGB(var(--brand-primary));
}

.boncategoruproduct .tabs-wrapper .block-name{
    display: none;
}
/*text settings*/
.boncategoruproduct .img-content .h1, .boncategoruproduct .img-content .h2, .boncategoruproduct .img-content .h3 {
    color: white;
    position: relative;
}
.boncategoruproduct .img-content .h1 {
    font-weight: 600;
    text-transform: uppercase;
}
.boncategoruproduct .img-content .h2:not(h2) {
    font-weight: 400;
}
.boncategoruproduct .img-content .h2 {
    text-transform: none;
}
.boncategoruproduct .img-content .h3 {
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
}
.boncategoruproduct .img-content .h3:after {
    content: "";
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transition: all .3s ease;
}

@media screen and (any-hover: hover){
    .boncategoruproduct .img-content .h3:hover:after {
        width: 0;
        left: auto;
        right: 0;
    }
}
/*END text settings*/
@media screen and (min-width: 1881px) {
    .boncategoruproduct {
        margin-bottom: 100px;
    }

    .boncategoruproduct .img-content span {
        left: 50px;
        top: 50px;
    }
    .boncategoruproduct .img-content .h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 21px;
    }
    .boncategoruproduct .img-content .h2 {
        font-size: 35px;
        line-height: 43px;
        padding-right: 65px;
        margin-bottom: 59px;
    }
    .boncategoruproduct .img-content .h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 1880px) {
    .boncategoruproduct {
        margin-bottom: calc(40px + (100 - 40) * ((100vw - 320px) / (1880 - 320)));
    }
}
@media screen and (min-width: 768px) and (max-width: 1880px) {
    .boncategoruproduct .img-content span {
        left: calc(10px + (50 - 10) * ((100vw - 768px) / (1880 - 768)));
        top: calc(10px + (50 - 10) * ((100vw - 768px) / (1880 - 768)));
    }
    .boncategoruproduct .img-content .h1 {
        font-size: calc(14px + (45 - 14) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(17px + (55 - 17) * ((100vw - 768px) / (1880 - 768)));
        margin-bottom: calc(7px + (21 - 7) * ((100vw - 768px) / (1880 - 768)));
    }
    .boncategoruproduct .img-content .h2:not(h2) {
        font-size: calc(12px + (35 - 12) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(14px + (43 - 14) * ((100vw - 768px) / (1880 - 768)));
        padding-right: calc(30px + (65 - 30) * ((100vw - 768px) / (1880 - 768)));
        margin-bottom: calc(10px + (59 - 10) * ((100vw - 768px) / (1880 - 768)));
    }
    .boncategoruproduct .img-content .h3 {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1880 - 768)));
        line-height: calc(14px + (24 - 14) * ((100vw - 768px) / (1880 - 768)));
        padding-bottom: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .boncategoruproduct .tab-item {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .boncategoruproduct .img-content {
        margin: 0;
    }
    .boncategoruproduct .boncategoryproduct-swiper article {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {
    .boncategoruproduct .block-item.caroucel_disable .img-content,
    .boncategoruproduct .tab-item.caroucel_disable.img-content{
        margin: auto;
        padding-bottom: 20px;
    }
    .boncategoruproduct .tab-item,
    .boncategoruproduct .block-item{
      justify-content: center;
    }
    .boncategoruproduct .tabs-wrapper .tabs-items {
        margin-bottom: 5px;
        text-align: left;
    }

    .boncategoruproduct .tabs-wrapper .tabs .tab{
        margin: 0 5px 0 0;
        display: inline-block;
    }
    
}
@media screen and (max-width: 767px) {
    .boncategoruproduct .img-content span {
        left: calc(10px + (50 - 10) * ((100vw - 320px) / (767 - 320)));
        top: calc(10px + (50 - 10) * ((100vw - 320px) / (767 - 320)));
    }
    .boncategoruproduct .img-content .h1 {
        font-size: calc(14px + (35 - 14) * ((100vw - 320px) / (767 - 320)));
        line-height: calc(17px + (43 - 17) * ((100vw - 320px) / (767 - 320)));
        margin-bottom: calc(7px + (19 - 7) * ((100vw - 320px) / (767 - 320)));
    }
    .boncategoruproduct .img-content .h2:not(h2) {
        font-size: calc(12px + (22 - 12) * ((100vw - 320px) / (767 - 320)));
        line-height: calc(14px + (27 - 14) * ((100vw - 320px) / (767 - 320)));
        padding-right: calc(30px + (100 - 30) * ((100vw - 320px) / (767 - 320)));
        margin-bottom: calc(10px + (38 - 10) * ((100vw - 320px) / (767 - 320)));
    }
    .boncategoruproduct .img-content .h3 {
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (767 - 320)));
        line-height: calc(14px + (24 - 14) * ((100vw - 320px) / (767 - 320)));
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 575px) {
    .boncategoruproduct .tabs {
        padding-right: 0;
    }
    .boncategoruproduct .tabs-wrapper .tabs-items, .boncategoruproduct .products-section-title {
        text-align: center;
    }
}

@media screen and (max-width:540px) {
    .boncategoruproduct .boncategoryproduct-swiper, .boncategoruproduct .boncategoryproduct-swiper article {
      width: 100%;
  }
}