  /* HEADER — TITLE + NAV TABS
.t888-list-post-slider.style5 .t888-product-tabs-header {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 64px;
}

.t888-list-post-slider.style5 .t888-product-tabs-title {
    font-size: 36px;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase;
    color: var(--primary-color);
}

.t888-list-post-slider.style5 .t888-product-tabs-nav {
    margin-bottom: 0;
    gap: 45px;
}

.t888-list-post-slider.style5 .t888-product-tabs-nav li {
    font-size: 0.875rem;
    line-height: 2rem;
    font-family: var(--font-family);
}

.t888-list-post-slider.style5 .t888-product-tabs-nav li.active {
    color: var(--third-color);
    position: relative;
}

.t888-list-post-slider.style5 .t888-product-tabs-nav li.active::before,
.t888-list-post-slider.style5 .t888-product-tabs-nav li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: var(--third-color);
}

.t888-list-post-slider.style5 .t888-product-tabs-nav li.active::before {
    left: -30px;
}

.t888-list-post-slider.style5 .t888-product-tabs-nav li.active::after {
    right: -30px;
}

/* SWIPER NAV BUTTONS */
.t888-list-post-slider.style5 .swiper-button-next {
    top: 30px;
    right: 0px;
    z-index: 5;
}

.t888-list-post-slider.style5 .swiper-button-prev {
    top: 30px;
    right: 40px;
    left: auto;
    z-index: 5;
}

.t888-list-post-slider.style5 .swiper-button-next:hover,
.t888-list-post-slider.style5 .swiper-button-prev:hover {
    background: var(--third-color);
    color: var(--secondary-color);
    border: 1px solid var(--third-color);
}

.t888-list-post-slider.style5 .swiper-button-next:hover i,
.t888-list-post-slider.style5 .swiper-button-prev:hover i {
    color: var(--secondary-color);
}


.t888-list-post-slider.style5 .products-slider {
    margin-bottom: 0;
}

.t888-list-post-slider.style5 .products-slider .swiper-wrapper.products {
    margin-bottom
    : 0;
} 
