@media (min-width: 768px) {
    .home-slider {
        padding: 0;
    }

    .home-slider .slider-viewport {
        width: 100%;
        max-width: none;
        height: auto;
        max-height: none;
        margin: 0;
        border-radius: 0;
        aspect-ratio: 1903 / 711;
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .category-scroller {
        display: flex;
        gap: .75rem;
        margin-right: -.75rem;
        padding: 0 .75rem 0 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .category-card {
        display: block;
        flex: 0 0 78%;
        min-height: 370px;
        aspect-ratio: auto;
        scroll-snap-align: start;
    }

    .category-card:nth-child(n+4) {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .category-card {
        flex-basis: 84%;
    }
}

.slider-banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-banner-link:focus-visible {
    outline: 3px solid var(--green);
    outline-offset: -3px;
}

/* Mobil banner, kaynak görselin 800 × 650 oranını korur. */
@media (max-width: 767.98px) {
    .home-slider .slider-viewport {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 800 / 650;
    }

}
