body {
    font-family: Roboto,sans-serif!important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
        max-width: 1460px!important;
    }
}

:root {
    /* Główny kolor (np. przyciski, linki) - domyślnie niebieski */
    --bs-primary: #ed1c24; 
    --bs-primary-rgb: 255, 0, 0;
    
    /* Kolor po najechaniu (hover) */
    --bs-primary-hover: #cd2122; 

    /* Drugi kolor (secondary) */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0, 0, 0;

    /* Kolor tła strony */
    --bs-body-bg: #ffffff;
    
    /* Kolor tekstu */
    --bs-body-color: #212529;
}


.btn-primary {
    --bs-btn-bg: #ed1c24;
    --bs-btn-border-color: #ed1c24;
    --bs-btn-hover-bg: #cd2122;
    --bs-btn-hover-border-color: #cd2122;
}


a > .product-miniature .product-miniature__title  {
    color: #ed1c24;
    text-decoration: underline;
}


.product-miniature__title {
    color: #343a40 !important; 
}


.product-miniature__title:hover {
    color: #ed1c24 !important;
    text-decoration: none;
}

.btn-outline-primary {
  color: #ed1c24 !important;
    --bs-btn-border-color: #ed1c24;
    --bs-btn-border-color: #ed1c24;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #343a40;
    --bs-btn-hover-border-color: #343a40;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #343a40;
    --bs-btn-active-border-color: #343a40;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #343a40;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #343a40;
    --bs-gradient: none;
    
}

.btn-link {
    --bs-btn-color:#343a40!important;
}

.page-link {
      color: #ed1c24;
}


/* === ZMIENNE CSS === */
:root {
    --kolor-glowny: #ed1c24;
    --kolor-glowny-ciemny: #c41820;
    --kolor-tlo-jasne: #f8f9fa;
    --kolor-tlo-akcentowe: #fff8f8;
    --kolor-ramka: #e0e0e0;
    --kolor-tekst: #333;
    --kolor-tekst-jasny: #555;
    --kolor-tekst-bardzo-jasny: #666;
    --cien-podstawowy: 0 2px 8px rgba(0,0,0,0.1);
    --cien-hover: 0 4px 12px rgba(237,28,36,0.2);
}

/* ========================================
   KONTENERY GŁÓWNE
======================================== */

.kontener-cms {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
}

.kontener-cms-wąski {
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 15px;
}

.sekcja-cms {
    background: #ffffff;
    padding: 30px;
}

.sekcja-cms-ramka {
    background: #ffffff;
    padding: 30px;
    border: 1px solid var(--kolor-ramka);
    border-radius: 8px;
    box-shadow: var(--cien-podstawowy);
}

/* ========================================
   NAGŁÓWKI
======================================== */

.naglowek-cms {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--kolor-glowny);
}

.naglowek-cms h2 {
    color: var(--kolor-glowny);
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.naglowek-cms-uppercase h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.podtytul-cms {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid var(--kolor-glowny);
}

.podtytul-podkreslony {
    text-decoration: underline;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

/* ========================================
   SEKCJE TREŚCI
======================================== */

.sekcja-tresc {
    margin-bottom: 30px;
}

.sekcja-tresc p {
    line-height: 1.8;
    color: var(--kolor-tekst-jasny);
    font-size: 15px;
    margin-bottom: 15px;
}

.sekcja-tresc p:last-child {
    margin-bottom: 0;
}

/* Sekcje z tłem */
.sekcja-tlo-jasne {
    padding: 20px;
    background-color: var(--kolor-tlo-jasne);
    border-left: 4px solid var(--kolor-glowny);
    border-radius: 4px;
    margin-bottom: 25px;
}

.sekcja-tlo-akcentowe {
    padding: 15px 20px;
    background-color: var(--kolor-tlo-akcentowe);
    border: 1px solid #ffe0e0;
    border-radius: 4px;
}

/* ========================================
   LISTY
======================================== */

/* Lista numerowana */
.lista-numerowana {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.lista-numerowana li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: var(--kolor-tekst-jasny);
}

/* Lista z checkmarkami */
.lista-checkmark {
    list-style-type: none!important;
    padding-left: 0;
    margin: 0 0 20px 0;
}

.lista-checkmark li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.8;
    color: var(--kolor-tekst);
    font-size: 15px;
}

.lista-checkmark li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--kolor-glowny);
    font-weight: 700;
    font-size: 18px;
}

/* Lista ze strzałkami */
.lista-strzalka {
    list-style-type: none!important;
    padding-left: 0;
    margin: 20px 0;
}

.lista-strzalka li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--kolor-tekst-jasny);
    font-size: 15px;
}

.lista-strzalka li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--kolor-glowny);
    font-weight: 700;
    font-size: 18px;
}

/* Podlista zagnieżdżona */
.podlista {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.podlista li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: var(--kolor-tekst-jasny);
    font-size: 14px;
}

.podlista li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--kolor-glowny);
    font-weight: 700;
}

/* ========================================
   RAMKI I BOKSY
======================================== */

/* Ramka prezent/promocja */
.ramka-prezent {
    background-color: #fff3cd;
    border: 2px solid var(--kolor-glowny);
    border-radius: 6px;
    padding: 20px;
    margin: 30px 0;
    text-align: center;
}

.ramka-prezent p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--kolor-tekst);
}

/* Ramka WAŻNE */
.ramka-wazne {
    background: linear-gradient(135deg, #fff3f3 0%, #ffe8e8 100%);
    border: 3px solid var(--kolor-glowny);
    border-radius: 8px;
    padding: 25px;
    margin: 35px 0;
    box-shadow: 0 3px 10px rgba(237,28,36,0.15);
}

.naglowek-wazny {
    color: var(--kolor-glowny);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.naglowek-wazny::before {
    content: "⚠";
    font-size: 28px;
    margin-right: 10px;
}

.ramka-wazne p {
    margin: 0;
    line-height: 1.8;
    color: var(--kolor-tekst);
    font-size: 15px;
}

/* Ramka informacyjna */
.ramka-info {
    padding: 20px 25px;
    background-color: var(--kolor-tlo-akcentowe);
    border: 2px solid var(--kolor-glowny);
    border-radius: 6px;
    margin: 25px 0;
    text-align: center;
}

.ramka-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--kolor-tekst);
}

/* ========================================
   WYRÓŻNIENIA TEKSTU
======================================== */

.wyroznienie-czerwone {
    color: var(--kolor-glowny);
    font-weight: 700;
    font-size: 18px;
}

.tekst-wazny {
    color: var(--kolor-glowny);
    font-weight: 700;
}

.tekst-pogrubiony {
    font-weight: 700;
    color: #222;
}

.telefon-wyroznienie {
    color: var(--kolor-glowny);
    font-weight: 700;
    white-space: nowrap;
}

/* ========================================
   LINKI
======================================== */

.link-cms {
    color: var(--kolor-glowny);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.link-cms:hover {
    color: var(--kolor-glowny-ciemny);
    text-decoration: underline;
}

.link-mailowy {
    color: var(--kolor-glowny);
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.link-mailowy:hover {
    color: var(--kolor-glowny-ciemny);
    text-decoration: underline;
}

/* ========================================
   PRZYCISKI
======================================== */

.kontener-przycisku {
    margin-top: 40px;
    text-align: center;
}

.przycisk-cms {
    display: inline-block;
    padding: 14px 30px;
    background-color: var(--kolor-glowny);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid var(--kolor-glowny);
    transition: all 0.3s ease;
    box-shadow: var(--cien-podstawowy);
}

.przycisk-cms:hover {
    background-color: var(--kolor-glowny-ciemny);
    border-color: var(--kolor-glowny-ciemny);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.przycisk-cms i {
    margin-right: 8px;
}

/* ========================================
   SEPARATORY
======================================== */

.separator {
    border: none;
    border-top: 2px solid var(--kolor-ramka);
    margin: 30px 0;
}

.separator-czyszczacy {
    clear: both;
}

/* ========================================
   IFRAME (KATALOGI, MATERIAŁY)
======================================== */

.kontener-iframe {
    margin: 30px 0;
    border: 2px solid var(--kolor-ramka);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--cien-podstawowy);
}

.kontener-iframe iframe {
    display: block;
    width: 100%;
    min-height: 590px;
    border: none;
}

/* ========================================
   OBRAZKI I MINIATURY
======================================== */

.sekcja-pobieranie {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin: 30px 0;
}

.obrazek-katalog {
    flex-shrink: 0;
}

.miniatura-cms {
    max-width: 200px;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-shadow: var(--cien-podstawowy);
    transition: transform 0.3s ease;
}

.miniatura-cms:hover {
    transform: scale(1.05);
}

.tresc-pobieranie {
    flex: 1;
}

.tresc-pobieranie p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--kolor-tekst-jasny);
    font-size: 15px;
}

/* ========================================
   KAFELKI Z LOGAMI/IKONAMI
======================================== */

.sekcja-loga {
    margin: 40px 0;
}

.sekcja-loga .row {
    margin-bottom: 20px;
}

.kafelek-logo {
    background: #f5f5f5;
    border: 2px solid var(--kolor-ramka);
    border-radius: 5%;
    padding: 20px;
    margin: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--cien-podstawowy);
    transition: all 0.3s ease;
}

.kafelek-logo:hover {
    transform: translateY(-5px);
    box-shadow: var(--cien-hover);
    border-color: var(--kolor-glowny);
}

.logo-przewoznik {
    max-width: 80%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.kafelek-tekst span {
    font-size: 24px;
    font-weight: 700;
    color: var(--kolor-glowny);
}

/* ========================================
   RESPONSYWNOŚĆ - TABLET (768px)
======================================== */

@media (max-width: 768px) {
    .kontener-cms,
    .kontener-cms-wąski {
        margin: 20px auto;
    }
    
    .sekcja-cms,
    .sekcja-cms-ramka {
        padding: 20px;
    }
    
    .naglowek-cms h2 {
        font-size: 24px;
    }
    
    .podtytul-cms {
        font-size: 18px;
    }
    
    .lista-checkmark li,
    .sekcja-tresc p {
        font-size: 14px;
    }
    
    .kontener-iframe iframe {
        min-height: 450px;
    }
    
    .sekcja-pobieranie {
        flex-direction: column;
        gap: 20px;
    }
    
    .miniatura-cms {
        max-width: 150px;
    }
    
    .kafelek-logo {
        min-height: 100px;
        padding: 15px;
    }
    
    .logo-przewoznik {
        max-height: 50px;
    }
    
    .ramka-wazne,
    .ramka-prezent {
        padding: 20px;
    }
    
    .naglowek-wazny {
        font-size: 18px;
    }
}

/* ========================================
   RESPONSYWNOŚĆ - MOBILE (480px)
======================================== */

@media (max-width: 480px) {
    .kontener-cms,
    .kontener-cms-wąski {
        margin: 15px auto;
        padding: 0 10px;
    }
    
    .sekcja-cms,
    .sekcja-cms-ramka {
        padding: 15px;
    }
    
    .naglowek-cms {
        margin-bottom: 20px;
    }
    
    .naglowek-cms h2 {
        font-size: 20px;
    }
    
    .podtytul-cms {
        font-size: 16px;
        padding-left: 12px;
    }
    
    .lista-checkmark li,
    .lista-strzalka li,
    .sekcja-tresc p {
        font-size: 13px;
    }
    
    .lista-checkmark li,
    .lista-strzalka li {
        padding-left: 25px;
    }
    
    .wyroznienie-czerwone {
        font-size: 16px;
    }
    
    .kontener-iframe iframe {
        min-height: 350px;
    }
    
    .kontener-przycisku {
        margin-top: 30px;
    }
    
    .przycisk-cms {
        display: block;
        width: 100%;
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .sekcja-loga {
        margin: 30px 0;
    }
    
    .kafelek-logo {
        min-height: 90px;
        padding: 12px;
        margin: 5px;
    }
    
    .logo-przewoznik {
        max-height: 40px;
    }
    
    .ramka-wazne,
    .ramka-prezent,
    .ramka-info {
        padding: 15px;
    }
    
    .naglowek-wazny {
        font-size: 16px;
    }
    
    .naglowek-wazny::before {
        font-size: 24px;
        margin-right: 8px;
    }
    
    .miniatura-cms {
        max-width: 120px;
    }
}

/* ========================================
   RESPONSYWNOŚĆ - BARDZO MAŁE EKRANY (360px)
======================================== */

@media (max-width: 360px) {
    .naglowek-cms h2 {
        font-size: 18px;
    }
    
    .kafelek-logo {
        min-height: 80px;
        padding: 10px;
    }
    
    .logo-przewoznik {
        max-height: 35px;
    }
}

/* ========================================
   DRUK
======================================== */

@media print {
    .kontener-cms,
    .kontener-cms-wąski {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .sekcja-cms,
    .sekcja-cms-ramka {
        border: none;
        box-shadow: none;
        padding: 0;
    }
    
    .naglowek-cms {
        border-bottom: 2px solid #000;
    }
    
    .naglowek-cms h2,
    .tekst-wazny,
    .wyroznienie-czerwone {
        color: #000;
    }
    
    .lista-checkmark li::before,
    .lista-strzalka li::before,
    .podlista li::before {
        color: #000;
    }
    
    .ramka-wazne,
    .sekcja-tlo-jasne {
        background-color: transparent;
        border-left: 2px solid #000;
    }
    
    .przycisk-cms {
        display: none;
    }
}

/* ========================================
   DODATKOWE STYLE DLA STRONY PŁATNOŚCI
======================================== */

/* Numer konta bankowego */
.numer-konta {
    display: inline-block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    color: var(--kolor-glowny);
    font-weight: 700;
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.numer-konta-duzy {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    color: var(--kolor-glowny);
    font-weight: 700;
    letter-spacing: 1px;
}

/* Dane bankowe */
.dane-bankowe {
    background-color: var(--kolor-tlo-jasne);
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid var(--kolor-glowny);
}

.dane-bankowe p {
    margin-bottom: 12px;
    line-height: 1.6;
    color: var(--kolor-tekst);
    font-size: 15px;
}

.dane-bankowe p:last-child {
    margin-bottom: 0;
}

.dane-bankowe strong {
    color: #222;
    min-width: 140px;
    display: inline-block;
}

/* Nazwa płatności pod ikoną */
.nazwa-platnosci {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--kolor-tekst);
    text-align: center;
}

/* Responsywność dla numerów kont */
@media (max-width: 768px) {
    .numer-konta {
        font-size: 14px;
        padding: 6px 10px;
    }
    
    .numer-konta-duzy {
        font-size: 16px;
        display: block;
        margin-top: 5px;
    }
    
    .dane-bankowe strong {
        min-width: auto;
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .numer-konta {
        font-size: 12px;
        padding: 5px 8px;
        letter-spacing: 0.5px;
    }
    
    .numer-konta-duzy {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

/* ========================================
   DODATKOWE STYLE DLA STRONY O NAS/KONTAKT
======================================== */

/* Bloki uniwersalne */
.blok-cms {
    background-color: var(--kolor-tlo-jasne);
    border: 2px solid var(--kolor-ramka);
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.blok-cms:hover {
    box-shadow: var(--cien-hover);
    border-color: var(--kolor-glowny);
}

/* Blok katalogu */
.blok-katalog {
    justify-content: center;
}

.blok-katalog a {
    display: block;
    text-decoration: none;
}

.blok-katalog .miniatura-cms {
    max-width: 250px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.blok-katalog a:hover .miniatura-cms {
    transform: scale(1.05);
}

.tytul-bloku {
    color: var(--kolor-glowny);
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

/* Blok danych firmy */
.blok-dane-firmy p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: var(--kolor-tekst-jasny);
    font-size: 15px;
}

.dane-podstawowe {
    margin: 20px 0;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 6px;
    border-left: 4px solid var(--kolor-glowny);
}

.nazwa-firmy {
    color: var(--kolor-glowny);
    font-size: 18px;
    margin-bottom: 10px;
}

.adres-firmy {
    color: var(--kolor-tekst);
    margin-bottom: 10px;
}

.opis-firmy {
    color: var(--kolor-glowny);
    font-size: 16px;
}

.dane-rejestrowe {
    font-size: 13px;
    color: var(--kolor-tekst-bardzo-jasny);
    padding-top: 15px;
    border-top: 1px solid var(--kolor-ramka);
}

.dane-rejestrowe p {
    margin-bottom: 10px;
    font-size: 13px;
}

.dane-rejestrowe strong {
    color: var(--kolor-tekst);
}

/* Blok kontakt */
.blok-kontakt {
    justify-content: center;
}

.tytul-bloku-kontakt {
    color: var(--kolor-glowny);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--kolor-glowny);
}

.telefony-kontakt,
.godziny-kontakt,
.email-kontakt {
    margin: 15px 0;
}

.telefony-kontakt p,
.godziny-kontakt p,
.email-kontakt p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 0;
}

.telefony-kontakt i,
.godziny-kontakt i,
.email-kontakt i {
    color: var(--kolor-glowny);
    margin-right: 5px;
    font-size: 18px;
}

/* Blok konto bankowe */
.blok-konto-bankowe {
    background: linear-gradient(135deg, var(--kolor-tlo-jasne) 0%, #ffffff 100%);
    border: 2px solid var(--kolor-glowny);
    border-radius: 8px;
    padding: 25px;
    text-align: center;
}

.blok-konto-bankowe h3 {
    text-align: center;
    margin-bottom: 15px;
}

.blok-konto-bankowe p {
    margin-bottom: 0;
    font-size: 16px;
}

.numer-konta-duzy {
    display: inline-block;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: var(--kolor-glowny);
    font-weight: 700;
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 6px;
    margin-top: 10px;
    letter-spacing: 2px;
    border: 2px solid var(--kolor-ramka);
}

/* Responsywność dla bloków */
@media (max-width: 768px) {
    .blok-cms {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .blok-katalog .miniatura-cms {
        max-width: 200px;
    }
    
    .tytul-bloku {
        font-size: 16px;
    }
    
    .nazwa-firmy {
        font-size: 16px;
    }
    
    .tytul-bloku-kontakt {
        font-size: 20px;
    }
    
    .telefony-kontakt p,
    .godziny-kontakt p,
    .email-kontakt p {
        font-size: 15px;
    }
    
    .numer-konta-duzy {
        font-size: 16px;
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .blok-cms {
        padding: 15px;
    }
    
    .blok-katalog .miniatura-cms {
        max-width: 150px;
    }
    
    .tytul-bloku {
        font-size: 14px;
    }
    
    .dane-podstawowe {
        padding: 12px;
    }
    
    .nazwa-firmy {
        font-size: 15px;
    }
    
    .tytul-bloku-kontakt {
        font-size: 18px;
    }
    
    .telefony-kontakt p,
    .godziny-kontakt p,
    .email-kontakt p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .telefony-kontakt i,
    .godziny-kontakt i,
    .email-kontakt i {
        font-size: 16px;
    }
    
    .numer-konta-duzy {
        font-size: 14px;
        padding: 8px 12px;
        letter-spacing: 0.5px;
        display: block;
        word-break: break-all;
    }
    
    .blok-konto-bankowe {
        padding: 20px 15px;
    }
}


/* ========================================
   DODATKOWE STYLE DLA STRONY REKLAMACJI
======================================== */

/* Dane podstawowe - zastosowanie również na stronie reklamacji */
.dane-podstawowe {
    margin: 20px 0;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 6px;
    border-left: 4px solid var(--kolor-glowny);
}

/* Dodatkowy margin dla list w sekcjach */
.sekcja-tresc ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Responsywność dla długich tekstów prawnych */
@media (max-width: 768px) {
    .kontener-cms-wąski {
        padding: 0 10px;
    }
    
    .sekcja-tresc p {
        text-align: left;
    }
}

/* ========================================
   DODATKOWE STYLE DLA REGULAMINU
======================================== */

/* ========================================
   DODATKOWE STYLE DLA REGULAMINU
======================================== */

/* Ramka dla wykluczenia rękojmi */
.ramka-wazne-rekojmia {
    background: var(--kolor-tlo-jasne);
    border-left: 4px solid var(--kolor-glowny);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.naglowek-wazny-rekojmia {
    color: var(--kolor-glowny);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

.sekcja-tresc[id] {
    scroll-margin-top: 20px;
}

.ramka-info-reg
{
    padding: 20px 25px;
    background-color: var(--kolor-tlo-akcentowe);
    border: 2px solid var(--kolor-glowny);
    border-radius: 6px;
    margin: 25px 0;
    text-align: left;
    list-style-type: none;
} 
.lista
{
    list-style-type: none!important;
}




.ets_mm_megamenu {
    margin-top: 0 !important;
}



.product-miniature .product-miniature__prices {
    justify-content: space-evenly;
    color: #cd2122;
}

.product-miniature__image-container {
    position: relative !important;
}


/* CUSTOM LABELS - Product Labels Module */
/* Zastąp ID i kolory swoimi wartościami */

/* Etykieta ID 1 - BLACK WEEK */
.product-miniature .product-flags .product-flag.custom-label-1,
.js-product-miniature .product-flags .product-flag.custom-label-1,
ul.product-flags li.product-flag.custom-label-1 {
    background-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
}

/* Etykieta ID 2 - PROMOCJA */
.product-miniature .product-flags .product-flag.custom-label-2,
.js-product-miniature .product-flags .product-flag.custom-label-2,
ul.product-flags li.product-flag.custom-label-2 {
    background-color: #FF0000 !important;
    background: #FF0000 !important;
    color: #ffffff !important;
}

/* Etykieta ID 3 - NOWOŚĆ */
.product-miniature .product-flags .product-flag.custom-label-3,
.js-product-miniature .product-flags .product-flag.custom-label-3,
ul.product-flags li.product-flag.custom-label-3 {
    background-color: #00B67A !important;
    background: #00B67A !important;
    color: #ffffff !important;
}

/* Dodaj więcej etykiet według potrzeb */



.mm_menu_content_title {
padding:0 5px;
}

.mm_menus_li>a 
{
    font-size: 14px;
}

@media (min-width: 768px) {
    .mm_has_sub>a .mm_arrow::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg);
        margin-left: 6px;
        margin-bottom: 2px;
        opacity: 0.6;
        transition: all 0.3s ease;
        margin-top: -5px;
    }
    
    .mm_has_sub>a:hover .mm_arrow::after {
        opacity: 1;
        transform: rotate(45deg) translateY(1px);
    }
}


/* --- Desktop: Wyszukiwarka po prawej --- */
#_desktop_search form {
    display: flex;
    align-items: center;
}

/* Opcjonalnie: Zmniejsz szerokość inputa na desktopie, żeby pasował do prawej strony */
#_desktop_search input[type="text"], 
#_desktop_search input[type="search"] {
    max-width: 200px; /* Dostosuj szerokość */
}
/* ============================================== */
/* WYSZUKIWARKA - NOWY UKŁAD                      */
/* ============================================== */

/* --- Wygląd ogólny inputa i przycisku --- */
#search_widget form .input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

#search_widget input[type=search] {
    border: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    border-radius: 5px; 
    width: 100%;
    height: 40px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    appearance: none;
}

#search_widget button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#search_widget button[type=submit] i {
    font-size: 24px;
    color: #333;
}

/* --- MOBILE SPECIFIC (Pod spodem na całą szerokość) --- */
@media (max-width: 767px) {
    /* Upewniamy się, że kontener zajmuje 100% szerokości */
    #_mobile_search_bar_full {
        width: 100%;
        margin-top: 5px;
        padding: 0 5px; /* Marginesy boczne */
    }
    
    #search_widget input[type=search] {
        background-color: #fff; /* Biały input na szarym tle nagłówka wygląda lepiej */
        border: 1px solid #ddd;
    }
}

/* --- DESKTOP SPECIFIC (Po prawej stronie) --- */
@media (min-width: 768px) {
    #_desktop_search_widget {
        display: inline-block;
        vertical-align: middle;
    }
    
    /* Na desktopie input może być węższy */
    #search_widget input[type=search] {
   
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .ets_mm_megamenu .container {
                background-color: #fff!important;
    }
}

@media (max-width: 767px) {
    .ets_mm_megamenu.hook-default {
        padding: 0px!important;
    }
    }



    /* ======================================================= */
/* NOWY STYL HAMBURGERA (MENU MOBILNE) - CZYSTY I ŁADNY   */
/* ======================================================= */

@media (max-width: 767px) {
    
    /* 1. Reset kontenera przycisku */
    .mobile-menu-trigger .ybc-menu-toggle {
        width: 40px !important;
        height: 40px !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important; /* Usuwamy tło */
        border: none !important; /* Usuwamy ramki */
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
    }

    /* 2. Ukrywamy tekst "Menu" (zostawiamy samą ikonę) */
    .mobile-menu-trigger .ybc-menu-toggle:not(.ybc-menu-btn),
    .mobile-menu-trigger .ybc-menu-toggle span {
        font-size: 0 !important; /* Ukrywa tekst */
    }

    /* 3. Stylizacja ikony (trzy kreski) */
    /* Moduł ETS używa <i class="icon-bar"></i> dla każdej kreski */
    
    /* Kontener ikony wewnątrz przycisku */
    .mobile-menu-trigger .ybc-menu-button-toggle_icon {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px; /* Odstęp między kreskami */
        width: 24px;
        height: 24px;
    }

    /* Wygląd pojedynczej kreski */
    .mobile-menu-trigger .icon-bar {
        display: block !important;
        width: 24px !important;       /* Szerokość kreski */
        height: 2px !important;       /* Grubość kreski */
        background-color: #000000 !important; /* Kolor Czarny */
        border-radius: 2px !important; /* Zaokrąglone końce */
        margin: 0 !important;         /* Reset marginesów modułu */
        opacity: 1 !important;
    }
    
    /* Opcjonalnie: Jeśli moduł używa FontAwesome zamiast divów */
    .mobile-menu-trigger .ybc-menu-toggle i.fa-bars {
        font-size: 26px !important;
        color: #000 !important;
    }
}

.dotacja
{
    color: #026cd1;
}

@media (max-width: 767px) {
    .category-tree__child {
        display: none !important;
    }

    .ets_mm_url .mm_menu_content_title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;  /* jeśli chcesz też zmienić rozmiar */
}
}

.product-reference {
    margin: 10px 0;
    font-size: 14px;
}

.product-reference label {
    font-weight: 600;
    margin-right: 5px;
}

.reference-value {
    color: #666;
}
.blockreassurance_product
{
    display: none;
}
/* === Sekcja wprowadzająca === */
.intro-content h1 {
  color: #2c3e50;
  line-height: 1.3;
}

.intro-content .lead {
  font-size: 1.1rem;
  line-height: 1.8;
}

/* === Bloki z funkcjami === */
.feature-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,.05);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(237, 28, 36, 0.15) !important;
}

.feature-icon i {
  color: #ed1c24 !important;
}

.feature-card h3 {
  color: #2c3e50;
}

.feature-card .btn-outline-primary {
  border-color: #ed1c24;
  color: #ed1c24;
}

.feature-card .btn-outline-primary:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}

.feature-card .btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}

.feature-card .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

/* === Sekcja FAQ - Unikalne klasy === */
.pasieka-faq-accordion h2 {
  color: #2c3e50;
  font-size: 2.5rem;
}

.pasieka-faq-item {
  background-color: #fff;
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 1rem;
}

.pasieka-faq-header {
  margin-bottom: 0;
}

.pasieka-faq-button {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: none;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.pasieka-faq-button:hover {
  background-color: #f8f9fa;
}

.pasieka-faq-button:focus {
  box-shadow: none;
  outline: none;
}

.pasieka-faq-button .fa-question-circle {
  color: #ed1c24 !important;
}

.pasieka-faq-button:not(.collapsed) {
  background-color: #fff5f5;
  color: #ed1c24;
}

.pasieka-faq-icon {
  font-size: 0.875rem;
  color: #ed1c24;
  transition: transform 0.3s ease;
  margin-left: auto;
}

.pasieka-faq-button:not(.collapsed) .pasieka-faq-icon {
  transform: rotate(180deg);
}

.pasieka-faq-body {
  padding: 1.5rem;
  color: #495057;
  line-height: 1.8;
  background-color: #fff;
}

.pasieka-faq-body a {
  color: #ed1c24 !important;
  font-weight: 600;
  transition: color 0.3s ease;
}

.pasieka-faq-body a:hover {
  color: #c11519 !important;
}

/* === Sekcja promocyjna === */
.promo-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,.05);
}

.promo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(237, 28, 36, 0.15) !important;
}

.promo-box h3 {
  color: #2c3e50;
}

/* === Responsywność === */
@media (max-width: 768px) {
  .intro-content h1 {
    font-size: 1.75rem;
  }
  
  .intro-content .lead {
    font-size: 1rem;
  }
  
  .pasieka-faq-accordion h2 {
    font-size: 1.75rem;
  }
  
  .feature-card {
    margin-bottom: 1rem;
  }
  
  .pasieka-faq-button {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 992px) {
  .feature-card h3 {
    font-size: 1.1rem;
  }
  
  .feature-card p {
    font-size: 0.9rem;
  }
}

.search-widgets__dropdown {
z-index: 3
}


/* ============================================
   ETS MEGAMENU - MOBILE ARROWS FIX
   ============================================ */

@media (max-width: 991px) {

    /* ===== NAGŁÓWEK ===== */
    .ets_mm_megamenu .close_menu .pull-left {
        font-size: 0;
    }
    .ets_mm_megamenu .close_menu .mm_menus_back {
        display: none !important;
    }
    .ets_mm_megamenu .close_menu .pull-left::before {
        content: '';
        display: inline-block;
        width: 120px;
        height: 50px;
        background: url('/img/logo-1766354861.jpg') no-repeat center center;
        background-size: contain;
    }
    .ets_mm_megamenu .close_menu .pull-right {
        font-size: 0;
    }
    .ets_mm_megamenu .close_menu .mm_menus_back_icon {
        display: none !important;
    }
    .ets_mm_megamenu .close_menu .pull-right::before {
        content: '✕';
        font-size: 22px;
        color: #484848;
    }

    /* ===== STRZAŁKI GŁÓWNE ===== */
    
    /* Kontener strzałki */
    .mm_menus_ul .arrow.closed,
    .mm_menus_ul .arrow.opened {
        width: 40px !important;
        height: 40px !important;
    }
    
    /* ZAMKNIĘTE - strzałka w dół */
    .mm_menus_ul .arrow.closed::before {
        border: none !important;
        border-right: 2px solid #555 !important;
        border-bottom: 2px solid #555 !important;
        width: 10px !important;
        height: 10px !important;
        transform: translate(-50%, -50%) rotate(45deg) !important;
        -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
    }
    
    .mm_menus_ul .arrow.closed::after {
        display: none !important;
        content: none !important;
        border: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    
    /* OTWARTE - strzałka w górę */
    .mm_menus_ul .arrow.opened::before {
        border: none !important;
        border-right: 2px solid #555 !important;
        border-bottom: 2px solid #555 !important;
        width: 10px !important;
        height: 10px !important;
        transform: translate(-50%, -50%) rotate(-135deg) !important;
        -webkit-transform: translate(-50%, -50%) rotate(-135deg) !important;
    }
    
    .mm_menus_ul .arrow.opened::after {
        display: none !important;
        content: none !important;
        border: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    /* ===== STRZAŁKI SUBMENU (has-sub) ===== */
    
    ul.ets_mm_categories li.has-sub > .arrow.closed,
    ul.ets_mm_categories li.has-sub > .arrow.opened {
        width: 35px !important;
        height: 30px !important;
    }
    
    /* ZAMKNIĘTE */
    ul.ets_mm_categories li.has-sub > .arrow.closed::before {
        border: none !important;
        border-right: 2px solid #555 !important;
        border-bottom: 2px solid #555 !important;
        width: 8px !important;
        height: 8px !important;
        transform: translate(-50%, -50%) rotate(45deg) !important;
        -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
    }
    
    ul.ets_mm_categories li.has-sub > .arrow.closed::after {
        display: none !important;
        content: none !important;
        border: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    
    /* OTWARTE */
    ul.ets_mm_categories li.has-sub > .arrow.opened::before {
        border: none !important;
        border-right: 2px solid #555 !important;
        border-bottom: 2px solid #555 !important;
        width: 8px !important;
        height: 8px !important;
        transform: translate(-50%, -50%) rotate(-135deg) !important;
        -webkit-transform: translate(-50%, -50%) rotate(-135deg) !important;
    }
    
    ul.ets_mm_categories li.has-sub > .arrow.opened::after {
        display: none !important;
        content: none !important;
        border: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    /* Ukryj mm_arrow w tytule */
    .mm_menu_content_title .mm_arrow {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .ybc-menu-vertical-button, .transition_floating .close_menu, .transition_full .close_menu {
        background-color: #ffffff!important;
    }
}

    @media (max-width: 767px) {


    .mm_menus_ul {
        background-color: #ffffff!important;
    }

    .ets_mm_block * {
        font-size: 15px!important;
}
.ets_mm_block_content a
{
    line-height: 37px!important;
}
    }


    /* ===== KOSZYK - TYLKO DESKTOP ===== */

/* Domyślnie ukryj nagłówek tabeli */
.cart-table-header {
    display: none;
}

/* Reset listy */
.cart__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Na mobile - wyłącz WSZYSTKIE nowe klasy, zostaw oryginalny Hummingbird */
/* ===== KOSZYK MOBILE ===== */
@media (max-width: 767.98px) {
    .cart-table-header {
        display: none !important;
    }
    .js-cart-line-product-quantity.form-control
    {
        min-width: 30px;
    }

    .btn.increment.js-increment-button
    {
        min-width: 35px;
    }
    .btn.decrement.js-decrement-button
    {
        min-width: 35px;
    }
    .cart-table-row {
        display: grid !important;
        grid-template-columns: 70px 1fr auto;
        grid-template-areas:
            "img  name   name"
            "img  price  price"
            "qty  qty    qty";
        gap: 2px 12px;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        align-items: center;
    }

    .cart-table-col--product {
        display: contents !important;
    }

    .cart-product-info {
        display: contents !important;
    }

    .cart-product-info__image {
        grid-area: img;
        width: 70px !important;
        height: auto !important;
        flex: unset !important;
        align-self: start;
    }

    .cart-product-info__details {
        grid-area: name;
    }

    .cart-product-info__name {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #333 !important;
        line-height: 1.4 !important;
    }

    .cart-table-col--price {
        grid-area: price;
        text-align: left !important;
        flex: unset !important;
    }

    .cart-table-col--price .price {
        font-weight: 700;
        color: #c41e3a;
        font-size: 15px;
    }

   /* Dolny rząd: ilość + suma + kosz */
    .cart-table-col--qty,
    .cart-table-col--total,
    .cart-table-col--action {
        grid-row: 3;
        flex: unset !important;
        position: static !important;
        padding-top: 8px;
    }

    .cart-table-col--qty {
        grid-column: 1 / 2;
        justify-content: flex-start !important;
    }

    .cart-table-col--qty .input-group {
        margin-bottom: 0 !important;
        max-width: 130px;
    }

    .cart-table-col--total {
        grid-column: 2;
        text-align: right !important;
    }

    .cart-table-col--total .product-total,
    .cart-table-col--total strong {
        font-size: 15px;
        color: #333;
        font-weight: 600;
    }

    .cart-table-col--action {
        grid-column: 3;
        text-align: right !important;
    }

    .cart-table-col--action .remove-from-cart {
        color: #999;
    }
}

/* DESKTOP - tabelaryczny */
@media (min-width: 768px) {
    .cart-table-header {
        display: flex;
        align-items: center;
        padding: 12px 0;
        border-bottom: 2px solid #e0e0e0;
        font-weight: 600;
        font-size: 13px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cart-table-row {
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .cart-table-row:last-child {
        border-bottom: none;
    }

    .cart-table-col--product {
        flex: 1 1 0;
        min-width: 0;
        padding-right: 15px;
    }

    .cart-table-col--price {
        flex: 0 0 120px;
        text-align: center;
    }

    .cart-table-col--qty {
        flex: 0 0 130px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .cart-table-col--total {
        flex: 0 0 120px;
        text-align: right;
    }

    .cart-table-col--action {
        flex: 0 0 50px;
        text-align: center;
    }

    .cart-product-info {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .cart-product-info__image {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-product-info__image img {
        max-width: 100%;
        max-height: 80px;
        object-fit: contain;
    }

    .cart-product-info__details {
        flex: 1;
        min-width: 0;
    }

    .cart-product-info__name {
        display: block;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .cart-product-info__name:hover {
        color: #000;
        text-decoration: underline;
    }

    .cart-product-info__attr {
        font-size: 13px;
        color: #666;
    }

    .cart-table-col--price .price {
        font-weight: 500;
        color: #333;
    }

    .cart-table-col--total .product-total {
        color: #c41e3a;
        font-size: 15px;
    }

    .cart-table-col--action .remove-from-cart {
        color: #999;
        text-decoration: none;
        transition: color 0.2s;
    }

    .cart-table-col--action .remove-from-cart:hover {
        color: #c41e3a;
    }

    .cart-table-col--qty .input-group {
        margin-bottom: 0 !important;
    }
}