
<style >

.btn-main {
  all: unset; /* reset všetkých zdedených štýlov */
  display: inline-block;
  padding: 20px 40px !important;
  border-radius: 100px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  background-color: #7dae06 !important;
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: 0 10px 25px rgba(125,174,6,0.3) !important;
  cursor: pointer;
  transition: 0.3s ease !important;
  border: none !important;
  text-decoration: none !important;
}

.btn-main:hover {
  background-color: #6a9a05 !important;
  box-shadow: 0 10px 30px rgba(125,174,6,0.4) !important;
}

.btn-main {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 100px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none !important;
  background: #7dae06 !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(125,174,6,0.3);
  cursor: pointer;
  transition: 0.3s ease;
  border: none !important;
}
.btn-main:hover {
  background: #6a9a05 !important;
  box-shadow: 0 10px 30px rgba(125,174,6,0.4);
}


<li id="m215" data-isactive="Y" data-zone="A">
  <a href="/kalkulacka/m215">KALKULAČKA</a>
  <ul>
    <li id="m221" data-isactive="Y" data-zone="A"><a href="/kalkulacka/obchodne-podmienky/m221">Obchodné podmienky</a></li>
    <li id="m5" data-isactive="Y" data-zone="A"><a href="/kalkulacka/kalkulacka-hlavna-stranka/m5">Kalkulačka hlavná stránka</a></li>
    <li id="m6" data-isactive="Y" data-zone="A"><a href="/kalkulacka/kalkulacka-hlavna-stranka-1/m6">Kalkulačka hlavná stránka-1</a></li>
  </ul>
</li>
/* TOTO ZABEZPEČÍ, ŽE OBSAH NEBUDE POD HEADEROM */
body {
    padding-top: 80px !important; /* Rovnaká hodnota ako výška headera */
}
/* 1. FIXNÝ ŠTÍHLY HEADER - SKLENIKNAPREDAJ.SK */
header.header {
    background: #ffffff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 2147483646 !important;
    padding: 10px 0 15px 0 !important; /* Ešte o niečo štíhlejšie */
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
    border: none !important;
    transition: all 0.3s ease !important;
    border-radius: 0 0 50% 50% / 0 0 15px 15px !important;
}

.mainPanel {
    max-width: 94% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
}

/* ODSTRÁNENIE NEŽIADUCICH PRVKOV */
#productSearchOut, #search_trg, .divLogin, #loginUser, #currencyList, .wishlist-link {
    display: none !important;
}

/* MENU - TLAČIDLÁ */
#ce_menu ul#m1 {
    display: flex !important;
    gap: 5px !important;
}

#ce_menu ul#m1 > li > a {
    color: #303131 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 10px 18px !important;
    border-radius: 20px !important;
    transition: 0.2s all ease !important;
}

#ce_menu ul#m1 > li > a:hover {
    background: #f4f8e9 !important;
    color: #7dae06 !important;
}

/* 2. KOŠÍK - TLAČIDLO A TEXTY */
.shoppingCart {
    background: #7dae06 !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    position: relative !important; /* Dôležité pre vysúvaciu lištu */
}

.shoppingCart a, .shoppingCart span, .shoppingCart div, #order_products_quantity {
    color: #303131 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.shoppingCartImg {
    filter: brightness(0) !important; 
    width: 20px !important;
    height: 20px !important;
}

/* 3. VYSÚVACÍ PANEL KOŠÍKA (DROPDOWN) */
/* Tento blok sa zobrazí pod košíkom */
.shoppingCart .shoppingCartIn + div, 
#shoppingCart .cart-dropdown,
.shoppingCart .dropdown-menu {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    width: 380px !important;
    background: #ffffff !important;
    margin-top: 15px !important;
    padding: 25px !important;
    border-radius: 25px 5px 25px 25px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important;
    border-bottom: 5px solid #7dae06 !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform: translateY(20px) !important;
    z-index: 2147483647 !important;
}

/* Aktivácia vysunutia pri hoveri */
.shoppingCart:hover .shoppingCartIn + div,
#shoppingCart:hover .cart-dropdown {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ŠTÝLOVANIE VNÚTRA KOŠÍKA */
.shoppingCart .product-name, .shoppingCart .name a {
    color: #303131 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

.shoppingCart .price, .shoppingCart .amount {
    color: #7dae06 !important;
    font-weight: 900 !important;
}

.shoppingCart .buttons {
    margin-top: 20px !important;
    display: flex !important;
    gap: 10px !important;
    border-top: 1px solid #eee !important;
    padding-top: 15px !important;
}

/* Tlačidlo Pokladňa v paneli */
.shoppingCart a.go-to-checkout {
    background: #7dae06 !important;
    color: #303131 !important;
    padding: 12px 15px !important;
    border-radius: 15px !important;
    font-weight: 800 !important;
    text-align: center !important;
    flex: 1 !important;
}

/* 4. MOBILNÁ ÚPRAVA - SPRÁVNE UZAVRETÁ */
@media (max-width: 1024px) {
    header.header {
        padding-bottom: 0px !important;
    }
} /* <--- TÁTO ZÁTVORKA TI CHÝBALA */

/* --- OPTIMALIZÁCIA PARAMETROV SKLENÍKA VEDĽA SEBA --- */
#divProductDetailAttributes {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dva stĺpce vedľa seba */
    gap: 15px; /* Medzera medzi parametrami */
    background: #fdfdfd;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-top: 15px;
}

/* Každý jeden parameter box */
.divProductParameter {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important; /* Zrušíme staré odsadenie */
    padding: 10px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
}

/* Názov parametra (napr. VYBERTE SI ROZMER) */
.divProductParameterTxt {
    font-size: 0.85rem;
    font-weight: 800;
    color: #303131;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

/* Štýl pre výberové menu (Select) */
.divProductParameterValue select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #cbd5e0;
    font-family: 'Poppins', sans-serif;
    outline: none;
    cursor: pointer;
}

.divProductParameterValue select:focus {
    border-color: #7dae06;
}

/* Štýl pre tlačidlá (Doplnky a Služby) */
.param_button {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.param_button a {
    display: block;
    padding: 8px 12px;
    background: #f3f9eb;
    color: #111822;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid rgba(125, 174, 6, 0.2);
    transition: 0.2s;
    text-align: center;
}

.param_button a:hover {
    background: #7dae06;
    color: #fff;
    border-color: #7dae06;
}

/* Špeciálne nastavenie pre širšie bloky (ak chceš aby Služby boli na celú šírku) */
#product_param_4, #product_param_5 {
    grid-column: span 1; /* Ak ich chceš mať v stĺpcoch */
}

/* RESPONZIVITA - Mobilné zobrazenie */
@media (max-width: 768px) {
    #divProductDetailAttributes {
        grid-template-columns: 1fr; /* Na mobile jeden stĺpec pod sebou */
        padding: 15px;
    }
}
/* --- MODERNIZÁCIA FONTOV A FARIEB --- */

/* HLAVNÝ NÁZOV PRODUKTU */
#product_title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: 2.4rem !important;
    letter-spacing: -1.5px !important;
    color: #1a1a1a !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
    text-transform: none !important; /* Pôsobí to prémiovejšie než kapitálky */
}

/* CENA - MAXIMÁLNY FOCUS */
.productDetailPriceVatValue {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: 2.8rem !important;
    color: #7dae06 !important; /* Tvoja výrazná zelená */
    letter-spacing: -1px !important;
    display: inline-block !important;
    margin: 10px 0 !important;
}

/* PÔVODNÁ CENA (ZĽAVA) */
.list_price-value {
    text-decoration: line-through !important;
    color: #999 !important;
    font-weight: 600 !important;
    margin-left: 10px !important;
}

/* --- EFEKTY PRE TLAČIDLÁ A INPUTY --- */

/* TLAČIDLO KOŠÍKA - "GLOSSY" EFEKT */
#btn_productAdd {
    background: #7dae06 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 18px 30px !important;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(125, 174, 6, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer !important;
}

#btn_productAdd:hover {
    background: #303131 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

/* VÝBER POČTU KUSOV */
.cartQuantity {
    border: 2px solid #eee !important;
    border-radius: 10px !important;
    padding: 10px !important;
    font-weight: 700 !important;
    color: #303131 !important;
    text-align: center !important;
    width: 60px !important;
}

/* --- EFEKTY PRE OBRÁZKY --- */

/* HLAVNÁ FOTKA */
#product_img_main {
    border-radius: 25px !important;
    transition: all 0.5s ease !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

#product_img_main:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* GALÉRIA (MINIATÚRY) */
.imageGallery img {
    border-radius: 10px !important;
    border: 2px solid transparent !important;
    transition: 0.3s !important;
}

.imageGallery img:hover {
    border-color: #7dae06 !important;
    transform: translateY(-3px) !important;
}

/* --- DOPLNKOVÉ PRVKY --- */

/* VÝROBCA, KÓD A POD. */
.attr-title {
    color: #888 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
}

/* TABULKA TECHNICKÝCH ŠPECIFIKÁCIÍ (V POPISE) */
[style*="border-bottom: 1px solid #f0f0f0"] {
    transition: background 0.2s ease !important;
}

[style*="border-bottom: 1px solid #f0f0f0"]:hover {
    background: #fcfdf9 !important;
    padding-left: 5px !important;
}
/* DOČISTENIE PRODUKTOVEJ KARTY */
.c-product {
    padding-top: 25px !important; /* Vrátenie pôvodného paddingu */
}

/* ZVÄČŠENIE PRIESTORU PRE OBRÁZOK A NÁZOV */
.p-img {
    margin-bottom: 25px !important;
}

.p-subtitle {
    margin-bottom: 20px !important;
    font-size: 18px !important; /* Ešte o niečo výraznejšie, keď je tam miesto */
}

/* CENA BUDE TERAZ DOMINANTNÁ NA SPODKU */
.p-price {
    border-top: 2px solid #f9f9f9 !important; /* Čistejšia plná linka */
    padding-top: 20px !important;
    margin-top: auto !important;
}
/* DOČISTENIE PRIESTORU MEDZI NÁZVOM A CENOU */
.p-subtitle {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    min-height: 50px !important; /* Aby názvy lícovali */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.p-price {
    margin-top: auto !important; /* Vytlačí cenu vždy úplne na spodok karty */
    padding-top: 15px !important;
    border-top: 1px dashed #eee !important; /* Jemná linka nad cenou */
}
/* KONTAJNER PRE TLAČIDLÁ ROZMEROV */
.param_button {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin: 20px 0 !important;
}

/* SAMOTNÉ TLAČIDLO (ODKAZ) */
.param_button a {
    text-decoration: none !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    color: #303131 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 2px solid #eeeeee !important; /* Jemný rámik */
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    min-width: 80px !important;
}

/* EFEKT PRI PREJDENÍ MYŠOU (HOVER) */
.param_button a:hover {
    border-color: #7dae06 !important; /* Zmení rámik na zelený */
    color: #7dae06 !important;
    background: #f3f9eb !important;
    transform: translateY(-2px) !important;
}

/* AKTÍVNE / VYBRANÉ TLAČIDLO */
/* ClickEshop zvyčajne pridáva triedu .selected alebo .active */
.param_button a.selected, 
.param_button a.active,
.param_button a:focus {
    background: #7dae06 !important; /* Celé zelené */
    color: #ffffff !important;      /* Biely text */
    border-color: #7dae06 !important;
    box-shadow: 0 5px 15px rgba(125, 174, 6, 0.3) !important;
}

/* ŠPECIÁLNY GREEN DOPLNOK (BODKA PRED TEXTOM) */
.param_button a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #7dae06;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* BIELA BODKA KEĎ JE VYBRANÉ */
.param_button a.selected::before, 
.param_button a.active::before {
    background: #ffffff !important;
}
/* Styling pre názov parametra (napr. ROZMER) */
.divProductParameterTxt.editContentProductParameter {
    display: inline-block !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border-left: 3px solid #7dae06; /* Deliaca línia namiesto ikon */
    padding-left: 10px !important;
    margin-right: 8px !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
}

/* Odstránenie dvojbodky, ak je vložená v HTML, aby nerušila dizajn */
.divProductParameterTxt.editContentProductParameter span {
    color: #999 !important;
}

/* Styling pre samotnú HODNOTU parametra, ktorá nasleduje */
.divProductParameterTxt.editContentProductParameter + span,
.product_param_value {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #303131 !important;
    vertical-align: middle !important;
}
/* MODERNÉ EFEKTY PRE PRODUKTOVÚ KARTU */
.c-product {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 24px !important;
    padding: 25px !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
    z-index: 1 !important;
}

/* 1. EFEKT: PRODUKT VYSTÚPI DO PRIESTORU */
.c-product:hover {
    transform: translateY(-10px) scale(1.02) !important;
    border-color: #7dae06 !important;
    box-shadow: 0 20px 40px rgba(125, 174, 6, 0.12) !important;
    z-index: 10 !important;
}

/* 2. EFEKT: ŽIARA NA CENU */
.p-price {
    transition: all 0.3s ease !important;
}

.c-product:hover .p-price {
    color: #7dae06 !important;
    text-shadow: 0 0 15px rgba(125, 174, 6, 0.3) !important;
    transform: scale(1.1) !important;
}

/* 3. EFEKT: PLYNULÝ ZOOM OBRÁZKA */
.p-img img {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.c-product:hover .p-img img {
    transform: scale(1.08) rotate(1deg) !important; /* Jemná rotácia pridá dynamiku */
}

/* 4. EFEKT: PULZUJÚCI ŠTÍTOK "NA SKLADE" */
.p-availability {
    position: relative !important;
    overflow: hidden !important;
}

.p-availability::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.4), transparent) !important;
    transform: rotate(45deg) !important;
    transition: 0.6s !important;
}

.c-product:hover .p-availability::after {
    left: 100% !important;
}

/* 5. EFEKT: TEXTOVÝ PRECHOD NA NÁZVE */
.p-subtitle {
    transition: color 0.3s ease !important;
}

.c-product:hover .p-subtitle {
    color: #000 !important;
}

/* 6. ZELENÁ LINKA NA SPODKU S ANIMÁCIOU */
.c-product::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 0 !important;
    height: 5px !important;
    background: #7dae06 !important;
    transition: all 0.4s ease !important;
    border-radius: 10px 10px 0 0 !important;
}

.c-product:hover::before {
    left: 10% !important;
    width: 80% !important;
}
/* Styling pre samotnú HODNOTU parametra, ktorá nasleduje */
.divProductParameterTxt.editContentProductParameter + span,
.product_param_value {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #303131 !important;
    vertical-align: middle !important;
}
/* Týmto vytiahneš banner pod header */
.tvoj-banner-trieda {
    margin-top: -100px !important; /* Uprav podľa výšky tvojho menu */
    padding-top: 100px !important; /* Aby text v bannery nekolidoval s menu */
}
/* 1. Zabezpečí, aby bol header priesvitný a nad obrázkom */
#header {
    position: absolute;
    width: 100%;
    background: transparent !important;
    border: none !important;
    z-index: 10;
}

/* 2. Upraví hlavný banner tak, aby začínal úplne od vrchu stránky */
.clickeshop-hero-banner {
    position: relative;
    top: 0;
    margin-top: 0 !important;
    padding-top: 100px; /* Uprav podľa výšky tvojho menu, aby text nezmizol pod ním */
    height: 80vh; /* Výška banneru cez 80% obrazovky */
    background-size: cover;
    background-position: center center;
}

/* 3. Voliteľné: Stmaví menu, aby bolo biele písmo v menu čitateľné na fotke */
#header a, #header .menu-item {
    color: #ffffff !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
/* --- FINÁLNA ÚPRAVA PRODUKTOVEJ KARTY - OPRAVA FOTIEK A TEXTU --- */

.product-item, .product-box, .c-product {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 20px !important; /* Mierne zväčšený vnútorný okraj */
    border: 1px solid #d1d9e0 !important; /* Viditeľnejší rámik už v základe */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
}

/* ZJEMNENIE TEXTU - ABY NEBOL PRÍLIŠ TUČNÝ */
.p-subtitle, .product-name, .product-item h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important; /* Zmenené na Medium (500) namiesto 600/700 */
    font-size: 16px !important;
    color: #303131 !important;
    line-height: 1.3 !important;
    min-height: 45px !important;
    text-align: center !important;
    letter-spacing: -0.2px !important; /* Jemnejšie rozostupy */
}

/* OPRAVA VEĽKOSTI FOTKY - MIERIME NA OBAL AJ OBRÁZOK */
.p-img, .product-item .image, .product-box .image, .image-container {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.p-img img, .product-item img, .product-box img {
    width: 100% !important; /* Roztiahne na plnú šírku karty */
    max-width: 100% !important;
    height: 220px !important; /* Fixná výška pre lícovanie na desktope */
    object-fit: contain !important; /* Skleník sa nedeformuje */
    border-radius: 8px !important;
}

/* CENA - ČISTÁ A ČITATEĽNÁ */
.p-price, .product-price {
    border-top: 1px solid #f0f0f0 !important;
    padding-top: 15px !important;
    margin-top: auto !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    color: #303131 !important;
    text-align: center !important;
}

/* --- ŠPECIÁLNE PRE MOBILNÚ VERZIU (POD 768px) --- */
@media (max-width: 768px) {
    .product-item, .product-box, .c-product {
        border: 1px solid #c2cbd2 !important; /* Výraznejší rámik na mobile */
        padding: 15px !important;
        margin-bottom: 20px !important;
    }

    /* Aby fotka na mobile nebola malá, zrušíme fixnú výšku z desktopu */
    .p-img img, .product-item img, .product-box img {
        height: auto !important;
        min-height: 250px !important; /* Vynúti veľkú fotku skleníka */
        width: 100% !important;
    }

    .p-subtitle, .product-name {
        font-size: 15px !important;
        font-weight: 500 !important;
        min-height: auto !important;
        margin-bottom: 10px !important;
    }
}
/* --- 1. NEWSLETTER SEKČIA (NEON DARK) --- */
.newsletter-footer-wrapper {
    background: var(--dark-panel) !important;
    padding: 60px 20px !important;
    border-top: 2px solid var(--brand-neon);
    text-align: center;
}

.newsletter-inner h2 {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.newsletter-inner h2 img {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(45deg); /* Zmení ikonu na neónovo zelenú */
    width: 30px;
}

.newsletter-inner p {
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 30px;
}

/* Newsletter Form UI */
.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto 15px;
}

.emailInfoTextBox {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    color: #ffffff !important;
    flex-grow: 1;
    transition: var(--transition);
}

.emailInfoTextBox:focus {
    border-color: var(--brand-neon) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    outline: none;
}

.btn-subscribe {
    background: var(--brand-neon) !important;
    color: #000 !important;
    padding: 15px 30px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--transition);
}

.btn-subscribe:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px var(--shadow-color);
}

.newsletter-unsubscribe {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 0.7rem;
    text-decoration: underline;
}

/* --- 2. HLAVNÁ PÄTA (MAIN FOOTER) --- */
.main-footer {
    background: #0a0e14 !important; /* Ešte o niečo tmavšia ako dark-panel */
    padding: 80px 20px 40px !important;
    color: #ffffff !important;
}

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
}

.footer-col h3 {
    color: var(--brand-neon) !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    letter-spacing: 2px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 25px;
    filter: brightness(1.2);
}

.footer-col p {
    color: rgba(255, 255, 255, 0.5) !important;
    line-height: 1.8;
}

.footer-col a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: var(--brand-neon) !important;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icons img {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 50%;
    transition: var(--transition);
}

.social-icons a:hover img {
    background: var(--brand-neon);
    transform: translateY(-5px);
    filter: brightness(0); /* Ikona sčernie na zelenom pozadí */
}

/* --- 3. FOOTER BOTTOM --- */
.footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3) !important;
}

/* Responzivita */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .social-icons { justify-content: center; }
    .newsletter-form { flex-direction: column; }
}
//* --- MODERNÝ FORMULÁR ZÁKAZNÍKA & ADRESA --- */

/* Kontajner formulára */
#page_cart_login, .orderCustomerForm {
    background: #ffffff !important;
    border-radius: 24px;
    padding: 30px !important;
    border: 1px solid #edf2ec;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    margin-top: 30px;
}

/* Skupiny políčok (riadky) */
.form-row {
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column;
}

/* Nadpisy políčok (Label) */
.form-row label, .orderCustomerForm label {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #718096 !important;
    margin-bottom: 8px !important;
    display: block;
}

/* Vstupné polia (Inputy, Textarea, Select) */
.textBox, .orderCustomerForm input[type="text"], 
.orderCustomerForm input[type="email"], 
.orderCustomerForm input[type="tel"],
select, textarea {
    width: 100% !important;
    background: #fbfcfb !important;
    border: 2px solid #edf2ec !important;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.95rem !important;
    color: var(--dark-panel) !important;
    transition: var(--transition) !important;
    box-sizing: border-box;
}

/* Focus efekt - Keď zákazník klikne do políčka */
.textBox:focus, input:focus, select:focus, textarea:focus {
    background: #ffffff !important;
    border-color: var(--brand-neon) !important;
    outline: none !important;
    box-shadow: 0 0 15px var(--shadow-color) !important;
    transform: translateY(-1px);
}

/* Checkboxy (Súhlas s obch. podmienkami, Registrácia) */
.form-row-checkbox {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(163, 230, 53, 0.03);
    border-radius: 12px;
    margin-top: 10px;
}

input[type="checkbox"] {
    accent-color: var(--brand-dark);
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Sekcie Dodacia adresa vs. Fakturačná (ak sú v paneloch) */
.billing-address, .shipping-address {
    padding: 20px;
    border-radius: 16px;
    background: #fcfdfc;
    border: 1px solid #f0f4ef;
    margin-bottom: 20px;
}

/* Chybové hlášky (Validácia) */
.error-msg, .val-error {
    color: var(--controls-color) !important;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 5px;
}

/* Tlačidlá v sekcii prihlásenia */
.login-actions .button {
    background: var(--dark-panel) !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.login-actions .button:hover {
    background: #000 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}* --- MODERNÝ VÝBER DOPRAVY A PLATBY --- */

/* Odstránenie starého tabuľkového formátovania */
.cartPayment, .cartDelivery {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 12px !important; /* Medzery medzi kartami */
    display: block !important;
}

.cartPayment tbody, .cartDelivery tbody {
    display: block !important;
}

/* Každý riadok (karta) */
.row_delivery, .row_payment {
    display: flex !important;
    align-items: center;
    background: #ffffff !important;
    border: 1px solid #edf2ec !important;
    border-radius: 16px !important;
    padding: 20px !important;
    transition: var(--transition) !important;
    cursor: pointer;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Efekt pri prejdení myšou */
.row_delivery:hover, .row_payment:hover {
    border-color: var(--brand-neon) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(125, 174, 6, 0.1) !important;
}

/* Štýl pre VYBRANÚ kartu (keď je radio button zaškrtnutý) */
/* Poznámka: Toto funguje cez CSS selector :has, ak ho prehliadač podporuje */
.row_delivery:has(input:checked), .row_payment:has(input:checked) {
    background: #f7fcf0 !important;
    border-color: var(--brand-neon) !important;
    border-width: 2px !important;
}

/* Hlavný label a text */
.row_delivery td, .row_payment td {
    display: block !important;
    padding: 0 !important;
    border: none !important;
}

.row_delivery td:first-child, .row_payment td:first-child {
    flex-grow: 1; /* Text zaberie maximum miesta */
}

/* Názov dopravy/platby */
.row_delivery label span, .row_payment label span {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--dark-panel) !important;
    margin-left: 10px;
    cursor: pointer;
}

/* Popis pod názvom */
.row_delivery td div, .row_payment td div {
    font-size: 0.85rem !important;
    color: #718096 !important;
    margin-top: 5px;
    margin-left: 36px; /* Zarovnanie pod text, nie pod radio button */
}

/* Cena vpravo */
.price {
    min-width: 100px !important;
    text-align: right !important;
}

.price div {
    font-size: 1.1rem !important;
    font-weight: 900 !important;
    color: var(--dark-panel) !important;
    margin: 0 !important;
}

/* Moderný Radio Button */
input[type="radio"] {
    accent-color: var(--brand-dark);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Nadpisy sekcií */
h3 {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    color: var(--dark-panel);
    display: flex;
    align-items: center;
}

h3::before {
    content: "";
    width: 4px;
    height: 24px;
    background: var(--brand-neon);
    margin-right: 12px;
    border-radius: 10px;
}
/* --- 4. HLAVNÉ TLAČIDLO (CTA) --- */
#btn_cartOrderCheckout {
    width: 100% !important;
    background: linear-gradient(135deg, var(--brand-neon), var(--brand-dark)) !important;
    color: #000 !important;
    border: none !important;
    padding: 18px !important;
    border-radius: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--transition) !important;
    margin-top: 20px;
}

#btn_cartOrderCheckout:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px var(--shadow-color) !important;
}

/* --- 5. DOPRAVA ZDARMA BADGE --- */
.free-shipping-badge {
    background: rgba(163, 230, 53, 0.1) !important;
    border: 1px dashed var(--brand-neon) !important;
    border-radius: 12px;
    padding: 15px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.free-shipping-badge .highlight {
    color: var(--brand-neon) !important;
    font-weight: 800;
}

/* --- 6. POZNÁMKA K OBJEDNÁVKE --- */
.orderCustomerDesctiption textarea {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    color: white !important;
    padding: 15px !important;
    font-family: inherit;
    margin-top: 10px;
}

.orderCustomerDesctiption label span {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.8rem;
    font-weight: 600;
}/
/* Obrázok produktu */
.imgCartProduct {
    border-radius: 12px;
    border: 1px solid #eee;
    transition: var(--transition);
}

.tr:hover .imgCartProduct {
    transform: scale(1.05);
    border-color: var(--brand-neon);
}

/* Názov produktu */
a.productName {
    font-weight: 700 !important;
    color: var(--dark-panel) !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

a.productName:hover {
    color: var(--brand-dark) !important;
}

/* Množstvo - Input */
.numberArrows input.textBox {
    background: #f8f9fa !important;
    border: 2px solid #eee !important;
    border-radius: 8px !important;
    padding: 8px !important;
    font-weight: 700 !important;
    color: var(--dark-panel) !important;
    text-align: center;
    transition: var(--transition);
}

.numberArrows input.textBox:focus {
    border-color: var(--brand-neon) !important;
    background: #fff !important;
    outline: none;
    box-shadow: 0 0 10px var(--shadow-color);
}

/* Cena */
.td.price {
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    color: var(--dark-panel);
}

/* Tlačidlo zmazať (Kôš) */
.ce-icon-delete {
    color: #ff4d4d; /* Jemná červená pre zmazanie */
    cursor: pointer;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 50%;
    transition: var(--transition);
}

.ce-icon-delete:hover {
    background: rgba(255, 77, 77, 0.1);
    transform: rotate(15deg) scale(1.2);
}

/* Špeciálne riadky (Doprava a Platba) */
.product_type-D, .product_type-P {
    background: rgba(163, 230, 53, 0.05) !important;
    font-size: 0.85rem;
}

.product_type-D a.productName, .product_type-P a.productName {
    color: var(--brand-dark) !important;
    font-weight: 600 !important;
}

/* Odstránenie starých nepotrebných elementov */
.cartMetric {
    color: #888;
    font-size: 0.8rem;
    margin-left: 5px;
}* --- MODERNÝ FILTER TOOLBAR (GLASS STYLE) --- */
.c-toolbar {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(163, 230, 53, 0.3) !important;
    border-radius: 20px;
    padding: 20px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(125, 174, 6, 0.08);
    margin-bottom: 30px;
}

/* Nadpis Filter */
.c-title {
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: var(--dark-panel);
    display: flex;
    align-items: center;
    gap: 5px;
}

.f-count {
    color: var(--brand-dark);
    font-size: 0.7rem;
}

/* Riadky filtra (Výrobca, Dostupnosť) */
.categoryFilters {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.categoryFilterName {
    font-size: 0.7rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* Štítky (Milk, Rea, skladom...) */
.categoryFilterValues label {
    display: inline-block;
    padding: 6px 14px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    margin-right: 5px;
    transition: var(--transition);
}

.categoryFilterValues label:hover {
    border-color: var(--brand-neon);
    color: var(--brand-dark);
    transform: translateY(-2px);
}

/* Price Slider (Cenový rozsah) */
.price-slider {
    min-width: 200px;
}

.s-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
}

.slider-range {
    height: 4px !important;
    background: #eee !important;
    border: none !important;
    margin-top: 15px;
}

/* Slider úchyty (knobs) */
.ui-slider-handle {
    background: var(--brand-dark) !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 10px var(--shadow-color) !important;
    border-radius: 50% !important;
    cursor: grab !important;
}

/* Triedenie (Select box) */
.sorting-navigator {
    margin-left: auto;
}

.s-items {
    background: #ffffff !important;
    border: 1px solid #eee !important;
    padding: 8px 15px !important;
    border-radius: 10px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: var(--dark-panel) !important;
    outline: none;
    cursor: pointer;
    transition: var(--transition);
}

.s-items:focus {
    border-color: var(--brand-neon) !important;
    box-shadow: 0 0 15px var(--shadow-color);
}

/* Skrytie nepotrebných textov/elementov pre čistý look */
.c-categories-link {
    display: none; /* Ak nepotrebuješ duplicitný link na kategórie */
}/* --- MODERNÝ SVETLÝ GLASS PANEL (BEZ ČIERNEJ) --- */
.categoryPanel {
    background: rgba(255, 255, 255, 0.6) !important; /* Mliečne sklo */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px !important;
    border-radius: 24px;
    border: 1px solid rgba(163, 230, 53, 0.3) !important; /* Neónový okraj */
    box-shadow: 0 15px 35px rgba(125, 174, 6, 0.1) !important; /* Jemný zelenkastý tieň */
    margin-bottom: 30px;
}

/* Hlavný zoznam - čistenie */
#categoryPanel ul, #categoryPanel li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* Odkazy - Level 1 */
ul.sitemap > li > a {
    display: block !important;
    padding: 12px 18px !important;
    color: var(--font-color) !important; /* Tvoj tmavý font */
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 12px;
    margin-bottom: 5px;
    transition: var(--transition) !important;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid transparent;
}

/* Hover efekt - Svetelný neón */
#categoryPanel a:hover {
    color: var(--brand-dark) !important;
    background: #ffffff !important;
    border-color: var(--brand-neon) !important;
    transform: translateX(5px);
    box-shadow: 0 5px 15px var(--shadow-color) !important;
}

/* Podkategórie (Level 2) */
ul.sitemap ul {
    padding-left: 20px !important;
    margin: 5px 0 12px 0 !important;
    border-left: 2px solid rgba(163, 230, 53, 0.2); /* Zelená vodiaca linka */
}

ul.sitemap ul li a {
    padding: 8px 15px !important;
    font-size: 0.8rem !important;
    color: #666 !important;
    font-weight: 500 !important;
    background: transparent !important;
}

/* Aktívny indikátor */
li[data-isactive="Y"] > a {
    color: var(--brand-dark) !important;
    background: rgba(163, 230, 53, 0.1) !important;
}

/* Ikona šípky pre podkategórie (voliteľné, ak systém pridáva span/i) */
ul.sitemap li > a::after {
    content: '→';
    float: right;
    opacity: 0;
    transition: var(--transition);
    color: var(--brand-neon);
}

ul.sitemap li > a:hover::after {
    opacity: 1;
    transform: translateX(3px);
}
/* --- NEÓNOVÉ TLAČIDLO KALKULAČKA --- */
#m215 > a {
    background: linear-gradient(135deg, #a3e635 0%, #7dae06 100%) !important;
    color: #000 !important;
    border-radius: 100px !important;
    padding: 0.8rem 1.8rem !important;
    font-weight: 800 !important;
    box-shadow: 0 0 20px rgba(163, 230, 53, 0.4);
    margin-left: 10px;
}

#m215 > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.6) !important;
}
#order_products_quantity {
    background: #a3e635;
    color: #000;
    padding: 2px 8px;
    border-radius: 100px;
    font-weight: 900;
    font-size: 0.7rem;
}

/* --- VYHĽADÁVANIE (Minimalistický neon) --- */
.txtbSearchProduct {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 100px !important;
    color: #fff !important;
    padding: 0.6rem 1.5rem !important;
    font-size: 0.8rem !important;
    transition: all 0.3s ease;
}

.txtbSearchProduct:focus {
    border-color: #a3e635 !important;
    box-shadow: 0 0 15px rgba(163, 230, 53, 0.2);
    outline: none;
}

/* --- CURRENCY DROPDOWN --- */
.divDropdownActiveItem {
    background: transparent !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.7rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 5px 10px;
}

/* --- DROPDOWN MENU (Sub-položky) --- */
#m1 ul {
    background: #111822 !important;
    border: 1px solid rgba(163, 230, 53, 0.2) !important;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

#m1 ul li a {
    color: rgba(255,255,255,0.8) !important;
    font-size: 0.7rem !important;
    padding: 8px 15px !important;
}

#m1 ul li a:hover {
    background: rgba(163, 230, 53, 0.1) !important;
    color: #a3e635 !important;
}
/* --- 1. GLOBÁLNE VYLEPŠENIA (Modern Core) --- */
:root {
    --brand-neon: #a3e635;
    --brand-dark: #7dae06;
    --dark-panel: #111822;
    --glass-white: rgba(255, 255, 255, 0.8);
    --shadow-color: rgba(125, 174, 6, 0.2);
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Animácia pre plynulé načítanie sekcií */
section, #click-hero-section {
    animation: fadeInUp 1.2s var(--transition);
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- 2. HERO SEKČIA (Vibrant Look) --- */
#click-hero-section {
    background: radial-gradient(circle at 90% 10%, rgba(163, 230, 53, 0.15), transparent 40%),
                radial-gradient(circle at 10% 90%, rgba(125, 174, 6, 0.1), transparent 40%) !important;
}

#revealWrapper {
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.15), 0 30px 60px -30px rgba(0,0,0,0.2) !important;
    border: 1px solid rgba(255,255,255,0.8);
}

#buttons-wrapper a:first-child {
    background: linear-gradient(135deg, var(--brand-neon), var(--brand-dark)) !important;
    border: none !important;
    box-shadow: 0 10px 30px var(--shadow-color) !important;
    transition: var(--transition) !important;
}

#buttons-wrapper a:first-child:hover {
    transform: scale(1.05) translateY(-3px) !important;
    box-shadow: 0 20px 40px var(--shadow-color) !important;
}

/* --- 3. TABY (Modern Glass) --- */
.tab-klik {
    border-radius: 12px 12px 0 0;
    margin-right: 5px;
    font-size: 11px !important;
    background: rgba(0,0,0,0.02);
}

.tab-klik.active {
    background: white !important;
    color: var(--brand-dark) !important;
    border-bottom: 4px solid var(--brand-neon) !important;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.03);
}

.tab-obsah > div {
    background: white;
    border-radius: 20px;
    padding: 40px !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
    transition: var(--transition);
}

.tab-obsah > div:hover {
    border-color: var(--brand-neon) !important;
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}

/* --- 4. PRODUKTOVÉ KARTY (Card Elevation) --- */
#view-modely > div > div {
    transition: var(--transition) !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

#view-modely > div > div:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 40px 80px rgba(0,0,0,0.1) !important;
}

/* Premium karta (tá so zeleným okrajom) */
#view-modely div[style*="border: 2px solid #7dae06"] {
    background: linear-gradient(180deg, #ffffff 0%, #f7fcf0 100%) !important;
    position: relative;
    overflow: hidden;
}

#view-modely div[style*="border: 2px solid #7dae06"]::before {
    content: "NAJPREDÁVANEJŠIE";
    position: absolute;
    top: 20px;
    right: -35px;
    background: var(--brand-neon);
    color: #000;
    font-size: 10px;
    font-weight: 900;
    padding: 5px 40px;
    transform: rotate(45deg);
}

/* --- 5. KONFIGURÁTOR (App-style UI) --- */
#kalkulacka-expert button {
    transition: var(--transition) !important;
    border: 1px solid #eee !important;
    background: #fbfbfb !important;
}

#kalkulacka-expert button:hover {
    background: white !important;
    border-color: var(--brand-neon) !important;
    transform: translateY(-2px);
}

/* Aktívne tlačidlá v konfigurátore */
#kalkulacka-expert button[style*="background: #7dae06"],
#kalkulacka-expert button[style*="background: rgb(125, 174, 6)"] {
    background: linear-gradient(135deg, var(--brand-neon), var(--brand-dark)) !important;
    border: none !important;
    color: white !important;
    box-shadow: 0 5px 15px var(--shadow-color);
}

/* Nadpisy v neónovom štýle */
h2 span, h1 span {
    background: linear-gradient(to right, #7dae06, #a3e635);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}


</style >