.iph-digital-menu {
    --iph-menu-border: #ece7e2;
    --iph-menu-muted: #767676;
    --iph-menu-soft: #faf8f6;
    --iph-menu-shadow: 0 20px 46px rgb(44 32 24 / 11%);
    --iph-sticky-top: var(--wp-admin--admin-bar--height, 0px);
    --iph-sticky-shell-height: 0px;
    --iph-menu-overlay-height: 0px;
    --iph-menu-controls-lift: 0px;
    --iph-menu-brand-height: 0px;
    --iph-menu-cover-rendered-height: var(--iph-menu-cover-height, 150px);
    --iph-menu-section-title-weight: 900;
    --iph-menu-section-title-transform: uppercase;
    position: relative;
    width: min(100%, 860px);
    margin-inline: auto;
    overflow: visible;
    border: 1px solid var(--iph-menu-border);
    border-radius: 32px;
    background: var(--iph-menu-card-background);
    color: var(--iph-menu-primary);
    font-family: var(--iph-menu-font-family, inherit);
    box-shadow: var(--iph-menu-shadow);
    container-type: inline-size;
}

.iph-digital-menu * {
    box-sizing: border-box;
}

.iph-digital-menu [hidden] {
    display: none !important;
}

.iph-digital-menu .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.iph-digital-menu button,
.iph-digital-menu input,
.iph-digital-menu select {
    font: inherit;
}

@keyframes iphMenuFadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.iph-menu-hero {
    position: relative;
    border-radius: inherit;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: var(--iph-menu-card-background);
    overflow: hidden;
}

.iph-menu-cover {
    position: relative;
    height: var(--iph-menu-cover-height, 150px);
    overflow: hidden;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background: var(--iph-menu-background);
}

.iph-menu-cover::before,
.iph-menu-cover::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.iph-menu-cover::before {
    inset: 0;
    z-index: 1;
    background: var(--iph-menu-cover-overlay-color, #000000);
    opacity: var(--iph-menu-cover-overlay-opacity, 0);
}

.iph-menu-cover::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 44%;
    background: linear-gradient(180deg, rgb(10 23 38 / 0%), rgb(10 23 38 / 18%));
}

.iph-menu-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iph-menu-cover-logo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 18px 14px 16px;
    pointer-events: none;
}

.iph-menu-logo-card {
    display: inline-flex;
    max-width: min(260px, 72cqi);
    margin: 0 auto 12px;
    padding: var(--iph-menu-logo-padding, 0);
    border-radius: var(--iph-menu-logo-radius, 0);
    background: var(--iph-menu-logo-background, transparent);
}

.iph-menu-cover-logo .iph-menu-logo-card {
    margin: 0;
    max-width: min(var(--iph-menu-cover-logo-width, 220px), calc(100cqi - 72px));
}

.iph-menu-brand {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 16px 20px 8px;
    background: var(--iph-menu-card-background);
    text-align: center;
    z-index: 14;
}

.iph-menu-brand.has-inline-logo .iph-menu-logo-card {
    margin-bottom: 0;
}

.iph-menu-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.iph-menu-logo {
    display: block;
    width: auto;
    max-width: min(220px, 62cqi);
    max-height: 94px;
    object-fit: contain;
}

.iph-menu-cover-logo .iph-menu-logo {
    width: min(var(--iph-menu-cover-logo-width, 220px), calc(100cqi - 72px));
    max-width: 100%;
    max-height: clamp(68px, calc(var(--iph-menu-cover-rendered-height, 150px) * .58), 164px);
}

.iph-menu-brand-name {
    margin: 0;
    color: var(--iph-menu-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.iph-menu-heading-stack {
    display: grid;
    gap: 7px;
    justify-items: center;
}

.iph-menu-section-title {
    margin: 0;
    padding: 0;
    color: var(--iph-menu-primary);
    font-family: var(--iph-menu-font-family, inherit);
    font-size: clamp(34px, 8.6cqi, 56px);
    font-weight: var(--iph-menu-section-title-weight, 900);
    letter-spacing: .04em;
    line-height: .98;
    text-transform: var(--iph-menu-section-title-transform, uppercase);
}

.iph-menu-brand-subtitle {
    margin: 0;
    color: var(--iph-menu-muted);
    font-size: clamp(13px, 2.6cqi, 18px);
    line-height: 1.35;
}

.iph-menu-global-back-anchor {
    position: sticky;
    top: var(--iph-sticky-top);
    z-index: 18;
    height: 0;
    pointer-events: none;
}

.iph-menu-global-back {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    margin: 0;
    pointer-events: auto;
}

.iph-menu-sticky-shell {
    position: sticky;
    top: var(--iph-sticky-top);
    z-index: 12;
    display: grid;
    gap: 0;
    margin-top: 0;
    padding: 0 10px 12px;
    background: transparent;
    box-shadow: none;
    overflow-anchor: none;
    pointer-events: none;
    transition: background-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}

.iph-menu-sticky-cover-controls {
    position: relative;
    top: 0;
    display: grid;
    gap: 3px;
    pointer-events: auto;
}

.iph-digital-menu.is-sticky-pinned .iph-menu-sticky-shell {
    background: linear-gradient(180deg, rgb(255 255 255 / 98%), rgb(255 255 255 / 95%));
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgb(44 32 24 / 8%);
}

.iph-menu-topbar {
    position: absolute;
    inset: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: 0;
    padding: 0 52px;
    pointer-events: auto;
    overflow: hidden;
    transition: min-height .2s ease, padding-top .2s ease, padding-bottom .2s ease;
    z-index: 1;
}

.iph-digital-menu.has-hero-media-hidden {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.iph-digital-menu.has-hero-media-hidden .iph-menu-brand {
    padding-top: 10px;
}

.iph-menu-topbar-brand {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.iph-menu-topbar-brand-button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.iph-menu-topbar-brand.has-no-logo {
    min-height: 20px;
}

.iph-menu-topbar-brand.is-deferred-logo {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
}

.iph-digital-menu.is-compact-brand-visible .iph-menu-topbar-brand.is-deferred-logo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.iph-menu-topbar-logo {
    display: block;
    width: auto;
    max-width: min(116px, 100%);
    max-height: 24px;
    object-fit: contain;
}

.iph-menu-topbar-brand-button:focus-visible {
    outline: 2px solid var(--iph-menu-accent);
    outline-offset: 4px;
    border-radius: 10px;
}

.iph-menu-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    appearance: none;
    border: 1px solid var(--iph-menu-border);
    border-radius: 999px;
    background: rgb(255 255 255 / 88%);
    color: var(--iph-menu-primary);
    cursor: pointer;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgb(44 32 24 / 10%);
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.iph-menu-back-button {
    justify-self: start;
}

.iph-menu-filterbar {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 2px;
    border-top: 1px solid var(--iph-menu-border);
    border-bottom: 1px solid var(--iph-menu-border);
    background: var(--iph-menu-background);
    pointer-events: auto;
}

.iph-menu-category-rails,
.iph-menu-category-rails-panel,
.iph-menu-service-content-panels,
.iph-menu-service-content-panel {
    min-width: 0;
}

.iph-menu-category-rails-panel,
.iph-menu-service-content-panel {
    display: block;
}

.iph-active-category-title {
    min-width: 0;
    padding: 2px 4px 0;
}

.iph-active-category-label {
    margin: 0;
    color: var(--iph-menu-primary);
    font-size: clamp(20px, 4.8cqi, 28px);
    font-weight: 800;
    line-height: 1.05;
}

.iph-search {
    position: relative;
    width: 34px;
    min-width: 34px;
    min-height: 36px;
    color: #1f1f1f;
    transition: width .22s ease;
}

.iph-search:focus-within {
    width: min(52cqi, 220px);
}

.iph-search-icon {
    position: absolute;
    top: 50%;
    left: 7px;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    transform: translateY(-50%);
    pointer-events: none;
    color: #5a5a5a;
}

.iph-menu-search-input {
    width: 100%;
    min-height: 36px;
    padding: 6px 8px 6px 31px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: transparent;
    font-size: 12px;
    cursor: pointer;
}

.iph-menu-search-input::placeholder {
    color: transparent;
}

.iph-search:focus-within .iph-menu-search-input,
.iph-menu-search-input:not(:placeholder-shown) {
    background: var(--iph-menu-card-background);
    color: var(--iph-menu-primary);
    cursor: text;
    box-shadow: inset 0 0 0 1px var(--iph-menu-border);
}

.iph-search:focus-within .iph-menu-search-input::placeholder {
    color: #a0a0a0;
}

.iph-menu-search-input:focus {
    outline: none;
}

.iph-category-navigation-shell {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
}

.iph-category-navigation {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    gap: 8px;
    margin: 0;
    padding: 2px;
    scroll-padding-inline: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    user-select: none;
    scrollbar-width: none;
}

.iph-category-nav-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    appearance: none;
    border: 1px solid #ece9e5;
    border-radius: 999px;
    background: #f5f4f1;
    color: var(--iph-menu-primary);
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.iph-category-nav-arrow[disabled] {
    opacity: .28;
    cursor: default;
    box-shadow: none;
}

.iph-category-navigation::-webkit-scrollbar {
    height: 0;
}

.iph-category-navigation.has-overflow {
    cursor: grab;
}

.iph-category-navigation.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.iph-category-pill,
.iph-service-button {
    appearance: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.iph-category-pill {
    position: relative;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #ece9e5;
    border-radius: 999px;
    background: #f5f4f1;
    color: #414141;
    cursor: pointer;
    font-size: clamp(11px, calc(var(--iph-menu-category-size, 13px) - 1.5px), 12px);
    font-weight: 600;
    line-height: 1;
    scroll-snap-align: start;
    white-space: nowrap;
}

.iph-category-pill::after {
    content: none;
}

.iph-category-pill.is-active {
    border-color: rgb(15 70 118 / 18%);
    background: #fff;
    color: var(--iph-menu-primary);
    font-weight: 700;
    box-shadow: 0 2px 8px rgb(44 32 24 / 4%);
}

.iph-service-selector {
    position: relative;
    z-index: 14;
    display: inline-flex;
    width: min(100%, 420px);
    padding: 3px;
    border: 1px solid var(--iph-menu-border);
    border-radius: 999px;
    background: var(--iph-menu-card-background);
    box-shadow: 0 8px 22px rgb(44 32 24 / 5%);
}

.iph-service-button {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--iph-menu-muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    touch-action: manipulation;
}

.iph-service-button.is-active {
    background: var(--iph-menu-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgb(0 0 0 / 12%);
}

.iph-service-button.is-disabled,
.iph-service-button[disabled] {
    background: transparent;
    color: #a0a0a0;
    cursor: not-allowed;
    box-shadow: none;
    opacity: .72;
}

.iph-service-button [data-language-content] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iph-menu-icon-button:focus-visible,
.iph-service-button:focus-visible,
.iph-menu-search-input:focus-visible {
    outline: 2px solid var(--iph-menu-accent);
    outline-offset: 2px;
}

.iph-category-pill:focus-visible {
    outline: none;
    border-color: rgb(15 70 118 / 28%);
    box-shadow: 0 0 0 2px rgb(15 70 118 / 10%);
}

.iph-menu-sections {
    display: grid;
    gap: 0;
    padding: 8px 16px 20px;
    background: var(--iph-menu-card-background);
    scroll-margin-top: calc(var(--iph-sticky-shell-height, 0px) + 18px);
}

.iph-menu-category-section {
    padding: 8px 0 2px;
    scroll-margin-top: calc(var(--iph-sticky-shell-height, 0px) + 18px);
}

.iph-menu-category-section + .iph-menu-category-section {
    margin-top: 24px;
    padding-top: 40px;
    border-top: 1px solid #f0ece8;
}

.iph-menu-category-section-header {
    display: grid;
    gap: 6px;
    margin-bottom: 8px;
}

.iph-menu-category-section-title {
    margin: 0;
    color: var(--iph-menu-primary);
    font-size: clamp(18px, 4.4cqi, 28px);
    font-weight: 800;
    line-height: 1.08;
}

.iph-menu-category-section-description {
    margin: 0;
    color: var(--iph-menu-muted);
    font-size: 12px;
    line-height: 1.45;
}

.iph-menu-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: transparent;
}

.iph-menu-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    padding: 13px 0;
    border-bottom: 1px solid #f0ece8;
    background: transparent;
}

.iph-menu-category-section .iph-menu-card:last-child {
    border-bottom: 0;
}

.iph-menu-card.has-image {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
}

.iph-menu-card-image {
    display: none;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border: 2px solid var(--iph-menu-card-background);
    border-radius: 50%;
    background: var(--iph-menu-soft);
    box-shadow: 0 4px 12px rgb(40 26 16 / 12%);
}

.iph-menu-card.has-image .iph-menu-card-image {
    display: block;
}

.iph-menu-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iph-menu-card-content {
    min-width: 0;
}

.iph-menu-card-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
    margin-bottom: 4px;
}

.iph-menu-card-heading h3 {
    min-width: 0;
    margin: 0;
    color: #111;
    font-size: var(--iph-menu-item-title-size, 13px);
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.iph-menu-card-heading h3 [data-language-content] {
    display: block;
}

.iph-menu-price {
    color: var(--iph-menu-accent);
    font-size: var(--iph-menu-price-size, 13px);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.iph-menu-description {
    color: #4f4f4f;
    font-size: var(--iph-menu-item-text-size, 11px);
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.iph-menu-allergens {
    margin-top: 4px;
    color: #333;
    font-size: var(--iph-menu-item-text-size, 11px);
    font-style: italic;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.iph-menu-allergens strong {
    font-weight: 400;
}

.iph-menu-no-results,
.iph-menu-empty,
.iph-menu-error {
    margin: 0 16px 22px;
    padding: 22px;
    border: 1px solid var(--iph-menu-border);
    border-radius: 22px;
    background: var(--iph-menu-soft);
    text-align: center;
}

@media (hover: hover) and (pointer: fine) {
    .iph-menu-icon-button:hover {
        transform: translateY(-1px);
        border-color: rgb(34 34 34 / 18%);
        box-shadow: 0 12px 24px rgb(44 32 24 / 10%);
    }

    .iph-category-nav-arrow:hover {
        transform: translateY(-1px);
        border-color: rgb(34 34 34 / 12%);
        box-shadow: 0 5px 12px rgb(44 32 24 / 8%);
    }

    .iph-service-button:not(.is-active):hover {
        color: var(--iph-menu-primary);
        box-shadow: inset 0 0 0 1px var(--iph-menu-border);
    }

    .iph-service-button.is-disabled:hover,
    .iph-service-button[disabled]:hover {
        color: #a0a0a0;
        box-shadow: none;
        transform: none;
    }
}

@media (hover: none), (pointer: coarse) {
    .iph-menu-icon-button:hover,
    .iph-category-nav-arrow:hover,
    .iph-category-pill:hover,
    .iph-service-button:hover {
        transform: none;
        box-shadow: none;
    }

    .iph-category-pill,
    .iph-category-pill.is-active {
        transform: none;
    }

    .iph-category-pill.is-active {
        box-shadow: none;
    }

    .iph-category-pill:focus-visible {
        box-shadow: none;
    }
}

@container (min-width: 620px) {
    .iph-digital-menu {
        border-radius: 36px;
    }

    .iph-menu-global-back {
        top: 14px;
        left: 14px;
    }

    .iph-menu-cover-logo {
        padding: 22px 20px 18px;
    }

    .iph-menu-brand {
        padding: 20px 34px 10px;
    }

    .iph-digital-menu.has-hero-media-hidden .iph-menu-brand {
        padding-top: 12px;
    }

    .iph-menu-sticky-shell {
        gap: 0;
        padding: 0 16px 16px;
    }

    .iph-menu-topbar {
        padding-inline: 56px;
    }

    .iph-menu-icon-button {
        width: 46px;
        height: 46px;
    }

    .iph-menu-topbar-logo {
        max-height: 26px;
    }

    .iph-search:focus-within {
        width: min(36cqi, 240px);
    }

    .iph-category-navigation {
        gap: 10px;
    }

    .iph-category-pill {
        min-height: 32px;
        padding-inline: 14px;
    }

    .iph-active-category-title {
        padding-top: 4px;
    }

    .iph-active-category-label {
        font-size: clamp(22px, 3.4cqi, 30px);
    }

    .iph-menu-sections {
        padding: 10px 28px 26px;
    }

    .iph-menu-category-section + .iph-menu-category-section {
        margin-top: 32px;
        padding-top: 48px;
    }

    .iph-menu-category-section-title {
        font-size: clamp(20px, 3.3cqi, 30px);
    }

    .iph-menu-card {
        padding: 15px 0;
    }

    .iph-menu-card.has-image {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 14px;
    }

    .iph-menu-card-image {
        width: 64px;
        height: 64px;
    }
}

@container (min-width: 760px) {
    .iph-menu-filterbar {
        gap: 10px;
    }

    .iph-category-navigation-shell {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .iph-category-nav-arrow {
        display: inline-flex;
    }

    .iph-category-navigation {
        gap: 10px;
        padding: 0;
    }
}

@container (max-width: 390px) {
    .iph-digital-menu {
        border-radius: 24px;
    }

    .iph-menu-cover-logo {
        padding: 14px 10px 12px;
    }

    .iph-menu-cover-logo .iph-menu-logo-card {
        max-width: min(var(--iph-menu-cover-logo-width, 220px), calc(100cqi - 40px));
    }

    .iph-menu-logo {
        max-height: 74px;
    }

    .iph-menu-brand {
        padding: 14px 14px 6px;
    }

    .iph-digital-menu.has-hero-media-hidden .iph-menu-brand {
        padding-top: 8px;
    }

    .iph-menu-section-title {
        font-size: clamp(32px, 11.2cqi, 44px);
    }

    .iph-menu-sticky-shell {
        padding-inline: 10px;
    }

    .iph-search:focus-within {
        width: min(58cqi, 220px);
    }

    .iph-menu-sections {
        padding-inline: 14px;
    }

    .iph-menu-icon-button {
        width: 38px;
        height: 38px;
    }

    .iph-menu-global-back {
        top: 10px;
        left: 10px;
    }

    .iph-category-pill {
        min-height: 29px;
        padding-inline: 11px;
        font-size: 11px;
    }

    .iph-active-category-label {
        font-size: 18px;
    }

    .iph-menu-card.has-image {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
    }

    .iph-menu-card-image {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .iph-digital-menu {
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .iph-menu-hero {
        border-radius: 0;
    }

    .iph-menu-global-back {
        top: 8px;
        left: 8px;
    }
}

.iph-digital-menu.is-sticky-pinned .iph-menu-global-back {
    top: 4px;
    width: 38px;
    height: 38px;
}

.iph-digital-menu.is-sticky-pinned .iph-menu-topbar,
.iph-digital-menu.is-compact-brand-visible .iph-menu-topbar {
    position: relative;
    min-height: 40px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 1px;
}

@container (min-width: 620px) {
    .iph-digital-menu.is-sticky-pinned .iph-menu-global-back {
        top: 4px;
        width: 42px;
        height: 42px;
    }

    .iph-digital-menu.is-sticky-pinned .iph-menu-topbar,
    .iph-digital-menu.is-compact-brand-visible .iph-menu-topbar {
        min-height: 44px;
        padding-top: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iph-digital-menu *,
    .iph-digital-menu *::before,
    .iph-digital-menu *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }
}
