.elementor-3096 .elementor-element.elementor-element-435ddd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0;}.elementor-3096 .elementor-element.elementor-element-435ddd3::before, .elementor-3096 .elementor-element.elementor-element-435ddd3 > .elementor-background-video-container::before, .elementor-3096 .elementor-element.elementor-element-435ddd3 > .e-con-inner > .elementor-background-video-container::before, .elementor-3096 .elementor-element.elementor-element-435ddd3 > .elementor-background-slideshow::before, .elementor-3096 .elementor-element.elementor-element-435ddd3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3096 .elementor-element.elementor-element-435ddd3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-3096 .elementor-element.elementor-element-257014f{background-image:url("https://lastminutebeauty.dk/wp-content/uploads/2025/11/hrsth.jpg");padding:0px 0px 0px 0px;background-size:cover;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-3096 .elementor-element.elementor-element-435ddd3{--justify-content:center;--overlay-opacity:0;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3096 .elementor-element.elementor-element-257014f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:15px 15px 0px 15px;background-position:-227px -30px;background-size:830px auto;}.elementor-3096 .elementor-element.elementor-element-257014f.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}}/* Start custom CSS for html, class: .elementor-element-257014f */.lmb-header-bar {
    text-align: center;
    padding: 40px 10px 26px;
    font-family: 'Lora', serif;
    color: #fff;
}

.lmb-header-title {
    font-size: 52px;
    margin: 0;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}

.lmb-header-subtitle {
    font-size: 12.2px; /* pomniejszone o 39% z 20px */
    margin-top: 10px;
    opacity: 0.95;
    color: #fff;
    line-height: 1.4;
}

.lmb-gold-line {
    width: 100px;
    height: 3px;
    margin: 18px auto 26px;
    background: #c79c68;
    border-radius: 999px;
}

.lmb-header-menu {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 28px;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
}

.lmb-header-menu::-webkit-scrollbar {
    display: none;
}

.lmb-header-menu a {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 19px;
    text-decoration: none;
    transition: 0.3s ease;
    flex: 0 0 auto;
}

.lmb-header-menu a:hover {
    color: #c79c68;
    transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 768px) {
    .lmb-header-title {
        font-size: 40px;
    }
    .lmb-header-subtitle {
        font-size: 11px;
        margin-top: 8px;
    }
    .lmb-header-menu {
        gap: 20px;
    }
    .lmb-header-menu a {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-435ddd3 */.lmb-menu-bar {
    width: 100%;
    background: transparent;
    padding: 2px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* zawężone */
    white-space: nowrap;
    overflow-x: auto;
}

.lmb-menu-bar::-webkit-scrollbar {
    display: none;
}

.lmb-menu-link {
    font-size: 12px !important;
    color: #ffffff !important;
    text-decoration: none;
    letter-spacing: 0.3px;
    padding: 0;
    margin: 0;
}

/* hover złoto */
.lmb-menu-link:hover {
    color: #c79c68 !important;
}

/* WĄSKA WERSJA MOBILNA */
@media (max-width: 480px) {
    .lmb-menu-bar {
        gap: 6px; /* jeszcze wężej na mobile */
        padding: 2px 4px;
    }

    .lmb-menu-link {
        font-size: 11px !important; /* zmniejszony font, żeby się mieściło */
        letter-spacing: 0.2px;
    }
}/* End custom CSS */
/* Start custom CSS */document.addEventListener("DOMContentLoaded", () => {
    const openBtn = document.querySelector(".lmb-side-toggle");
    const closeBtn = document.querySelector(".lmb-side-close");
    const menu = document.querySelector(".lmb-side-menu");

    if (openBtn && closeBtn && menu) {
        openBtn.onclick = () => menu.classList.add("open");
        closeBtn.onclick = () => menu.classList.remove("open");
    }
});/* End custom CSS */