.brands-logo-row {
    overflow: hidden;
}

.brands-logo-row .brands-row-inner {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: brands-scroll 30s linear infinite;
}

.brands-row-inner .brand-logo {
    flex: 0 0 auto;
}

.brands-logo-row:hover>.brands-row-inner {
    animation-play-state: paused;
}

@keyframes brands-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.eye-exam-points ul {
    list-style: none;
    padding-left: 0;
}

.eye-exam-points ul li {
    position: relative;
    padding: 0px 0 17px 38px;
}

.eye-exam-points ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/2026/05/Icon-1.png') no-repeat center;
    background-size: 20px;
}

.premium-eyewear-accordian .eyewear-badge {
    color: #FFD061;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 16px;
    background: #2C2005;
    border-radius: 24px;
    margin-bottom: 16px !important;
    width: max-content;
}

.brands-carousel-slide {
    position: relative;
    overflow: hidden;
}

.brands-carousel-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.4) 25%,
            rgba(0, 0, 0, 0) 65%);
    pointer-events: none;
}


@media(max-width: 768px) {
    .banner-points ul {
        flex-direction: column;
        gap: 16px;
    }

    .brands-carousel-slide {
        background: #161616 !important;
    }

    .usps-sec {
        display: flex;
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }

    .usps-sec .usp-box {
        min-width: 200px;
    }

    .featured-prod-carousel .elementor-swiper-button,
    .why-choose-carousel .elementor-swiper-button {
        display: none !important;
    }
}