.elementor-413 .elementor-element.elementor-element-595b39d nav.cafe-site-menu .cafe-wrap-menu ul > li a {
    padding: 35px 5px 35px 23px !important;
}

.wrap-breadcrumb {
  display: none !important;
}


/* === NUTS 'N' OILS – Beautiful Header Upgrade === */

#cafe-site-header {
    padding: 20px 40px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(139, 111, 71, 0.12);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease;
}

/* Subtle shadow + lift on scroll */
#cafe-site-header.scrolled,
#cafe-site-header:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: rgba(255, 255, 255, 0.98) !important;
    transform: translateY(-2px);
}

/* Logo – make the handwriting pop */
#cafe-site-header img.custom-logo,
#cafe-site-header .elementor-image img {
    height: 58px !important;
    width: auto !important;
    transition: all 0.3s ease;
    filter: brightness(1) contrast(1.1);
}

#cafe-site-header:hover img.custom-logo {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.2) drop-shadow(0 4px 8px rgba(139,111,71,0.15));
}

/* Navigation menu – clean &amp; luxurious */
#cafe-site-header .elementor-nav-menu__container,
#cafe-site-header .cafe-nav-menu li {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

#cafe-site-header .elementor-nav-menu a {
    color: #333 !important;
    padding: 10px 18px !important;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover effect – soft pill background */
#cafe-site-header .elementor-nav-menu a:hover {
    color: #8b6f47 !important;
    background: rgba(139, 111, 71, 0.08);
    transform: translateY(-2px);
}

/* Active/current page – golden underline instead of default */
#cafe-site-header .elementor-nav-menu .current-menu-item a,
#cafe-site-header .elementor-nav-menu .current-menu-ancestor a {
    color: #8b6f47 !important;
    font-weight: 600;
}

#cafe-site-header .elementor-nav-menu .current-menu-item a:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #8b6f47;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Icons on the right – subtle hover */
#cafe-site-header .elementor-icon {
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
}

#cafe-site-header .elementor-icon:hover {
    background: rgba(139, 111, 71, 0.1);
    color: #8b6f47 !important;
    transform: scale(1.15);
}

/* Mobile menu toggle – make it prettier */
#cafe-site-header .elementor-menu-toggle {
    color: #333 !important;
    background: rgba(139, 111, 71, 0.08) !important;
    border-radius: 50%;
    padding: 10px !important;
}

/* Optional: tiny golden accent line under the whole header */
#cafe-site-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b6f47, transparent);
    transform: translateX(-50%);
    border-radius: 2px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 1px !important;
}