.t888-home-featured-products {
    padding: 24px 0 80px;
    background: #fff;
}

.t888-home-featured-products__title {
    margin: 0 0 36px;
    color: #111;
    font-family: var(--font-family);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    text-align: center;
}

.t888-home-featured-products__swiper {
    position: relative;
    padding: 0 40px;
}

.t888-home-featured-products .swiper-button-prev,
.t888-home-featured-products .swiper-button-next {
    width: 36px;
    height: 36px;
    color: #111;
}

.t888-home-featured-products .swiper-button-prev::after,
.t888-home-featured-products .swiper-button-next::after {
    display: none;
}

@media (max-width: 767px) {
    .t888-home-featured-products__swiper {
        padding: 0 28px;
    }
}
