:root{
  --ink:#071042;
  --muted:#66708f;
  --soft:#eef3ff;
  --soft2:#e8efff;
  --white:#fff;
  --blue:#2357df;
  --blue2:#163eaf;
  --blue3:#5f73ff;
  --line:rgba(20,44,120,.10);
  --orange:#ff6a1c;
  --shadow:0 18px 42px rgba(20,44,120,.08);
  --shadow2:0 10px 28px rgba(20,44,120,.06);
  --max:1180px;
  --pad:clamp(18px,3vw,42px);
 --font:'Poppins Light', sans-serif;
   --font-bold:'Poppins Bold', sans-serif;
   --font-black:'Poppins Black', sans-serif;
}
}

 
.homepage2026 *,
.homepage2026 *:before,
.homepage2026 *:after{
  box-sizing:border-box;
}
 .pdf-list{
  display:grid;
  gap:10px;
  margin-top:24px;
}

.pdf-list a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 0 0 16px;
  background:#fff;
  border:1px solid rgba(47,124,255,.18);
  border-radius:6px;
  color:#102a56;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  overflow:hidden;
}

.pdf-list a span{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--blue3);
  color:#fff;
}
.popissortiment1 h1 span::after{
  content:"";

  position:absolute;
  left:0;
  bottom:0;

  width:190px;
  height:2px;

  border-radius:20px;

  background:
    linear-gradient(
      90deg,
      rgba(90,220,255,.95) 0%,
      rgba(90,220,255,.55) 55%,
      rgba(90,220,255,0) 100%
    );

  box-shadow:
    0 0 10px rgba(90,220,255,.55),
    0 0 20px rgba(90,220,255,.22);
}

.popissortiment1 h1 span::before{
  content:"";

  position:absolute;

  left:-18px;
  bottom:-5px;

  width:34px;
  height:10px;

  border-radius:50%;

  background:
    radial-gradient(
      ellipse at center,
      rgba(170,245,255,.95) 0%,
      rgba(120,230,255,.55) 38%,
      rgba(120,230,255,0) 75%
    );

  filter:blur(2px);

  transform:skewX(-24deg);

  animation:lightbeam 4.8s ease-in-out infinite;
}

@keyframes lightbeam{

  0%{
    transform:
      translateX(0)
      skewX(-24deg)
      scale(.75);

    opacity:0;
  }

  12%{
    opacity:1;
  }

  70%{
    opacity:.9;
  }

  100%{
    transform:
      translateX(128px)
      skewX(-24deg)
      scale(1.35);

    opacity:0;
  }

}
 #kontakt {
	 
	 margin-top: -480px;
 }
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--soft);font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%;display:block}
.site-shell{min-height:100vh;background:linear-gradient(180deg,#eff4ff 0,#eef3ff 62%,#e8efff 100%)}
#mod-custom161, #mod-custom162, #mod-custom163, #mod-custom165, #znacky {
	
	margin-top: 20px;
}
.visually-hidden {
	display: none;
	
	
}
/* horná navigácia podľa predlohy */
.topbar{
  height:34px;background:#0f3ea9;color:#dbe7ff;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;letter-spacing:.03em
}
.header{
  position:sticky;top:0;z-index:50;background:#2357df;
  padding:10px var(--pad) 0;border-bottom:0
}
.header-inner{
  max-width:var(--max);margin:0 auto;height:46px;padding:0 16px;
  display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:24px;
  background:#fff;border-radius:4px;box-shadow:0 12px 28px rgba(3,21,70,.12)
}
.logo{display:flex;align-items:center;gap:9px;font-weight:900;letter-spacing:-.06em;font-size:24px;color:#0d3f9d}
.logo-mark{width:12px;height:26px;background:var(--blue);display:block;border-radius:3px}
.logo small{display:block;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#6c7899;font-weight:800;margin-top:-6px}
.nav{display:flex;align-items:center;justify-content:center;gap:4px}
.nav a{padding:12px 10px;font-weight:750;font-size:12px;color:#fff}
.nav a:hover{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:8px}
.search-mini{
  height:32px;width:210px;border:0;background:#f3f6ff;border-radius:4px;
  display:flex;align-items:center;padding:0 12px;color:#7a84a3;font-size:12px
}
.cta-top{height:32px;border:0;background:#111;color:#fff;font-weight:800;padding:0 14px;border-radius:4px;font-size:12px}
.mobile-toggle{
  display:none;width:36px;height:36px;border:0;background:#f3f6ff;border-radius:4px;
  align-items:center;justify-content:center;font-size:21px;color:var(--ink)
}
.mobile-panel{display:none;background:#fff;margin:0 auto;max-width:var(--max);border-radius:0 0 8px 8px;overflow:hidden}
.mobile-panel.open{display:block}
.mobile-panel a{display:block;padding:14px var(--pad);border-top:1px solid var(--line);font-weight:800}
.mobile-panel .mobile-search{margin:14px var(--pad);background:#f3f6ff;height:44px;padding:12px;color:var(--muted);border-radius:4px}

/* modrý page hero ako v predlohe */
.hero{
  max-width:none;margin:0;padding:48px var(--pad) 138px;
  background:linear-gradient(135deg,#2f63ef 0%,#1c45b7 58%,#193b9c 100%);
  color:#fff;position:relative;overflow:hidden;
  min-height: 850px;
}
.hero:before{
  content:"";position:absolute;left:-90px;top:40px;width:170px;height:170px;border-radius:34px;
  background:rgba(255,255,255,.08);transform:rotate(32deg)
}
.hero:after{
  content:"";position:absolute;right:-70px;top:80px;width:330px;height:120px;border-top:1px solid rgba(255,255,255,.32);
  border-bottom:1px solid rgba(255,255,255,.12);transform:rotate(-24deg)
}
.hero-frame{
  max-width:var(--max);margin:0 auto;background:transparent;border:0;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:38px;position:relative;z-index:1;
  height: 100%;
}
.hero-copy{min-width:0;padding:0;display:flex;flex-direction:column;justify-content:center;min-height:270px;overflow:visible}
.eyebrow{font-size:12px;letter-spacing:.10em;text-transform:uppercase;color:#bfd1ff;font-weight:850}
.slide-title{
  display:block;font-size:clamp(38px,5vw,58px);line-height:1.02;letter-spacing:-.045em;
  margin:14px 0 14px;max-width:760px;font-weight:900;color:#fff
}
.slide-title span{color:#fff}
.slide-lead{font-size:17px;color:#dce6ff;max-width:640px;margin:0 0 26px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 18px;border:0;border-radius:4px;font-weight:850;font-size:14px;letter-spacing:-.01em
}
.btn.primary{background:#fff;color:#173d9f}
.btn.accent{background:var(--blue3);color:#fff}
.btn.ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.35)}
.hero-meta{display:none}
.hero-visual{background:transparent;border:0;position:relative;min-height:300px;overflow:visible}
.hero-img{
  position:absolute;right:0;bottom:-44px;width:92%;height:100%;object-fit:contain;object-position:center right;
  z-index:1;filter:drop-shadow(0 24px 44px rgba(6,22,76,.24));
  transition:opacity .25s ease, transform .25s ease;
   filter:
      contrast(1.03)
      saturate(1.05)
      brightness(.94);
}
.slide-nav{position:absolute;right:0;bottom:-66px;display:flex;gap:8px;z-index:3}
.slide-dot{width:24px;height:4px;background:rgba(255,255,255,.42);border:0;cursor:pointer;border-radius:4px}
.slide-dot.active{background:#fff}
.slide-index{position:absolute;left:0;bottom:-67px;color:#dbe7ff;font-size:12px;font-weight:850;letter-spacing:.14em;z-index:3}

/* všeobecné sekcie */
.section{max-width:var(--max);margin:0 auto;padding:76px var(--pad) 0}
.section:first-of-type{margin-top:0px;position:relative;z-index:4}
.section-head{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:end;
  border:0;padding-bottom:24px;margin-bottom:24px
}
.kicker{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}
.section h2{font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em;margin:8px 0 0;color:var(--ink)}
.section-head p{font-size:17px;color:var(--muted);margin:0;max-width:740px}

/* prvá presadená biela karta */
.decision-grid{
  display:grid;grid-template-columns:1fr 1fr;background:#fff;border:0;border-radius:8px;
  box-shadow:var(--shadow);overflow:hidden
}
.decision-card{
  min-height:250px;padding:40px;border:0;display:flex;flex-direction:column;justify-content:space-between;
  position:relative;overflow:hidden
}
.decision-card + .decision-card{border-left:1px solid var(--line)}
.decision-card:hover{background:#f8fbff}
.decision-card .num{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--blue)}
.decision-card h3{font-size:clamp(25px,2.5vw,36px);line-height:1.08;letter-spacing:-.04em;margin:18px 0;color:var(--ink)}
.decision-card p{color:var(--muted);font-size:16px;max-width:480px}
.arrow{font-size:34px;font-weight:300;color:var(--blue)}
.decision-card:after{display:none}

/* katalógová sekcia jemne ako hosting bloky */
.catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);border:0;background:transparent;gap:24px;align-items:start}
.catalog-sidebar{
  border:0;padding:26px;background:#fff;color:var(--ink);border-radius:8px;box-shadow:var(--shadow2);
  align-self:start;display:block
}
.catalog-sidebar h3{font-size:26px;line-height:1;margin:0 0 14px;letter-spacing:-.04em}
.catalog-sidebar p{color:var(--muted);margin:0 0 20px}
.filter-list{display:grid;gap:8px;margin-top:20px}
.filter-list button{
  text-align:left;border:0;background:#f2f6ff;color:#26324f;border-radius:5px;
  padding:12px 14px;font-weight:800;cursor:pointer
}
.filter-list button.active,.filter-list button:hover{background:#e4ebff;color:#1645bc}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.product-tile{
  min-height:190px;padding:26px;border:0;border-radius:8px;background:#fff;
  display:flex;flex-direction:column; transition:.18s ease;
  box-shadow:var(--shadow2)
}
.product-tile:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(20,44,120,.10)}
.product-tile b{font-size:20px;letter-spacing:-.035em;color:var(--ink);font-family:'Poppins Bold', sans-serif;
  font-weight:700;}
.product-tile p{color:var(--muted);margin:10px 0 0;font-size:14px}
.tile-code{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.14em; display: block;}
.tile-line{width:34px;height:4px;background:#6b78ff;margin-top:18px;border-radius:4px}

/* IMAGE-FIRST navigácia sortimentu
   Cieľ: používateľ má okamžite VIDIEŤ typ produktu/značku, nie čítať 6 textových kariet. */
.product-tile{
  min-height:292px;
  padding:0;
  gap:0;
  height:100%;
  overflow:hidden;
  
}
#akcie .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
#akcie  .product-tile{
  min-height:292px;
 
  gap:0;
 
  overflow:hidden;
  padding: 15px;
}
#akcie .tile-visual{
  height:170px;
  margin:14px 0;
  border-radius:7px;
  background:
    radial-gradient(circle at 80% 18%,rgba(35,87,223,.12),transparent 26%),
    linear-gradient(180deg,#f7faff 0%,#edf4ff 100%);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tile-visual{
  height:170px;
  margin:14px 14px 0;
  border-radius:7px;
  background:
    radial-gradient(circle at 80% 18%,rgba(35,87,223,.12),transparent 26%),
    linear-gradient(180deg,#f7faff 0%,#edf4ff 100%);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tile-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(35,87,223,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(35,87,223,.035) 1px,transparent 1px);
  background-size:28px 28px;
  opacity:.55;
}
.tile-visual:after{
  content:"";
  position:relative;
  z-index:1;
  display:block;
}
.tile-content{
  padding:22px 22px 12px;
  position:relative;
  z-index:2;
}
.product-tile .tile-line{
  margin:0 22px 22px;
   margin-top: auto;
}
.tile-visual {
  overflow: hidden;
}

.tile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
#productGrid {
  display:grid;
  gap:18px;
}

#productGrid[data-count="6"] {
  grid-template-columns:repeat(3,1fr);
}

#productGrid[data-count="5"],
#productGrid[data-count="4"] {
  grid-template-columns:repeat(2,1fr);
}

#productGrid[data-count="3"] {
  grid-template-columns:repeat(3,1fr);
}

#productGrid[data-count="2"] {
  grid-template-columns:repeat(2,1fr);
}

#productGrid[data-count="1"] {
  grid-template-columns:1fr;
}
/* stojanová oceľová skriňa */
.tile-visual.skrina:after,
.tile-visual.eta:after,
.tile-visual.rittal:after{
  width:76px;height:128px;border-radius:4px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.95) 0 18%,rgba(214,226,241,.9) 18% 24%,#fdfefe 24% 62%,#c7d2df 100%);
  border:1px solid rgba(17,42,95,.12);
  box-shadow:18px 22px 34px rgba(20,44,120,.16);
}
.tile-visual.skrina:before,
.tile-visual.eta:before,
.tile-visual.rittal:before{
  opacity:.45;
}

/* nerez */
.tile-visual.nerez:after,
.tile-visual.flextec:after{
  width:88px;height:124px;border-radius:5px;
  background:linear-gradient(135deg,#fbfcfd 0%,#bcc8d2 42%,#f8fafb 70%,#9facb8 100%);
  border:1px solid rgba(17,42,95,.10);
  box-shadow:18px 24px 35px rgba(20,44,120,.18);
}

/* plast / elektromer – širší box */
.tile-visual.plast:after,
.tile-visual.fibox:after,
.tile-visual.elektromer:after,
.tile-visual.uriarte:after{
  width:126px;height:92px;border-radius:6px;
  background:linear-gradient(135deg,#ffffff 0%,#e2ebf6 62%,#cbd8e6 100%);
  border:1px solid rgba(17,42,95,.12);
  box-shadow:16px 20px 30px rgba(20,44,120,.13);
}

/* ventilácia / klíma */
.tile-visual.ventilator:after,
.tile-visual.klima:after{
  width:112px;height:112px;border-radius:10px;
  background:
    radial-gradient(circle at center, transparent 0 21px,#245bdf 22px 25px,transparent 26px),
    conic-gradient(from 20deg,#d9e6ff 0 18%,#ffffff 18% 34%,#d9e6ff 34% 52%,#ffffff 52% 68%,#d9e6ff 68% 86%,#ffffff 86% 100%);
  border:1px solid rgba(17,42,95,.10);
  box-shadow:16px 20px 30px rgba(20,44,120,.13);
}

/* relé / moduly */
.tile-visual.rele:after,
.tile-visual.finder:after{
  width:92px;height:112px;border-radius:5px;
  background:linear-gradient(180deg,#ffffff 0%,#edf3fb 100%);
  border:1px solid rgba(17,42,95,.12);
  box-shadow:inset 0 -24px 0 rgba(35,87,223,.12),16px 20px 30px rgba(20,44,120,.12);
}

/* DIN / svorky */
.tile-visual.din:after,
.tile-visual.elektro:after{
  width:142px;height:54px;border-radius:5px;
  background:repeating-linear-gradient(90deg,#ffffff 0 14px,#dbe6f5 14px 21px);
  border:1px solid rgba(17,42,95,.10);
  box-shadow:14px 16px 24px rgba(20,44,120,.11);
}

.tile-visual.pdf:after,
.tile-visual.help:after{
  width:104px;height:80px;border-radius:7px;
  background:linear-gradient(180deg,#ffffff 0%,#e7effb 100%);
  border:1px solid rgba(17,42,95,.10);
  box-shadow:14px 16px 24px rgba(20,44,120,.10);
}
.tile-visual.pdf:before{content:"PDF";display:flex;align-items:center;justify-content:center;color:#2357df;font-weight:950;letter-spacing:.08em;font-size:18px;background:#f4f7ff;opacity:1;z-index:2}
.tile-visual.help:before{content:"?";display:flex;align-items:center;justify-content:center;color:#2357df;font-weight:950;font-size:54px;background:#f4f7ff;opacity:1;z-index:2}
/* značky a aktuálne */
.brand-wall{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;border:0;background:transparent}
.brand{
  height:112px;
  border:0;
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow2);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  overflow:hidden;
}

.brand:hover{
  background:#f7faff;
  color:var(--blue);
}

.brand img{
  max-width:140px;
  max-height:52px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  margin:auto;
}
.about-grid{
  display:grid;grid-template-columns:1.55fr 1fr 1fr;gap:18px;border:0;background:transparent
}
.about-main,.about-card{
  background:#fff;border-radius:8px;padding:clamp(28px,4vw,46px);box-shadow:var(--shadow2)
}
.about-main{grid-row:auto;min-height:330px;display:flex;flex-direction:column;justify-content:space-between}
.about-year{font-size:clamp(62px,8vw,118px);line-height:.84;font-weight:950;letter-spacing:-.08em;color:#dbe5ff; font-family:'Poppins Black', sans-serif;
  font-weight:900;}
.about-main h3{font-size:clamp(28px,3vw,40px);line-height:1.06;letter-spacing:-.045em;margin:20px 0 12px}
.about-main p,.about-card p{color:var(--muted);font-size:16px}
.about-card span{display:block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.18em;margin-bottom:18px}
.about-card h4{font-size:24px;line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}

/* CTA s presahom pred tmavým footerom */
.cta-band{
  margin-top:90px;background:#fff;color:var(--ink);border:0;border-radius:8px;
  display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;
  padding:clamp(30px,5vw,58px);box-shadow:var(--shadow);position:relative;z-index:2
}
.cta-band h2{font-size:clamp(32px,4.5vw,56px);letter-spacing:-.055em;line-height:1;margin:0}
.cta-band p{color:var(--muted);font-size:18px;max-width:720px}

/* footer ako predloha */
.footer{
  max-width:none;margin:-64px 0 0;padding:130px var(--pad) 70px;
  color:#cad7ff;font-size:13px;background:#050b3a
}
.footer-line{
  max-width:var(--max);margin:0 auto;border-top:1px solid rgba(255,255,255,.12);
  padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap
}
.reveal{opacity:0;transform:translateY(20px);transition:.55s ease}
.reveal.visible{opacity:1;transform:none}


/* mobil: žiadny horizontálny posuv kategórií; najprv jasný výber, potom karty */
.catalog-sidebar:after{
  content:"";
  display:block;
  height:1px;
  margin-top:18px;
  background:linear-gradient(90deg,rgba(35,87,223,.24),transparent);
}

@media(max-width:900px){
  .catalog-layout{display:block}
  .catalog-sidebar{
    height:auto;
    padding:18px;
    margin-bottom:16px;
    position:relative;
    z-index:3;
  }
  .catalog-sidebar h3{font-size:22px;margin-bottom:6px}
  .catalog-sidebar p{font-size:14px;margin-bottom:14px}
  .catalog-sidebar:after{display:none}
  .filter-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:12px;
  }
  .filter-list button{
    min-width:0;
    white-space:normal;
    padding:12px 10px;
    line-height:1.2;
  }
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;scroll-margin-top:80px}
  .product-tile{min-height:278px}
  .tile-visual{height:138px}
}

@media(max-width:1100px){
  .header-inner{grid-template-columns:150px 1fr auto}
  #mod-custom160 {
	  
	  margin-top: 80px;
  }
#akcie .product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
   align-items:stretch;
}

#akcie .product-tile{
  min-height:430px;
  height:auto;
  display:flex;
  flex-direction:column;
  padding:22px 22px 12px;
  margin:0;
  overflow:hidden;
}

#akcie .tile-arrow{
  margin-top:auto;
}

  .mobile-toggle{display:flex}
  .hero-frame{grid-template-columns:1fr}
  .hero-copy{min-height:auto}
  .hero-visual{height:360px;min-height:360px; isolation:isolate;}
  .hero-img{width:80%;right:5%;bottom:-30px}
  .catalog-layout{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .brand-wall{grid-template-columns:repeat(3,1fr)}
  .about-grid{grid-template-columns:1fr}
}

@media(max-width:720px){
  .topbar{display:none}
  .header{padding:8px 10px 0}
  .header-inner{height:58px;grid-template-columns:1fr auto;padding:0 12px}
  .logo{font-size:23px}
  .logo-mark{height:24px}
  .hero{padding:42px var(--pad) 110px}
  .slide-title{font-size:38px;line-height:1.05}
  .slide-lead{font-size:16px}
  .btn{width:100%}
  .hero-visual{height:255px;min-height:255px}
  .hero-img{width:100%;right:-8%}
  .section{padding-top:58px}
  .section:first-of-type{margin-top:-72px}
  .section-head{grid-template-columns:1fr}
  .decision-grid{grid-template-columns:1fr}
  .decision-card + .decision-card{border-left:0;border-top:1px solid var(--line)}
  .product-grid{grid-template-columns:1fr;scroll-margin-top:80px}
  .filter-list{grid-template-columns:1fr}
  .brand-wall{grid-template-columns:repeat(2,1fr)}
  .cta-band{grid-template-columns:1fr}
}

/* =========================================================
   FIX 2026-05: stabilná verzia sortiment sekcie
   - desktop ostáva dvojstĺpec
   - mobil: normálny zvislý výber + kompaktné vizuálne karty
   - žiadny horizontálny scroll kategórií
   - žiadne prázdne wrappery
========================================================= */

@media(max-width:720px){
  #sortiment .section-head{
    margin-bottom:16px;
  }

  #sortiment .catalog-layout{
    display:block !important;
  }

  #sortiment .catalog-sidebar{
    margin:0 0 14px 0 !important;
    padding:16px !important;
    box-shadow:0 8px 22px rgba(20,44,120,.06) !important;
  }

  #sortiment .catalog-sidebar h3{
    font-size:21px !important;
    margin:0 0 6px !important;
  }

  #sortiment .catalog-sidebar p{
    font-size:13px !important;
    line-height:1.35 !important;
    margin:0 0 12px !important;
  }

  #sortiment .filter-list{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:7px !important;
    margin-top:10px !important;
    overflow:visible !important;
  }

  #sortiment .filter-list button{
    width:100% !important;
    min-height:42px !important;
    padding:10px 12px !important;
    text-align:left !important;
    white-space:normal !important;
    border-radius:6px !important;
  }

  #sortiment .product-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    scroll-margin-top:76px !important;
  }

  #sortiment .product-tile{
    min-height:128px !important;
    height:auto !important;
    display:grid !important;
    grid-template-columns:104px minmax(0,1fr) !important;
    grid-template-areas:
      "visual content"
      "visual line" !important;
    gap:0 14px !important;
    padding:12px !important;
    overflow:hidden !important;
  }

  #sortiment .tile-visual{
    grid-area:visual !important;
    height:104px !important;
    margin:0 !important;
    border-radius:7px !important;
  }

  #sortiment .tile-content{
    grid-area:content !important;
    padding:2px 0 0 0 !important;
    min-width:0 !important;
  }

  #sortiment .product-tile b{
    display:block !important;
    font-size:17px !important;
    line-height:1.1 !important;
    margin-top:4px !important;
  }

  #sortiment .product-tile p{
    font-size:13px !important;
    line-height:1.32 !important;
    margin-top:6px !important;
  }

  #sortiment .tile-code{
    font-size:10px !important;
    letter-spacing:.10em !important;
  }

  #sortiment .product-tile .tile-line{
    grid-area:line !important;
    width:30px !important;
    height:3px !important;
    margin:8px 0 0 0 !important;
  }
}

@media(max-width:420px){
  #sortiment .product-tile{
    grid-template-columns:88px minmax(0,1fr) !important;
    min-height:116px !important;
    gap:0 12px !important;
    padding:10px !important;
  }

  #sortiment .tile-visual{
    height:88px !important;
  }

  #sortiment .product-tile b{
    font-size:16px !important;
  }

  #sortiment .product-tile p{
    font-size:12.5px !important;
  }
}

/* =========================================================
   FIX HERO SLIDER – pevná výška, vertikálne centrovanie
   - desktop: hero má stabilnú výšku 850px
   - text aj obrázok sú centrované vertikálne
   - zmena slidu už nehýbe celým hero blokom
========================================================= */
.hero{
  max-width:none !important;
  margin:0 !important;
  padding:0 var(--pad) 138px !important;
  background:linear-gradient(135deg,#2f63ef 0%,#1c45b7 58%,#193b9c 100%) !important;
  color:#fff !important;
  position:relative !important;
  overflow:hidden !important;
  height:850px !important;
  min-height:850px !important;
}

.hero-frame{
  max-width:var(--max) !important;
  margin:0 auto !important;
  background:transparent !important;
  border:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.82fr) !important;
  gap:38px !important;
  position:relative !important;
  z-index:1 !important;
  height:100% !important;
  align-items:center !important;
}

.hero-copy{
  min-width:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-height:0 !important;
  height:100% !important;
  overflow:visible !important;
}

.hero-visual{
  background:transparent !important;
  border:0 !important;
  position:relative !important;
  height:100% !important;
  min-height:0 !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center !important;
}

.hero-img{
  position:absolute !important;
  right:0 !important;
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  width:92% !important;
  height:78% !important;
  object-fit:contain !important;
  object-position:center right !important;
  z-index:1 !important;
  filter:drop-shadow(0 24px 44px rgba(6,22,76,.24)) !important;
  transition:opacity .25s ease !important;
}

.slide-nav{
  position:absolute !important;
  right:0 !important;
  bottom:70px !important;
  display:flex !important;
  gap:8px !important;
  z-index:3 !important;
}

.slide-index{
  position:absolute !important;
  left:0 !important;
  bottom:66px !important;
  color:#dbe7ff !important;
  font-size:12px !important;
  font-weight:850 !important;
  letter-spacing:.14em !important;
  z-index:3 !important;
}

@media(max-width:1100px){
  .hero{
    height:auto !important;
    min-height:0 !important;
    padding:42px var(--pad) 110px !important;
  }

  .hero-frame{
    height:auto !important;
    grid-template-columns:1fr !important;
    align-items:start !important;
  }

  .hero-copy{
    height:auto !important;
    min-height:auto !important;
  }

  .hero-visual{
    height:360px !important;
    min-height:360px !important;
	    overflow:hidden;
    border-radius:10px;
  }
 
  .hero-img{
    top:50% !important;
    right:5% !important;
    width:80% !important;
    height:100% !important;
    transform:translateY(-50%) !important;
  }

  .slide-nav{
    right:0 !important;
    bottom:-28px !important;
  }

  .slide-index{
    left:0 !important;
    bottom:-30px !important;
  }
}

@media(max-width:720px){
  .hero{
    height:auto !important;
    min-height:0 !important;
    padding:42px var(--pad) 110px !important;
  }

  .hero-frame{
    height:auto !important;
  }

  .hero-visual{
    height:255px !important;
    min-height:255px !important;
  }

  .hero-img{
    width:100% !important;
    right:-8% !important;
    height:100% !important;
  }
}

/* =========================================================
   HERO FINAL – 1180 CONTENT + 1920 ARTBOARD
   - .hero-frame = klasický obsahový container 1180px
   - .hero-artboard = samostatný bannerový priestor max 1920px
   - do 1920px ide vizuál po pravý okraj obrazovky
   - nad 1920px ostáva vizuál v 1920px artboarde, takže na 4K neodletí
   - slider UI je mimo obrázka, neotáča sa
   - mobil/tablet: normálny obrázok pod textom
========================================================= */

.homepage2026 .hero{
  height:760px !important;
  min-height:760px !important;
  padding:0 var(--pad) !important;
  overflow:hidden !important;
  position:relative !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 32% 46%, rgba(52,104,255,.28) 0%, rgba(52,104,255,0) 34%),
    linear-gradient(135deg,#0b318f 0%,#1649c4 48%,#143b9e 100%) !important;
}

.homepage2026 .hero:before{
  left:-86px !important;
  top:58px !important;
  width:178px !important;
  height:178px !important;
  border-radius:38px !important;
  background:rgba(255,255,255,.055) !important;
  transform:rotate(34deg) !important;
}

.homepage2026 .hero:after{
  right:-80px !important;
  top:92px !important;
  width:420px !important;
  height:170px !important;
  border-top:1px solid rgba(255,255,255,.20) !important;
  border-bottom:1px solid rgba(255,255,255,.075) !important;
  transform:rotate(-24deg) !important;
}

/* Textový container – toto je normálny webový obsah, nie artwork. */
.homepage2026 .hero-frame{
  max-width:var(--max) !important;
  height:100% !important;
  margin:0 auto !important;
  position:relative !important;
  display:block !important;
  z-index:10 !important;
  overflow:visible !important;
}

.homepage2026 .hero-copy{
  width:min(610px,48vw) !important;
  height:100% !important;
  min-height:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  position:relative !important;
  z-index:20 !important;
  padding:0 !important;
}

.homepage2026 .eyebrow{
  color:#9bdcff !important;
  letter-spacing:.16em !important;
}

.homepage2026 .slide-title{
  max-width:610px !important;
  font-size:clamp(44px,4.7vw,64px) !important;
  line-height:1.04 !important;
  letter-spacing:-.055em !important;
  margin:16px 0 20px !important;
}

.homepage2026 .slide-lead{
  max-width:620px !important;
  color:#dce9ff !important;
  font-size:17px !important;
  line-height:1.65 !important;
  margin-bottom:30px !important;
}

/* Bannerový artboard – toto rieši 1920 vs 4K.
   Na obrazovkách do 1920px má šírku viewportu.
   Nad 1920px ostáva centrovaný max 1920px. */
.homepage2026 .hero-artboard{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  max-width:1920px !important;
  margin:0 auto !important;
  overflow:hidden !important;
  z-index:2 !important;
  pointer-events:none !important;
}

/* Pravý vizuálny priestor v rámci 1920 artboardu. */
.homepage2026 .hero-visual{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:50.5% !important;
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
  z-index:2 !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  clip-path:none !important;
  transform:none !important;
  box-shadow:none !important;
  filter:none !important;
}

.homepage2026 .hero-visual::before,
.homepage2026 .hero-visual::after{
  content:none !important;
  display:none !important;
}

/* Samotný shape – veľký rounded square otočený o 42°.
   Je zámerne väčší a zasunutý doprava, artboard ho oreže.
   Takto nie je prázdna medzera vpravo a na 4K neuteká mimo kompozície. */
.homepage2026 .hero-photo{
  position:absolute !important;
  top:50% !important;
  right:-330px !important;
  width:1000px !important;
  height:1000px !important;
  overflow:hidden !important;
  z-index:1 !important;
  background:#092766 !important;
  border-radius:92px !important;
  transform:translateY(-50%) rotate(42deg) translateZ(0) !important;
  transform-origin:center center !important;
  box-shadow:none !important;
}

.homepage2026 .hero-photo::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,rgba(8,34,104,.44) 0%,rgba(8,34,104,.18) 30%,rgba(8,34,104,.03) 58%,rgba(8,34,104,.10) 100%),
    linear-gradient(180deg,rgba(5,18,70,.06),rgba(5,18,70,.18)) !important;
}

.homepage2026 .hero-photo .hero-img{
  position:absolute !important;
  top:-24% !important;
  left:-24% !important;
  width:148% !important;
  height:148% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:rotate(-42deg) scale(1.03) !important;
  transform-origin:center center !important;
  filter:saturate(1.02) contrast(1.03) brightness(.94) !important;
  transition:opacity .28s ease !important;
  z-index:1 !important;
}

.homepage2026 .hero-img.is-changing{
  opacity:.22 !important;
}

/* Slider UI je v .hero-frame, teda pri texte. Neotáča sa a nie je súčasťou fotky. */
.homepage2026 .slider-ui{
  position:absolute !important;
  left:0 !important;
  bottom:66px !important;
  z-index:30 !important;
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  transform:none !important;
}

.homepage2026 .slide-index{
  position:static !important;
  color:#ffffff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.14em !important;
  transform:none !important;
}

.homepage2026 .slide-nav{
  position:static !important;
  display:flex !important;
  gap:8px !important;
  z-index:30 !important;
  transform:none !important;
}

.homepage2026 .slide-dot{
  width:34px !important;
  height:3px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:6px !important;
  background:rgba(255,255,255,.34) !important;
  cursor:pointer !important;
}

.homepage2026 .slide-dot.active{
  background:#7ee0ff !important;
}

.homepage2026 .hero-meta{
  display:none !important;
}

@media(min-width:1921px){
  .homepage2026 .hero{
    height:790px !important;
    min-height:790px !important;
  }

  .homepage2026 .hero-visual{
    left:50.5% !important;
  }

  .homepage2026 .hero-photo{
    width:1000px !important;
    height:1000px !important;
    right:-330px !important;
  }
}

@media(min-width:3000px){
  .homepage2026 .hero{
    height:820px !important;
    min-height:820px !important;
  }

  .homepage2026 .hero-photo{
    width:1040px !important;
    height:1040px !important;
    right:-350px !important;
  }
}

@media(max-width:1500px){
  .homepage2026 .hero-visual{
    left:51% !important;
  }

  .homepage2026 .hero-photo{
    width:940px !important;
    height:940px !important;
    right:-320px !important;
  }
}

@media(max-width:1300px){
  .homepage2026 .hero-copy{
    width:min(570px,49vw) !important;
  }

  .homepage2026 .hero-visual{
    left:51.5% !important;
  }

  .homepage2026 .hero-photo{
    width:890px !important;
    height:890px !important;
    right:-330px !important;
    border-radius:82px !important;
  }
}

@media(max-width:1100px){

  .homepage2026 .hero{
    height:auto !important;
    min-height:0 !important;
    padding:52px 96px 0 96px !important;
  }

  .homepage2026 .slide-title{
    max-width:80% !important;
    font-size:clamp(44px,4.7vw,64px) !important;
    line-height:1.04 !important;
    letter-spacing:-.055em !important;
    margin:16px 0 20px !important;
  }

  .homepage2026 .hero-frame{
    display:block !important;
    height:auto !important;
  }

  .homepage2026 .hero-copy{
    width:100% !important;
    height:auto !important;
  }

  .homepage2026 .hero-artboard{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    max-width:none !important;
    height:390px !important;
    min-height:390px !important;
    margin:30px 0 0 !important;
    overflow:visible !important;
    pointer-events:none !important;
  }

  .homepage2026 .hero-visual{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    overflow:visible !important;
    margin-top:20px !important;
  }

  .homepage2026 .hero-photo{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    border-radius:26px !important;
    transform:none !important;
  }

  .homepage2026 .hero-photo .hero-img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    transform:none !important;
    object-fit:cover !important;
    object-position:center right !important;
  }

  .homepage2026 .slider-ui{
    left:0 !important;
    bottom:-40px !important;
  }
}

@media(max-width:720px){
  .homepage2026 .hero{
       padding:52px var(--pad) 0px var(--pad) !important;
  }

  .homepage2026 .slide-title{
    font-size:38px !important;
  }

  .homepage2026 .slide-lead{
    font-size:16px !important;
  }

  .homepage2026 .hero-artboard{
    height:255px !important;
    min-height:255px !important;
  }

  .homepage2026 .hero-photo{
    border-radius:18px !important;
  }

  .homepage2026 .hero-photo .hero-img{
    object-position:center right !important;
  }

  .homepage2026 .slider-ui{
    bottom:-36px !important;
    gap:16px !important;
  }

  .homepage2026 .slide-dot{
    width:28px !important;
  }
}



 
.hero-photo::before{

    content:"";

    position:absolute;
    inset:0;

    clip-path:inherit;

    pointer-events:none;
    z-index:5;

    border:3px solid rgba(118,225,255,.88);

    opacity:1;

    filter:
      drop-shadow(0 0 4px rgba(118,225,255,1))
      drop-shadow(0 0 10px rgba(118,225,255,.95))
      drop-shadow(0 0 22px rgba(118,225,255,.65))
      drop-shadow(0 0 42px rgba(118,225,255,.35));
}

.hero-photo::after{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    left:-22px;
    top:50%;

    transform:translateY(-50%);

    border-radius:50%;

    background:
      radial-gradient(
        circle,
        rgba(120,225,255,.65) 0%,
        rgba(120,225,255,.22) 38%,
        rgba(120,225,255,0) 72%
      );

    filter:blur(12px);

    z-index:2;

    pointer-events:none;
}

.homepage2026 .hero-photo{
  overflow:hidden !important;

  border:2px solid rgba(120,225,255,.95) !important;

  box-shadow:
    0 0 4px rgba(120,225,255,1),
    0 0 12px rgba(120,225,255,.90),
    0 0 28px rgba(120,225,255,.55),
    0 0 58px rgba(120,225,255,.30),
    inset 0 0 34px rgba(120,225,255,.16) !important;
}



/* UNIKÁTNY FULL-WIDTH MODUL PRE ETA */
#mod-custom123{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-eta.webp") center right / cover no-repeat;
}

#mod-custom124{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-uriarte.webp") center right / cover no-repeat;
}

#mod-custom125{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-alfa.webp") center right / cover no-repeat;
}

#mod-custom126{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-flextec.webp") center right / cover no-repeat;
}

#mod-custom127{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/nvent.jpg") center right / cover no-repeat;
}

#mod-custom128{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-cosmotec.webp") center right / cover no-repeat;
}

#mod-custom129{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-fibox.webp") center right / cover no-repeat;
}

#mod-custom130{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-omnium.webp") center right / cover no-repeat;
}

#mod-custom131{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-legrand.webp") center right / cover no-repeat;
}

#mod-custom132{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-schrack.webp") center right / cover no-repeat;
}

#mod-custom133{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-tracon.webp") center right / cover no-repeat;
}

#mod-custom134{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-sez.webp") center right / cover no-repeat;
}

#mod-custom135{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-schneider.webp") center right / cover no-repeat;
}

#mod-custom137{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-greenlee.webp") center right / cover no-repeat;
}

#mod-custom138{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-finder.webp") center right / cover no-repeat;
}

#mod-custom139{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
   margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-relpol.webp") center right / cover no-repeat;
}

#mod-custom140{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
 margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-kiwa.webp") center right / cover no-repeat;
}

#mod-custom141{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
 margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-meanwell.webp") center right / cover no-repeat;
}

#mod-custom142{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
 margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-intercable.webp") center right / cover no-repeat;
}

#mod-custom147{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
 margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-ostatne.webp") center right / cover no-repeat;
}

#mod-custom148{
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
 margin-top: 80px;
  position:relative;
  background:
    radial-gradient(circle at 22% 42%, rgba(24,84,255,.22) 0%, rgba(24,84,255,.10) 22%, rgba(24,84,255,0) 42%),
    linear-gradient(90deg, rgba(2,10,28,.98) 0%, rgba(3,14,36,.96) 18%, rgba(6,22,54,.90) 36%, rgba(7,28,68,.72) 52%, rgba(7,28,68,.38) 68%, rgba(7,28,68,.10) 82%, rgba(7,28,68,0) 100%),
    url("/images/baner-scame.webp") center right / cover no-repeat;
}
  
/* SPOLOČNÝ VNÚTORNÝ OBSAH */
.obalbanersortiment{
  max-width:1200px;
  min-height:560px;
  margin:0 auto;
  padding:70px 40px;
  display:flex;
  align-items:center;
  position:relative;
}

.overlaybanersort,
.fotosortiment{
  display:none;
}

.popissortiment1{
  max-width:560px;
  position:relative;
  z-index:2;
}

.popissortiment1 h1{
  margin:0 0 26px;
  color:#fff;
  font-size:58px;
  line-height:.96;
  font-weight:900;
  letter-spacing:-.06em;
}

.popissortiment1 h1 span{
  color:#2f7cff;
  position:relative;
   margin-bottom:14px;
   font-size: 64px;
  padding-bottom:14px;
  display:inline-block;
}

.popissortiment1 p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:19px;
  line-height:1.65;
}

/* MOBILE */
@media(max-width:768px){
 #mod-custom123{--banner-img:url("/images/baner-eta.webp");}
  #mod-custom124{--banner-img:url("/images/baner-uriarte.webp");}
  #mod-custom125{--banner-img:url("/images/baner-alfa.webp");}
  #mod-custom126{--banner-img:url("/images/baner-flextec.webp");}
  #mod-custom127{--banner-img:url("/images/nvent.jpg");}
  #mod-custom128{--banner-img:url("/images/baner-cosmotec.webp");}
  #mod-custom129{--banner-img:url("/images/baner-fibox.webp");}
  #mod-custom130{--banner-img:url("/images/baner-omnium.webp");}
  #mod-custom131{--banner-img:url("/images/baner-legrand.webp");}
  #mod-custom132{--banner-img:url("/images/baner-schrack.webp");}
  #mod-custom133{--banner-img:url("/images/baner-tracon.webp");}
  #mod-custom134{--banner-img:url("/images/baner-sez.webp");}
  #mod-custom135{--banner-img:url("/images/baner-schneider.webp");}
  #mod-custom137{--banner-img:url("/images/baner-greenlee.webp");}
  #mod-custom138{--banner-img:url("/images/baner-finder.webp");}
  #mod-custom139{--banner-img:url("/images/baner-relpol.webp");}
  #mod-custom140{--banner-img:url("/images/baner-kiwa.webp");}
  #mod-custom141{--banner-img:url("/images/baner-meanwell.webp");}
  #mod-custom142{--banner-img:url("/images/baner-intercable.webp");}
  #mod-custom147{--banner-img:url("/images/baner-ostatne.webp");}
  #mod-custom148{--banner-img:url("/images/baner-scame.webp");}

  #mod-custom123,
  #mod-custom124,
  #mod-custom125,
  #mod-custom126,
  #mod-custom127,
  #mod-custom128,
  #mod-custom129,
  #mod-custom130,
  #mod-custom131,
  #mod-custom132,
  #mod-custom133,
  #mod-custom134,
  #mod-custom135,
  #mod-custom137,
  #mod-custom138,
  #mod-custom139,
  #mod-custom140,
  #mod-custom141,
  #mod-custom142,
  #mod-custom147,
  #mod-custom148{
    width:100%;
    margin-left:0;
    margin-top:50px;
    background:
      radial-gradient(circle at 50% 30%,
        rgba(45,105,255,.30) 0%,
        rgba(25,75,200,.18) 34%,
        rgba(5,18,43,0) 62%
      ),
      linear-gradient(180deg,
        rgba(8,28,72,.96) 0%,
        rgba(8,32,82,.90) 42%,
        rgba(8,32,82,.66) 66%,
        rgba(8,32,82,.34) 82%,
        rgba(8,32,82,.12) 100%
      ),
      var(--banner-img) center bottom / cover no-repeat;
  }

  .obalbanersortiment{
    min-height: 560px;
    padding:86px 24px 30px;
   align-items: center;
  }

  .popissortiment1 h1{
    font-size:40px;
    line-height:1.05;
  }

  .popissortiment1 p{
    font-size:16px;
    line-height:1.55;
  }
}

/* breadcrumb vložený vizuálne DO hero */
.moduletable._ine{
  width:100vw;
  margin-left:calc(50% - 50vw);
  top: 100px;
  margin-bottom:-58px;
 
position: absolute !important;
 
  z-index:5;
  background:transparent;
}

.moduletable._ine .mod-breadcrumbs__wrapper{
  max-width:calc(1200px - 40px);
  margin:0 auto;
  padding:22px 20px 0;
  float:none !important;
  background:none;
}

.moduletable._ine .mod-breadcrumbs{
  margin:0;
  padding:0;
  background:transparent;
}

.moduletable._ine .breadcrumb-item,
.moduletable._ine .breadcrumb-item a,
.moduletable._ine .breadcrumb-item.active span{
  color:rgba(255,255,255,.88);
  font-size:14px;
  font-weight:600;
}

.moduletable._ine .breadcrumb-item + .breadcrumb-item::before{
  color:rgba(255,255,255,.55);
}

.moduletable._ine .mod-breadcrumbs__divider{
  display:none;
}

/* hero dostane miesto hore pre breadcrumb */
#mod-custom123 .obalbanersortiment{
  padding-top:105px;
}

.zeko-footer {
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 98, 255, .18), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(0, 180, 255, .10), transparent 28%),
    linear-gradient(135deg, #030712 0%, #060b24 48%, #020617 100%);
  color: #fff;
  padding: 90px 20px 42px;
}

.zeko-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 72px;
}

.footer-cta h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.055em;
  color: #fff;
}

.footer-cta p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,.86);
}

.footer-main-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1267ff, #003cff);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 17px;
  padding: 18px 32px;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(0, 74, 255, .35);
}

.footer-main-btn span {
  font-size: 24px;
  line-height: 1;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 76px;
}

.footer-card {
  min-height: 170px;
  padding: 30px 28px;
  border-radius: 10px;
  border: 1px solid rgba(120, 145, 190, .35);
  background: rgba(5, 12, 35, .42);
  color: #fff;
  text-decoration: none;
  transition: .25s ease;
}

.footer-card:hover {
  border-color: rgba(0, 132, 255, .85);
  transform: translateY(-4px);
  background: rgba(8, 20, 55, .7);
}

.footer-icon {
  color: #0078ff;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 26px;
  text-shadow: 0 0 18px rgba(0, 110, 255, .75);
}

.footer-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 850;
}

.footer-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255,255,255,.92);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,.78);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:nth-child(2) {
  text-align: center;
}

.footer-bottom p:nth-child(3) {
  text-align: right;
}

@media (max-width: 900px) {
  .footer-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom p:nth-child(3) {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .zeko-footer {
    padding-top: 60px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-main-btn {
    
    justify-content: center;
  }
}

.zeko-brand-page {
  background: #eef4ff;
  padding: 90px 20px 120px;
  color: #071044;
  margin-top: 80px;
}

.zeko-brand-hero,
.zeko-brand-section {
  max-width: 1180px;
  margin: 0 auto;
}

.zeko-brand-hero {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 78px;
}

.zeko-kicker {
  grid-column: 1 / -1;
  margin-bottom: -48px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  color: #1557ff;
}

.zeko-brand-hero h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .92;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.zeko-brand-hero p {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: #46506e;
}

.zeko-brand-section {
  margin-top: 82px;
}

.zeko-section-title {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.zeko-section-title span {
  flex: 0 0 70px;
  padding-bottom: 12px;
  border-bottom: 3px solid #1557ff;
  color: #1557ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.zeko-section-title h2 {
  margin: -9px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.zeko-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.zeko-brand-card {
  min-height: 360px;
  background: #fff;
  border: 1px solid rgba(10, 45, 110, .08);
  border-radius: 8px;
  padding: 24px;
  color: #071044;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(22, 45, 90, .08);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.zeko-brand-card:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 87, 255, .42);
  box-shadow: 0 26px 55px rgba(22, 45, 90, .14);
}

.zeko-card-visual {
  position: relative;
  height: 138px;
  border-radius: 7px;
  margin-bottom: 28px;
  overflow: hidden;
  background: #dfe9fb;
}

 

.zeko-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zeko-card-logo-strip {
  height:70px;
  display:inline-flex;
  align-items:center;
  padding:0 18px;
 

  background:rgba(255,255,255,.58);
  backdrop-filter: blur(8px);

  border:1px solid rgba(21,87,255,.13);
  border-radius:8px;
}

.zeko-card-logo {
  max-width: 185px;
  max-height: 68px;
  object-fit: contain;
   mix-blend-mode: multiply;
}
.zeko-brand-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.zeko-brand-card p {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
  color: #4d5570;
}

.zeko-brand-card span {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(21,87,255,.18);
  color: #1557ff;
  font-size: 14px;
  font-weight: 900;
}

.zeko-brand-card span::after {
  content: " →";
}

@media (max-width: 980px) {
  .zeko-brand-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zeko-kicker {
    margin-bottom: 0;
  }

  .zeko-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .zeko-brand-page {
    padding: 60px 16px 80px;
  }

  .zeko-section-title {
    display: block;
  }

  .zeko-section-title span {
    display: inline-block;
    margin-bottom: 18px;
  }

  .zeko-section-title h2 {
    margin: 0;
  }

  .zeko-brand-grid {
    grid-template-columns: 1fr;
  }

  .zeko-brand-card {
    min-height: 340px;
  }
}

.zeko-contact-page {
  background: #eef4ff;
  padding: 90px 20px 120px;
  color: #071044;
  margin-top: 80px;
}

.zeko-contact-hero,
.zeko-contact-grid,
.zeko-register-note,
.zeko-contact-section-title,
.zeko-contact-cta {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.zeko-contact-hero {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}

.zeko-kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  color: #1557ff;
  margin-bottom: 14px;
}

.zeko-contact-hero h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .92;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.zeko-contact-hero p {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: #46506e;
}

.zeko-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.zeko-contact-grid-main {
  margin-top: 36px;
}

.zeko-contact-card,
.zeko-person-card {
  background: #fff;
  border: 1px solid rgba(10, 45, 110, .08);
  border-radius: 8px;
  padding: 28px;
  min-height: 220px;
  box-shadow: 0 18px 38px rgba(22, 45, 90, .08);
}

.zeko-contact-card span,
.zeko-person-card span {
  display: block;
  margin-bottom: 18px;
  color: #1557ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.zeko-contact-card h3,
.zeko-person-card h3 {
  margin: 0 0 18px;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.zeko-contact-card p,
.zeko-person-card p {
  margin: 0;
  color: #4d5570;
  font-size: 15px;
  line-height: 1.65;
}

.zeko-contact-card a,
.zeko-person-card a {
  color: #071044;
  font-weight: 800;
  text-decoration: none;
}

.zeko-contact-card a:hover,
.zeko-person-card a:hover {
  color: #1557ff;
}

.zeko-contact-card-blue {
  background:
    radial-gradient(circle at 85% 20%, rgba(60, 130, 255, .35), transparent 38%),
    linear-gradient(135deg, #071044, #0b1b66);
  color: #fff;
}

.zeko-contact-card-blue span,
.zeko-contact-card-blue h3,
.zeko-contact-card-blue p,
.zeko-contact-card-blue a {
  color: #fff !important;
}

.zeko-register-note {
  margin-top: 22px;
  background: rgba(255,255,255,.55);
  border-left: 3px solid #1557ff;
  padding: 18px 22px;
  color: #46506e;
  font-size: 14px;
  line-height: 1.55;
}

.zeko-contact-section-title {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: end;
  margin-top: 86px;
  margin-bottom: 28px;
}

.zeko-contact-section-title span {
  color: #1557ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 3px solid #1557ff;
  padding-bottom: 12px;
}

.zeko-contact-section-title h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.zeko-hours-card {
  background:
    linear-gradient(135deg, #fff, #f8fbff);
}

.zeko-qr-card img {
  display: block;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.zeko-person-card {
  position: relative;
  overflow: hidden;
}

.zeko-person-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(21,87,255,.12), rgba(21,87,255,0));
}

 

 
@media (max-width: 1050px) {
  .zeko-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zeko-contact-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .zeko-contact-page {
    padding: 60px 16px 80px;
  }

  .zeko-contact-grid {
    grid-template-columns: 1fr;
  }

  .zeko-contact-section-title {
    grid-template-columns: 1fr;
    gap: 16px;
  }

 


#akcie .product-grid{
  display:grid;
  grid-template-columns:repeat(1,minmax(0,1fr));
  gap:18px;
   align-items:stretch;
}

#akcie .product-tile{
  min-height:430px;
  height:auto;
  display:flex;
  flex-direction:column;
  padding:22px 22px 12px;
  margin:0;
  overflow:hidden;
}

#akcie .tile-arrow{
  margin-top:auto;
}
}
h2[id],
.anchor-offset {
  scroll-margin-top: 140px;
}
.zeko-sortiment-intro {
  margin: 20px 0 34px;
  padding: 18px 20px 20px;

  background: #ffffff;
  border: 1px solid rgba(31, 43, 90, 0.10);
  border-top: 3px solid #1f5eff;
  box-shadow: 0 10px 26px rgba(20, 38, 88, 0.06);
}
.zeko-sortiment-text {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.65;
  color: #26345d;
}

.zeko-sortiment-group {
  margin-top: 16px;
}

.zeko-sortiment-label {
  display: block;
  margin: 0 0 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f2b5a;
}

.zeko-type-chips,
.zeko-brand-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zeko-type-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 43, 90, 0.16);
  background: #f6f9ff;
  color: #1f2b5a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
}

.zeko-brand-buttons a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 13px;
  background: #1f2b5a;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  border-radius: 3px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.zeko-brand-buttons a:hover {
  background: #1f5eff;
  transform: translateY(-1px);
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .zeko-sortiment-intro {
    padding: 16px 14px 18px;
    margin-bottom: 26px;
  }

  .zeko-sortiment-text {
    font-size: 14px;
    line-height: 1.55;
  }

  .zeko-type-chips,
  .zeko-brand-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    overflow: visible;
    padding-bottom: 0;
  }

  .zeko-type-chips span {
    font-size: 12px;
    padding: 7px 10px;
    min-height: 30px;
    max-width: 100%;
    white-space: normal;
  }

  .zeko-brand-buttons a {
    font-size: 11px;
    padding: 8px 10px;
    min-height: 31px;
    max-width: 100%;
    white-space: normal;
  }
  .zeko-sortiment-intro {
  box-sizing: border-box;
  max-width: 100%;
}

.zeko-sortiment-intro * {
  box-sizing: border-box;
}
}
 
/* LIGHT HERO SLIDER FIX */
.homepage2026 .hero-photo::before,
.homepage2026 .hero-photo::after{
  display:none !important;
  content:none !important;
}

.homepage2026 .hero-photo{
  border:2px solid rgba(120,225,255,.70) !important;
  box-shadow:
    0 0 18px rgba(120,225,255,.22),
    inset 0 0 22px rgba(120,225,255,.10) !important;
  will-change:auto !important;
}

.homepage2026 .hero-photo .hero-img{
  filter:contrast(1.02) brightness(.95) !important;
  transition:opacity .18s ease !important;
  will-change:opacity !important;
}

.homepage2026.hero-is-changing .hero-img,
.homepage2026 .hero.hero-is-changing .hero-img{
  opacity:.28 !important;
}

.homepage2026 .hero,
.homepage2026 .hero-photo,
.homepage2026 .hero-img{
  backface-visibility:hidden;
}
 
