/* Mobile-first tweaks for store */
@media (max-width: 991.98px) {
    .store-hero {
        min-height: 210px;
        padding: 1.5rem 0 2rem;
    }

    .store-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 0.75rem;
    }

    .store-skeleton {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .store-skeleton__card {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .store-sticky-bar {
        display: none;
    }
}

.sr-only,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
