.elementor-4484 .elementor-element.elementor-element-937d08d:not(.elementor-motion-effects-element-type-background), .elementor-4484 .elementor-element.elementor-element-937d08d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DD3333;}.elementor-4484 .elementor-element.elementor-element-937d08d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0em;margin-bottom:0em;padding:0px 0px 0px 0px;}.elementor-4484 .elementor-element.elementor-element-937d08d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4484 .elementor-element.elementor-element-3c050d1 img{width:45%;}.elementor-bc-flex-widget .elementor-4484 .elementor-element.elementor-element-33b3fd5.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4484 .elementor-element.elementor-element-33b3fd5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4484 .elementor-element.elementor-element-33b3fd5.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-bc-flex-widget .elementor-4484 .elementor-element.elementor-element-1e01b8e.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4484 .elementor-element.elementor-element-1e01b8e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4484 .elementor-element.elementor-element-1e01b8e.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}@media(max-width:767px){.elementor-4484 .elementor-element.elementor-element-8e14ef0{width:20%;}.elementor-4484 .elementor-element.elementor-element-33b3fd5{width:70%;}.elementor-bc-flex-widget .elementor-4484 .elementor-element.elementor-element-33b3fd5.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4484 .elementor-element.elementor-element-33b3fd5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4484 .elementor-element.elementor-element-33b3fd5.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-4484 .elementor-element.elementor-element-33b3fd5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:20px;}.elementor-4484 .elementor-element.elementor-element-1e01b8e{width:10%;}}@media(min-width:768px){.elementor-4484 .elementor-element.elementor-element-8e14ef0{width:10%;}.elementor-4484 .elementor-element.elementor-element-33b3fd5{width:83.584%;}.elementor-4484 .elementor-element.elementor-element-1e01b8e{width:5.724%;}}/* Start custom CSS for image, class: .elementor-element-3c050d1 */@media screen and (max-width: 1100px) {
    .elementor-4484 .elementor-element.elementor-element-3c050d1 img {
        width: 45px !important; /* DOPASUJ WIELKOŚĆ DO IKON */
        height: auto !important;
        vertical-align: middle !important;
        margin: 0 !important;
    }
    .elementor-4484 .elementor-element.elementor-element-3c050d1 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d71b823 *//* --- RESET I UKRYWANIE ELEMENTÓW --- */
.menu-checkbox {
    display: none !important;
}

/* Domyślnie ukrywamy Logout (dla widoku PC) */
.logout-mobile-item {
    display: none !important;
}

/* --- GŁÓWNA NAWIGACJA (PC) --- */
.custom-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.main-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 25px;
}

.main-nav ul li a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    transition: color 0.3s ease;
}

.main-nav ul li a:hover {
    color: #ffffff !important;
}

/* --- BURGER I MOBILE (< 1100px) --- */
@media screen and (max-width: 1100px) {
    /* POKAZUJEMY LOGOUT TYLKO TUTAJ */
    .logout-mobile-item {
        display: block !important;
    }

    .hamburger {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        height: 24px;
        width: 25px;
        margin: 0 auto !important;
    }

    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #000000;
    }

    .main-nav {
        position: absolute;
        top: 100%; 
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: #ffffff;
        width: 280px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        z-index: 999;
        text-align: center;
    }

    .main-nav ul { 
        flex-direction: column; 
        padding: 10px 0; 
        gap: 0;
    }

    .main-nav ul li { 
        border-bottom: 1px solid rgba(0,0,0,0.05); 
    }

    .main-nav ul li a { 
        padding: 15px 0 !important; 
        display: block; 
        width: 100%; 
        color: #000000 !important;
    }

    /* Hover w burgerze na czerwono */
    .main-nav ul li a:hover { 
        color: #dd3333 !important; 
    }

    /* Rozwinięcie menu po kliknięciu w hamburgera */
    .menu-checkbox:checked ~ .main-nav { 
        max-height: 800px; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec66070 *//* --- TOTALNE UKRYCIE CHECKBOXA LUPKI --- */
.search-checkbox {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
}

/* --- KONTENER NARZĘDZI --- */
.utility-column-container {
    display: flex;
    align-items: center;
    justify-content: center; /* Wyśrodkowanie w kolumnie Elementora */
    gap: 15px;
}

/* Logout na PC */
.custom-auth-btn {
    font-family: 'Merriweather Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: 0.3s;
}

.custom-auth-btn:hover {
    background: #000000;
    color: #ffffff !important;
}

/* Lupka Ikona */
.search-labels {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #000000 !important;
    font-size: 22px !important;
}

.search-labels:hover {
    color: #ffffff !important;
}

.icon-close { display: none !important; }

/* Logika X po kliknięciu */
#search-trigger:checked ~ .search-labels .icon-open { display: none !important; }
#search-trigger:checked ~ .search-labels .icon-close { 
    display: block !important; 
    font-size: 28px !important;
    color: #000000 !important; 
}

/* Biały X na hover gdy menu jest otwarte */
#search-trigger:checked ~ .search-labels:hover .icon-close { 
    color: #ffffff !important; 
}

/* --- POPUP WYSZUKIWARKI --- */
.search-dropdown-box {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #ffffff;
    padding: 15px;
    border: 3px solid #000000;
    border-radius: 8px;
    min-width: 250px;
    z-index: 99999;
}

#search-trigger:checked ~ .search-dropdown-box {
    display: block !important;
}

/* --- LUPKA (MOBILE < 1100px) - NADPISANIE 45x45 --- */
@media screen and (max-width: 1100px) {
    .hide-on-mobile { display: none !important; }

    .search-labels {
        font-size: 28px !important; /* Większa ikona by pasowała do 45px */
        
        /* WYMIARY 45x45 */
        width: 45px !important;
        height: 45px !important;
        
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .utility-column-container {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 45px !important; /* Równe z burgerem */
        gap: 0 !important;
    }

    .search-dropdown-box { position: fixed; top: 80px; left: 5%; right: 5%; width: 90%; }
}/* End custom CSS */
/* Start custom CSS *//* --- 1. GLOBALNA LOGIKA LOGIN / LOGOUT --- */
.auth-logout, .auth-login { 
    display: none !important; 
}

/* Stan zalogowany */
body.logged-in .auth-logout { display: inline-block !important; }
/* Stan wylogowany */
body:not(.logged-in) .auth-login { display: inline-block !important; }

/* --- 2. KLUCZOWY FIX: CHOWANIE LOGINU I LOGOUTU W MENU NA PC --- */
/* Blokujemy wyświetlanie obu przycisków wewnątrz listy <ul> na szerokim ekranie */
.main-nav ul li.logout-mobile-item.auth-logout,
.main-nav ul li.logout-mobile-item.auth-login {
    display: none !important;
}

/* --- 3. STYLE DLA PC (NAVBAR) --- */
.menu-checkbox { display: none !important; }
.custom-nav-wrapper { display: flex; justify-content: center; align-items: center; position: relative; width: 100%; }
.main-nav ul { list-style: none !important; display: flex; gap: 25px; margin: 0; padding: 0; }
.main-nav ul li a { color: #000; text-decoration: none; font-weight: bold; font-style: italic; font-size: 14px; transition: 0.3s; }
.main-nav ul li a:hover { color: #fff !important; }

/* --- 4. MOBILNE I TABLET (BURGER < 1100px) --- */
@media screen and (max-width: 1100px) {
    /* Włączamy przyciski w liście menu TYLKO TUTAJ */
    body.logged-in .main-nav ul li.logout-mobile-item.auth-logout { 
        display: block !important; 
    }
    body:not(.logged-in) .main-nav ul li.logout-mobile-item.auth-login { 
        display: block !important; 
    }
    
    /* Ukrywamy sekcję przy wyszukiwarce na mobile */
    .hide-on-mobile { display: none !important; }

    .hamburger { display: flex !important; flex-direction: column; gap: 5px; cursor: pointer; height: 24px; width: 25px; margin: 0 auto; }
    .hamburger span { display: block; width: 25px; height: 3px; background-color: #000; }

    .main-nav {
        position: absolute; top: 100%; left: 50% !important; transform: translateX(-50%) !important;
        background: #fff; width: 280px; max-height: 0; overflow: hidden;
        transition: max-height 0.4s ease-in-out; box-shadow: 0 10px 25px rgba(0,0,0,0.2); z-index: 999;
    }

    .main-nav ul { flex-direction: column; padding: 10px 0; gap: 0; }
    .main-nav ul li { border-bottom: 1px solid rgba(0,0,0,0.05); width: 100% !important; }
    .main-nav ul li a { padding: 15px 0 !important; display: block; width: 100%; text-align: center; }
    
    .main-nav ul li a:hover { color: #dd3333 !important; background: transparent !important; }

    .menu-checkbox:checked ~ .main-nav { max-height: 800px; }
}/* End custom CSS */