/*
 * Keep the main content column aligned with the search field.
 * The desktop catalog trigger occupies 214px plus a 50px gap, so the
 * catalogue filter and every left column use the same 264px track.
 */
@media screen and (min-width: 1024px) {
    .page-layout__left {
        width: 264px;
    }

    .page-layout__right {
        max-width: calc(100% - 264px);
    }
}
