.navbar-jelonka__mobile-bottom-nav,
.navbar-jelonka__mobile-bottom-search {
    display: none;
}

@media (max-width: 1120px) {
    :root {
        --mobile-nav-height: 58px;
        --mobile-nav-safe-area: env(safe-area-inset-bottom, 0px);
        --mobile-header-height: 50px;
        --mobile-nav-navy: #102b46;
        --mobile-nav-orange: #e45108;
    }

    body {
        padding-bottom: calc(var(--mobile-nav-height) + var(--mobile-nav-safe-area));
    }

    .site-header-shell .navbar-jelonka .container {
        grid-template-columns: minmax(0, 1fr) 3.2rem 2.5rem;
        min-height: var(--mobile-header-height);
        padding: 0 0.75rem;
    }

    .site-header-shell .navbar-jelonka .navbar-brand {
        min-height: var(--mobile-header-height);
    }

    .site-header-shell .navbar-jelonka__brand-logo {
        width: min(178px, 100%);
        height: 35px;
        max-height: 35px;
    }

    .site-header-shell .navbar-jelonka__clock {
        width: 3.2rem;
        min-width: 3.2rem;
        min-height: 2.4rem;
    }

    .site-header-shell .navbar-jelonka__clock-face {
        width: 2.9rem;
    }

    .site-header-shell .navbar-jelonka .navbar-toggler {
        width: 2.5rem;
        height: 2.5rem;
    }

    .site-header-shell .navbar-jelonka .navbar-toggler-icon {
        width: 1.6rem;
        height: 1.6rem;
    }

    .navbar-jelonka__mobile-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: end;
        height: calc(var(--mobile-nav-height) + var(--mobile-nav-safe-area));
        padding: 0 max(4px, env(safe-area-inset-right, 0px)) var(--mobile-nav-safe-area) max(4px, env(safe-area-inset-left, 0px));
        border-top: 1px solid rgba(16, 43, 70, 0.08);
        background: #fbfbfb;
        box-shadow: 0 22px 19px 22px rgba(0, 0, 0, 0.25);
    }

    .navbar-jelonka__mobile-bottom-item {
        position: relative;
        display: grid;
        min-width: 0;
        height: var(--mobile-nav-height);
        padding: 5px 2px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--mobile-nav-navy);
        font-family: Inter, "Source Sans 3", sans-serif;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        appearance: none;
        grid-template-rows: 32px 16px;
        align-content: start;
        justify-items: center;
    }

    .navbar-jelonka__mobile-bottom-item > span:last-child {
        position: static;
        grid-row: 2;
        line-height: 14px;
        transform: none;
    }

    .navbar-jelonka__mobile-bottom-item:hover,
    .navbar-jelonka__mobile-bottom-item:focus,
    .navbar-jelonka__mobile-bottom-item.is-active,
    .navbar-jelonka__mobile-bottom-item--button.is-open {
        color: var(--mobile-nav-orange);
        text-decoration: none;
    }

    .navbar-jelonka__mobile-bottom-item--button {
        width: 100%;
        cursor: pointer;
    }

    .navbar-jelonka__mobile-bottom-icon {
        position: static;
        display: block;
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        max-width: none;
        object-fit: contain;
        grid-row: 1;
        align-self: center;
        justify-self: center;
        transform: none;
    }

    .navbar-jelonka__mobile-bottom-icon--classifieds {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
        transform: rotate(90deg);
    }

    .navbar-jelonka__mobile-bottom-icon--events {
        transform: none;
    }

    .navbar-jelonka__mobile-bottom-icon--search {
        transform: scaleX(-1);
    }

    .navbar-jelonka__mobile-bottom-icon--account {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
        transform: none;
    }

    .navbar-jelonka__mobile-bottom-item--add {
        color: var(--mobile-nav-navy);
    }

    .navbar-jelonka__mobile-bottom-add-icon {
        position: absolute;
        top: -20px;
        left: 50%;
        display: grid;
        width: 48px;
        height: 48px;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: var(--mobile-nav-orange) url("../img/mobile-nav/add-circle.svg") center / 100% 100% no-repeat;
        box-shadow: none;
        transform: translateX(-50%);
        grid-row: auto;
    }

    .navbar-jelonka__mobile-bottom-add-icon::before,
    .navbar-jelonka__mobile-bottom-add-icon::after {
        position: absolute;
        width: 24px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        content: "";
    }

    .navbar-jelonka__mobile-bottom-add-icon::after {
        transform: rotate(90deg);
    }

    .navbar-jelonka__mobile-bottom-item--add.is-active .navbar-jelonka__mobile-bottom-add-icon {
        background: #bd3f00;
    }

    .navbar-jelonka__mobile-bottom-search {
        position: fixed;
        right: max(4.87vw, env(safe-area-inset-right, 0px));
        bottom: calc(var(--mobile-nav-height) + var(--mobile-nav-safe-area) + 23px);
        left: max(4.1vw, env(safe-area-inset-left, 0px));
        z-index: 2147483647;
        display: block;
        width: auto;
        max-width: none;
        margin: 0 auto;
    }

    .navbar-jelonka__mobile-bottom-search[hidden] {
        display: none;
    }

    .navbar-jelonka__mobile-bottom-search-form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 76px 28px;
        column-gap: 6px;
        align-items: center;
        height: 43px;
        padding: 5px 14px 5px 5px;
        border: 0;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(16, 43, 70, 0.2);
    }

    .navbar-jelonka__mobile-bottom-search-form input {
        min-width: 0;
        height: 33px;
        padding: 0 16px;
        border: 0;
        background: transparent;
        color: var(--mobile-nav-navy);
        font-family: Inter, "Source Sans 3", sans-serif;
        font-size: 12px;
        font-weight: 600;
        outline: 0;
    }

    .navbar-jelonka__mobile-bottom-search-form input::placeholder {
        color: #737a82;
        opacity: 1;
    }

    .navbar-jelonka__mobile-bottom-search-submit {
        width: 76px;
        height: 27px;
        padding: 0;
        border: 0;
        border-radius: 7px;
        background: var(--mobile-nav-orange);
        color: #fff;
        font-family: Inter, "Source Sans 3", sans-serif;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .navbar-jelonka__mobile-bottom-search-close {
        display: grid;
        width: 28px;
        height: 27px;
        place-items: center;
        padding: 0;
        border: 1px solid rgba(16, 43, 70, 0.25);
        border-radius: 8px;
        background: #fff;
        color: var(--mobile-nav-navy);
    }

    .navbar-jelonka__mobile-bottom-search-close span {
        width: 16px;
        height: 16px;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .site-header-shell .navbar-jelonka__drawer {
        z-index: 2147483645;
        inset: var(--mobile-header-height) 0 calc(var(--mobile-nav-height) + var(--mobile-nav-safe-area));
    }

    .site-header-shell .navbar-jelonka__drawer-backdrop {
        background: rgba(15, 24, 33, 0.58);
    }

    .site-header-shell .navbar-jelonka__drawer-panel,
    .site-header-shell .navbar-jelonka__drawer-panel:has(#navbar-mobile-drawer-main.is-active),
    .site-header-shell .navbar-jelonka__drawer-panel:has(#navbar-mobile-drawer-classifieds.is-active),
    .site-header-shell .navbar-jelonka__drawer-panel:has(#navbar-mobile-drawer-classifieds-links.is-active),
    .site-header-shell .navbar-jelonka__drawer-panel:has(#navbar-mobile-drawer-events-filters.is-active),
    .site-header-shell .navbar-jelonka__drawer-panel:has(#navbar-mobile-drawer-events-links.is-active) {
        width: 70vw;
        min-width: 70vw;
        max-width: 70vw;
        height: calc(100vh - var(--mobile-header-height) - var(--mobile-nav-height) - var(--mobile-nav-safe-area));
        height: calc(100dvh - var(--mobile-header-height) - var(--mobile-nav-height) - var(--mobile-nav-safe-area));
        background: #fff;
        border-radius: 0 0 10px 10px;
        box-shadow: -8px 0 20px rgba(16, 43, 70, 0.16);
    }

    .site-header-shell .navbar-jelonka__drawer-content {
        width: 100%;
        align-items: stretch;
        padding: 0;
    }

    .site-header-shell .navbar-jelonka__drawer-pane,
    .site-header-shell #navbar-mobile-drawer-main {
        width: 100%;
        max-width: 100%;
    }

    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-account-entry,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-search {
        display: none;
    }

    .site-header-shell .navbar-jelonka__drawer-section-title {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 14px 17px 5px;
        background: #fff;
        color: #8c8783;
        font-family: Manrope, "Source Sans 3", sans-serif;
        font-size: 12px;
        font-weight: 800;
        line-height: 16px;
        text-transform: uppercase;
    }

    .site-header-shell .navbar-jelonka__drawer-section-title--categories {
        margin: 0;
        padding-top: 14px;
        background: #efefef;
    }

    .site-header-shell .navbar-jelonka__drawer-list {
        display: grid;
        width: 100%;
        max-width: none;
        gap: 0;
        padding: 0 17px 10px;
        background: #fff;
    }

    .site-header-shell .navbar-jelonka__drawer-list--categories {
        padding-bottom: 18px;
        background: #efefef;
    }

    .site-header-shell .navbar-jelonka__drawer-link,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-link {
        grid-template-columns: 19px 105px 9px minmax(0, 1fr);
        width: 100%;
        max-width: none;
        min-height: 50px;
        gap: 10px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #000;
        font-family: Manrope, "Source Sans 3", sans-serif;
        font-size: 16px;
        font-weight: 700;
    }

    .site-header-shell .navbar-jelonka__drawer-list--categories .navbar-jelonka__drawer-link {
        grid-template-columns: 19px minmax(0, 160px) 9px minmax(0, 1fr);
    }

    .site-header-shell .navbar-jelonka__drawer-link.is-active,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-link.is-active {
        background: transparent;
        box-shadow: none;
        color: var(--mobile-nav-orange);
        font-weight: 700;
    }

    .site-header-shell .navbar-jelonka__drawer-link.is-active .navbar-jelonka__drawer-chevron,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-link.is-active .navbar-jelonka__drawer-chevron {
        opacity: 1;
    }

    .site-header-shell .navbar-jelonka__drawer-icon,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-icon {
        width: 16px;
        height: 16px;
        color: var(--mobile-nav-orange);
    }

    .site-header-shell .navbar-jelonka__drawer-label,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-label {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-header-shell .navbar-jelonka__drawer-chevron,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-chevron {
        display: none;
        width: 7px;
        height: 7px;
        border-width: 1.5px;
        color: var(--mobile-nav-orange);
        opacity: 1;
    }

    .site-header-shell .navbar-jelonka__drawer-link.is-active .navbar-jelonka__drawer-chevron,
    .site-header-shell #navbar-mobile-drawer-main .navbar-jelonka__drawer-link.is-active .navbar-jelonka__drawer-chevron {
        display: block;
    }

    .site-header-shell .navbar-jelonka__drawer-tabs {
        padding: 0 8px;
    }

    .site-header-shell .navbar-jelonka__drawer-pane:not(#navbar-mobile-drawer-main) {
        padding: 10px 12px 18px;
    }
}

@media (max-width: 359px) {
    .navbar-jelonka__mobile-bottom-item {
        font-size: 10px;
    }

    .navbar-jelonka__mobile-bottom-icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }
}
