/* AL Shop Online — desktop search category position */
@media (min-width: 992px) {
    .agm-header .agm-search-form {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) max-content !important;
        align-items: center !important;
        width: 100% !important;
    }

    .agm-header .agm-search-form > .agm-search-icon {
        grid-column: 1 !important;
        width: 48px !important;
        min-width: 48px !important;
    }

    .agm-header .agm-search-form > input#search,
    .agm-header .agm-search-form > input[name="keyword"] {
        grid-column: 2 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 1 1 auto !important;
        padding-right: 16px !important;
    }

    .agm-header .agm-search-form > .agm-search-category {
        grid-column: 3 !important;
        justify-self: end !important;
        align-self: stretch !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 158px !important;
        max-width: 190px !important;
        margin-left: auto !important;
        padding: 0 16px !important;
        white-space: nowrap !important;
    }

    .agm-header .agm-search-form > .agm-search-submit {
        display: none !important;
    }
}
