.t888-product-tabs-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 25px;
}

.t888-product-tabs-nav .tab-separator {
    margin: 0 10px;
    pointer-events: none;
    color: var(--primary-color);
    opacity: 0.5;
}

.t888-product-tabs-nav li {
    font-size: 1rem;
    line-height: 2rem;
    font-family: var(--font-philosopher);
    font-weight: bold;
    cursor: pointer;
}

.t888-product-tabs-nav li.active {
    color: var(--third-color);
}

.t888-loadmore-wrap {
    text-align: center;
    margin-top: -20px;
}

.t888-loadmore-button {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: var(--secondary-color);
    background: var(--primary-color);
    font-size: .875rem;
    border: none;
    padding: 17px 30px;
    cursor: pointer;
    display: inline-flex;
}
.t888-loadmore-button.loading{
    order: 2;
}
.t888-product-tabs-wrapper.style1 .t888-product-tabs-content{
margin-top: -10px;
}
/* style3 */
.t888-product-tabs-wrapper.style3 .t888-product-tabs-header {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap; 
    margin-bottom: 40px;
    gap: 64px;
}
.t888-product-tabs-wrapper.style3 .t888-product-tabs-title{
    font-size: 1.5rem;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}
.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav{
    margin-bottom: 0;
    gap: 45px;
}
.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li{
    font-size: 0.875rem;
    line-height: 2rem;
    font-family: var(--font-family);
}

.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active {
    color: var(--third-color); 
    position: relative;
}

.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active::before,
.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: var(--third-color);
}

.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active::before {
    left: -30px;
}

.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active::after {
    right: -30px;
}
.t888-product-tabs-wrapper.style3 .swiper-button-next{
    top: -50px;
    right: 16px;
    z-index: 5;
}
.t888-product-tabs-wrapper.style3 .swiper-button-prev{
    top: -50px;
    right: 52px;
    left: auto;
    z-index: 5;
}
.t888-product-tabs-wrapper.style3 .swiper-button-next:hover,
.t888-product-tabs-wrapper.style3 .swiper-button-prev:hover {
    background: var(--third-color);
    color: var(--secondary-color);
    border: 1px solid var(--third-color);
}
.t888-product-tabs-wrapper.style3 .swiper-button-next:hover i,
.t888-product-tabs-wrapper.style3 .swiper-button-prev:hover i {
    color: var(--secondary-color);
}
.t888-product-tabs-wrapper.style3 .products-slider{
    margin-bottom: 0;
}
.t888-product-tabs-wrapper.style3 .products-slider .swiper-wrapper.products{
    margin-bottom: 0;
}
/* style4 */
.t888-product-tabs-wrapper.style4 .eltech888-swiper-slider{
    padding: 16px;
    margin: -16px;
}
.t888-product-tabs-wrapper.style4 .grid-item--large{
    grid-column: span 2;
}
.t888-product-tabs-wrapper.style4 .swiper-button-next{
    top: 24px;
    right: 0;
    z-index: 5;
}
.t888-product-tabs-wrapper.style4 .swiper-button-prev{
    top: 24px;
    right: 36px;
    left: auto;
    z-index: 5;
}
.t888-product-tabs-wrapper.style4 .swiper-button-next:hover,
.t888-product-tabs-wrapper.style4 .swiper-button-prev:hover {
    background: var(--third-color);
    color: var(--secondary-color);
    border: 1px solid var(--third-color);
}
.t888-product-tabs-wrapper.style4 .swiper-button-next:hover i,
.t888-product-tabs-wrapper.style4 .swiper-button-prev:hover i {
    color: var(--secondary-color);
}
.t888-product-tabs-wrapper.style4 .t888-product-tabs-header {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap; 
    margin-bottom: 40px;
    gap: 64px;
}
.t888-product-tabs-wrapper.style4 .t888-product-tabs-title{
    font-size: 1.5rem;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}
.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav{
    margin-bottom: 0;
    gap: 45px;
}
.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li{
    font-size: 0.875rem;
    line-height: 2rem;
    font-family: var(--font-family);
}

.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active {
    color: var(--third-color); 
    position: relative;
}

.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active::before,
.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: var(--third-color);
}

.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active::before {
    left: -30px;
}

.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active::after {
    right: -30px;
}

/* style 5 */
.style5 .t888-product-tabs-nav {
    display: none !important;
}

.t888-product-tabs-wrapper.style5 .products{
    margin-bottom: 0;
}

/* style 6 */
.style6 .t888-product-tabs-nav li{
    font-size: 1.5rem;
    line-height: 36px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 5px 26px;
    text-transform: uppercase;
}
.style6 .t888-product-tabs-nav li.active {
    color: var(--primary-color);
}
.style6 .t888-product-tabs-nav{
    margin-bottom: 50px;
}
.t888-product-tabs-wrapper.style6 .products{
    margin-bottom: 0;
}
@media (max-width: 767px) {
  .e-con.e-flex:has(.t888-product-tabs-wrapper .products.grid) {
    --flex-wrap: nowrap !important;
  }
}

@media (max-width: 575px){
    .t888-product-tabs-wrapper.style4 .t888-product-tabs-header{
        gap: 30px;
        margin-bottom: 40px;
    }
    .t888-product-tabs-wrapper.style3 .t888-product-tabs-header{
        gap: 30px;
        margin-bottom: -10px;
    }
.t888-product-tabs-wrapper.style4 .t888-product-tabs-header .t888-product-tabs-title,
.t888-product-tabs-wrapper.style3 .t888-product-tabs-header .t888-product-tabs-title{
    width: 100%;
}
.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav,
.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav{
    margin-left: 16px;
    gap: 20px;
}
.t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active::before,
.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active::before{
    width: 10px;
    left: -14px;
} .t888-product-tabs-wrapper.style3 .t888-product-tabs-nav li.active::after,
.t888-product-tabs-wrapper.style4 .t888-product-tabs-nav li.active::after{
    width: 10px;
    right: -14px;
}
.t888-product-tabs-wrapper.style4 .swiper-button-next,
.t888-product-tabs-wrapper.style4 .swiper-button-prev{
    top: 90px;
}
.t888-product-tabs-wrapper.style3 .swiper-button-next,
.t888-product-tabs-wrapper.style3 .swiper-button-prev{
    top: -33px;
}
}
