.coatable-header-7529f42e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #fff;
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.coatable-header-7529f42e * {
    box-sizing: border-box;
}

.ch-logo-7529f42e {
    z-index: 1002;
}

.ch-logo-7529f42e img {
    max-height: 40px;
    max-width: 180px;
    width: auto;
    display: block;
}

.ch-nav-7529f42e {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.ch-nav-item-7529f42e,
.ch-submenu-item-7529f42e {
    position: relative;
}

.ch-nav-link-7529f42e,
.ch-submenu-link-7529f42e {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ch-nav-link-7529f42e {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.ch-nav-link-7529f42e:hover {
    opacity: 0.6;
}

.ch-dropdown-icon-7529f42e,
.ch-sub-dropdown-icon-7529f42e {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.ch-sub-dropdown-icon-7529f42e {
    margin-left: auto;
}

/* Desktop dropdowns */
.ch-submenu-panel-7529f42e,
.ch-submenu-7529f42e,
.ch-sub-submenu-7529f42e {
    background: #fff;
    min-width: 220px;
    max-width: min(280px, calc(100vw - 40px));
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
}

.ch-submenu-7529f42e {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(10px);
}

.ch-sub-submenu-7529f42e {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(10px);
}

.ch-has-children-7529f42e:hover > .ch-submenu-panel-7529f42e,
.ch-has-children-7529f42e:hover > .ch-submenu-7529f42e,
.ch-has-sub-children-7529f42e:hover > .ch-submenu-panel-7529f42e,
.ch-has-sub-children-7529f42e:hover > .ch-sub-submenu-7529f42e,
.ch-has-children-7529f42e:focus-within > .ch-submenu-panel-7529f42e,
.ch-has-children-7529f42e:focus-within > .ch-submenu-7529f42e,
.ch-has-sub-children-7529f42e:focus-within > .ch-submenu-panel-7529f42e,
.ch-has-sub-children-7529f42e:focus-within > .ch-sub-submenu-7529f42e {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0);
}

.ch-has-children-7529f42e:hover > .ch-nav-link-7529f42e .ch-dropdown-icon-7529f42e {
    transform: rotate(180deg);
}

.ch-submenu-link-7529f42e {
    padding: 10px 25px;
    color: #555;
    font-size: 15px;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 280px;
    justify-content: space-between;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ch-submenu-link-7529f42e:hover,
.ch-submenu-item-7529f42e:hover > .ch-submenu-link-7529f42e {
    background-color: #f9f9f9;
    color: #000;
}

/* Desktop overflow protection */
.ch-nav-item-7529f42e:last-child > .ch-submenu-7529f42e,
.ch-nav-item-7529f42e:last-child > .ch-submenu-panel-7529f42e,
.ch-nav-item-7529f42e:nth-last-child(2) > .ch-submenu-7529f42e,
.ch-nav-item-7529f42e:nth-last-child(2) > .ch-submenu-panel-7529f42e {
    left: auto;
    right: 0;
}

.ch-nav-item-7529f42e:last-child .ch-sub-submenu-7529f42e,
.ch-nav-item-7529f42e:last-child .ch-submenu-panel-7529f42e.ch-sub-submenu-7529f42e,
.ch-nav-item-7529f42e:nth-last-child(2) .ch-sub-submenu-7529f42e,
.ch-nav-item-7529f42e:nth-last-child(2) .ch-submenu-panel-7529f42e.ch-sub-submenu-7529f42e {
    left: auto;
    right: 100%;
}

.ch-cta-wrapper-7529f42e {
    display: flex;
    align-items: center;
}

.ch-cta-7529f42e {
    padding: 12px 28px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.ch-cta-7529f42e:hover {
    background: #444;
    color: #fff;
}

.ch-cart-7529f42e {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    text-decoration: none;
    color: #111;
    flex-shrink: 0;
}

.ch-cart-icon-7529f42e {
    font-size: 22px;
}

.ch-cart-count-7529f42e {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.ch-cart-7529f42e:hover {
    color: #444;
}

/* Burger */
.ch-burger-7529f42e {
    display: none;
    cursor: pointer;
    z-index: 1005;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

/* Hide mobile panel header by default */
.ch-mobile-panel-header-7529f42e {
    display: none !important;
}

/* Hide basket on desktop */
@media (min-width: 1025px) {
    .ch-cart-7529f42e {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 1024px) {

    .coatable-header-7529f42e {
        padding: 20px;
        overflow: visible !important;
    }

    .ch-logo-7529f42e {
        position: relative;
        z-index: 1002;
    }

    /* Reliable burger icon — does not use Elementor icon font */
    .ch-burger-7529f42e {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #111 !important;
        position: relative !important;
        z-index: 1000001 !important;
        pointer-events: auto !important;
    }

    .ch-burger-7529f42e i,
    .ch-burger-7529f42e svg {
        display: none !important;
    }

    .ch-burger-7529f42e::before {
        content: "☰";
        display: block;
        font-size: 32px;
        line-height: 1;
        color: #111;
    }

    .coatable-header-7529f42e.is-open .ch-burger-7529f42e {
        position: fixed !important;
        top: max(18px, env(safe-area-inset-top)) !important;
        right: 24px !important;
        z-index: 1000002 !important;
    }

    .coatable-header-7529f42e.is-open .ch-burger-7529f42e::before {
        content: "×";
        font-size: 40px;
        line-height: 1;
    }

    .ch-nav-7529f42e,
    .ch-cta-wrapper-7529f42e {
        display: none;
    }

    .coatable-header-7529f42e.is-open .ch-nav-7529f42e {
        display: flex !important;
        flex-direction: column;
        position: fixed !important;
        inset: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        min-height: 100vh;
        background: #fff !important;
        z-index: 1000;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 110px 28px 130px;
    }

    .coatable-header-7529f42e.is-open .ch-nav-item-7529f42e {
        width: 100%;
        max-width: 420px;
        text-align: left;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .coatable-header-7529f42e.is-open .ch-nav-link-7529f42e {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        color: #111 !important;
        font-size: 22px !important;
        font-weight: 400;
        line-height: 1.25;
        padding: 18px 0;
        text-align: left;
        opacity: 1 !important;
        text-decoration: none;
        white-space: normal;
    }

    .coatable-header-7529f42e.is-open .ch-dropdown-icon-7529f42e {
        font-size: 14px;
        transform: rotate(-90deg);
        color: #111 !important;
    }

    .coatable-header-7529f42e.is-open .ch-cta-wrapper-7529f42e {
        display: flex !important;
        align-items: center;
        gap: 16px;
        position: fixed;
        bottom: max(24px, env(safe-area-inset-bottom));
        left: 50%;
        transform: translateX(-50%);
        z-index: 1001;
    }

    .coatable-header-7529f42e.is-open .ch-cta-7529f42e {
        background: #111 !important;
        color: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }

    .ch-cart-7529f42e {
        display: inline-flex !important;
    }

    .coatable-header-7529f42e.is-open .ch-cart-7529f42e {
        margin-right: 0;
    }

    /* Hide submenu panels until active */
    .coatable-header-7529f42e.is-open .ch-submenu-7529f42e,
    .coatable-header-7529f42e.is-open .ch-sub-submenu-7529f42e,
    .coatable-header-7529f42e.is-open .ch-submenu-panel-7529f42e {
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        box-shadow: none !important;
    }

    /* Active submenu page */
    .coatable-header-7529f42e.is-open .ch-submenu-7529f42e.is-mobile-panel-active,
    .coatable-header-7529f42e.is-open .ch-sub-submenu-7529f42e.is-mobile-panel-active,
    .coatable-header-7529f42e.is-open .ch-submenu-panel-7529f42e.is-mobile-panel-active {
        display: flex !important;
        flex-direction: column;
        position: fixed !important;
        inset: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        min-height: 100vh;
        background: #fff !important;
        z-index: 1003;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 96px 28px 130px;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        border-radius: 0 !important;
    }

    .coatable-header-7529f42e.is-open .ch-submenu-item-7529f42e {
        width: 100%;
        max-width: 420px;
        text-align: left;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .coatable-header-7529f42e.is-open .ch-submenu-link-7529f42e {
        width: 100%;
        max-width: none;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        color: #111 !important;
        font-size: 21px !important;
        font-weight: 400;
        line-height: 1.25;
        padding: 18px 0;
        text-align: left;
        text-decoration: none;
        background: transparent !important;
        opacity: 1 !important;
    }

    .coatable-header-7529f42e.is-open .ch-sub-dropdown-icon-7529f42e {
        font-size: 13px;
        color: #111 !important;
        transform: rotate(0deg) !important;
    }

    /* Mobile drilldown header */
    .coatable-header-7529f42e.is-open.is-drilling > .ch-mobile-panel-header-7529f42e {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: calc(76px + env(safe-area-inset-top));
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        z-index: 1005;
        padding: env(safe-area-inset-top) 64px 0;
    }

    .ch-mobile-panel-title-7529f42e {
        font-size: 17px;
        font-weight: 500;
        color: #111;
        max-width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        line-height: 1.2;
    }

    .ch-mobile-back-7529f42e {
        position: absolute;
        left: 24px;
        top: calc(50% + env(safe-area-inset-top) / 2);
        transform: translateY(-50%);
        appearance: none;
        -webkit-appearance: none;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #111 !important;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
        padding: 0 !important;
        margin: 0 !important;
    }

    .ch-mobile-back-7529f42e:hover,
    .ch-mobile-back-7529f42e:focus,
    .ch-mobile-back-7529f42e:active {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #111 !important;
    }
}