/* Separate filename intentionally invalidates the cached first mobile layout. */
@media (max-width: 767.98px) {
    body.storefront-body .store-notice__content {
        max-height: none !important;
        overflow: visible !important;
    }

    body.storefront-body .store-category-list {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 2px !important;
        width: 100% !important;
        overflow: visible !important;
    }

    body.storefront-body .store-category-list > .store-category {
        display: grid !important;
        grid-template-columns: 26px minmax(0, 1fr) auto !important;
        flex: none !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 5px 7px !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.storefront-body .store-category-list > .store-category.is-primary {
        background: rgba(22, 135, 248, .1) !important;
    }

    body.storefront-body .store-category__name {
        min-width: 0;
        white-space: normal !important;
    }
}
