.cob-header-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
}

.cob-header-menu {
    flex: 1 1 auto;
    min-width: 0;
    /* Reserve room for the cart while retaining the original 40px gaps on wide screens. */
    --e-nav-menu-horizontal-menu-item-margin: clamp(8px, calc(2.5vw - 23.5px), 20px);
}

.elementor-element[data-id="1c35c5ba"] .cob-header-menu .elementor-nav-menu--main > .elementor-nav-menu {
    flex-wrap: nowrap;
}

.elementor-element[data-id="1c35c5ba"] .cob-header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item {
    font-size: clamp(20px, 1.6667vw, 24px);
    white-space: nowrap;
    transition-property: color, background-color, border-color, fill;
}

.cob-header-navigation .cob-header-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: #c1ae7b;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    text-decoration: none;
}

.cob-header-navigation .cob-header-cart-link:hover {
    color: #fff;
    background: rgba(193, 174, 123, .12);
}

.cob-header-navigation .cob-header-cart-link:focus-visible {
    color: #fff;
    outline: 2px solid #c1ae7b;
    outline-offset: 3px;
}

.cob-header-cart-link svg {
    display: block;
    flex: none;
}

/* Use Elementor's existing accessible toggle before the seven desktop links get cramped. */
@media (max-width: 1200px) {
    .cob-header-navigation {
        gap: 8px;
    }

    .cob-header-menu {
        flex: 0 1 auto;
    }

    .elementor-element[data-id="1c35c5ba"] .cob-header-menu .elementor-nav-menu--main {
        display: none;
    }

    .elementor-element[data-id="1c35c5ba"] .cob-header-menu > .elementor-menu-toggle {
        display: flex;
        min-width: 44px;
        min-height: 44px;
    }

    .elementor-element[data-id="1c35c5ba"] .cob-header-menu > .elementor-nav-menu--dropdown {
        display: block;
    }
}
