@media (min-width: 768px) {
    .s-products-slider-card.swiper-slide {
        width: 16.666667%;
    }
}:root {
     --main-text-color: #898989;
   
}.dark .s-slider-block__title h2 {
    color: #414042;
    color: var(--color-primary);
    background-image: linear-gradient(225deg, #b5a93b 50%, #c3bbac 69%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    font-weight: 600;
    line-height: 1.5;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}