.handheld-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.handheld-only .handheld-header {
    padding: 0;
}

.mobile-menu-wrapper.column {
    width: auto;
}

.handheld-header .mobile-menu-wrapper {
    order: -1;
    margin-right: 15px;
}

.mobile-menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu-toggle .hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.mobile-menu-wrapper.active .mobile-menu-toggle .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile-menu-wrapper.active .mobile-menu-toggle .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-wrapper.active .mobile-menu-toggle .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    background: #fff;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    overflow-y: auto;
    border-radius: 0 0 16px 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: env(safe-area-inset-bottom, 20px);
}

.mobile-menu-wrapper.active .mobile-menu {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.mobile-menu-close {
    background: transparent;
    border: none;
    font-size: 38px;
    line-height: 2;
    cursor: pointer;
    color: #333;
    padding: 0;
    width: 35px;
    height: 35px;
    transition: transform 0.2s;
}

button.mobile-menu-close {
    color: #838487;
}

.mobile-menu-content {
    padding: 0 0 30px 0;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list>li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-list>li>a {
    display: block;
    padding: 16px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 18px;
    font-weight: 500;
}

.mobile-menu-list>li>a:hover {
    background: #f5f5f5;
    padding-left: 25px;
}

.mobile-menu-list .sub-menu {
    list-style: none;
    padding: 0;
    background: #fafafa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-menu-list li.menu-item-has-children.open .sub-menu {
    max-height: none;
    padding: 0 0 20px 0;
    width: 100%;
    z-index: 1000;
}

.mobile-menu-list .sub-menu li:last-child {
    padding-bottom: 15px;
}

.mobile-menu-list .sub-menu li {
    border: none;
}

.mobile-menu-list .sub-menu a {
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    display: block;
    color: #666;
    font-weight: 400;
}

.mobile-menu-list .sub-menu a:hover {
    background: #f0f0f0;
    color: #333;
}

.mobile-menu-list li.menu-item-has-children {
    position: relative;
}

.mobile-menu-list li.menu-item-has-children>a:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s;
}

.mobile-menu-list li.menu-item-has-children.open>a:after {
    content: '−';
}

.mobile-menu-list ul.sub-menu {
    width: 100%;
    border: none;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 9999;
}

.mobile-menu-wrapper.active .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

body.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu {
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-list>li a,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children,
.mobile-menu-list .sub-menu a {
    color: #838487;
}

.mobile-menu-list .sub-menu a:hover {
    color: #838487;
}

#menu-item-18755 a {
    color: #b92d5e;
    font-weight: bold;
}

@media (max-width: 768px) {
    .sticky-wrapper .uneno-sticky-wrap {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
    }

    .sticky-wrapper .uneno-sticky-wrap.stuck {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .handheld-only.uneno-stick-this {
        background: #fff;
    }

    .handheld-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .handheld-header .mobile-menu-wrapper {
        order: 1;
        top: 4px;
    }

    .handheld-header .site-header__logo {
        order: 2;
        flex: 1 1 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .handheld-header .site-header__header-icons {
        order: 3;
        flex: 0 0 auto;
    }

    .handheld-header .site-header__header-search {
        display: none;
    }
}

.woofc-count {
    z-index: 998 !important;
}