html, body {
  overflow-x: hidden;
}
.body-banners > div {
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.welcome {
    background-color: transparent;
}
.h4.homepage-group-title  {
    color: white;
}
.btn.btn-secondary, a.btn.btn-secondary {
    border-color: #09AF4C;
    background-color: #09AF4C;
    color: white;
}
@media (max-width: 992px) {
  .footer-banners {
    display: flex;
    flex-direction: column;
    align-items: center; /* volitelné */
  }

  .footer-banners .footer-banner {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px; 
  }
}
@media (max-width: 992px) {
  .lescent-banner-wrapper img {
    max-width: 80% !important; 
  }
}
@media (max-width: 767px) {
    .carousel {
        margin: 0 -20px 50px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.homepage-box.welcome-wrapper {
    margin-top: 0px;
}
.benefitBanner__title {
    color: #fff;
}
/* SLIDER CAROUSEL */
.ls-slider-wrapper {
  position: relative;
  background: transparent;
  overflow: hidden;
  max-width: 100vw;
  margin: 0 auto;
}

.ls-slider-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}
.ls-slider-carousel::-webkit-scrollbar { display: none; }

.ls-slider-slide {
  /* default fallbacky */
  --btn:#d4af37;
  --btnHover:#b8942e;
  --glow:#000000;

  flex: 0 0 auto;
  width: 400px;
  height: 550px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: transform .3s ease, box-shadow .4s ease;
}
.ls-slider-slide:hover { transform: scale(1.03); box-shadow: 0 0 30px var(--glow); }

.ls-slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ls-slider-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent 80%);
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ls-slider-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ls-slider-overlay h3 {
  margin: 0;
  font-size: 20px;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.6), 0 2px 6px rgba(0,0,0,.35);
}

.ls-slider-overlay p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.6), 0 2px 6px rgba(0,0,0,.35);
}

.ls-slider-button {
  flex-shrink: 0;
  background-color: var(--btn);
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
  transition: background-color .2s ease;
}
.ls-slider-button:hover { background-color: var(--btnHover); }

.ls-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  width: 40px;
  height: 40px;
}
.ls-slider-arrow img { width: 100%; height: auto; display: block; }
.ls-slider-prev { left: 10px; z-index: 30; }
.ls-slider-next { right: 10px; z-index: 30; }

@media (max-width: 768px) {
  .ls-slider-slide { width: 90%; height: auto; }
  .ls-slider-carousel { padding: 0 20px; }
}
.carousel-indicators li.active {
display: none;}
.benefitBanner__picture img {
    mix-blend-mode: normal;
}
.benefitBanner__data {
        color: white;
    }
    .lescent-banner-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.lescent-banner-wrapper img {
    max-width: 35%;
    height: auto;
    display: inline-block;
}

/* Kategorie banner */
.lsban-kat-wrapper {
margin: 0 auto;
padding: 20px 0 10px;
}


.lsban-kat-title {
margin: 0 0 22px;
text-align: center;
font-weight: 800;
color: white;
font-size: clamp(22px, 2.6vw, 36px);
}


.lsban-kat-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
@media (max-width: 900px) {
.lsban-kat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px) {
.lsban-kat-grid { grid-template-columns: 1fr; }
}


.lsban-kat-tile {
position: relative;
isolation: isolate;
display: block;
overflow: hidden;
box-shadow: var(--lsban-kat-shadow);
background: #222;
width: 100%;
flex: 0 0 100%;
aspect-ratio: 948 / 764; /* požadovaný poměr stran */
transform: translateZ(0);
text-decoration: none;
}


.lsban-kat-img {
width: 100%;
height: 100%;
z-index: 0;
position: relative; 
object-fit: cover;
display: block;
transition: transform .35s ease;
}


.lsban-kat-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 2;
    padding: 3px 3px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background: rgb(0 0 0 / 55%);
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


.lsban-kat-tile:hover .lsban-kat-img,
.lsban-kat-tile:focus-visible .lsban-kat-img { transform: scale(1.05); }


.lsban-kat-tile:hover .lsban-kat-label,
.lsban-kat-tile:focus-visible .lsban-kat-label { background: var(--lsban-kat-overlay-hover); }


.banners-top-block {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
}

.banners-top-block .banner-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  width: 90% !important;
  max-width: 90% !important;
  flex: 0 0 100% !important;
}
.banners-top-block .banner,
.banners-top-block .banner img,
.banners-top-block .banner picture,
.banners-top-block .banner a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
/* slider videa */

.client-container.instagram-slider {
  background: transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 75vh;
  max-height: 850px;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.client-container.instagram-slider h2 {
  font-size: clamp(20px, 4vw, 36px); /* responsivní velikost nadpisu */
  text-align: center;
  color: #fff;
  font-family: 'Antonio', sans-serif;
  margin: 0 0 10px 0;
}

.client-carousel {
  justify-content: center; /* přidáno */
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
}

.client-carousel::-webkit-scrollbar {
  display: none;
}
.client-carousel {
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

.client-item {
  flex: 0 0 auto;
  width: auto;
  max-height: 100%;
  aspect-ratio: 9 / 16;
  margin: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.client-item:first-child {
  margin-left: 20px;
}
.client-item:last-child {
  margin-right: 20px;
}

.video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  background: #000;
}

.client-item.red {
  border: 5px solid #a81a17;
}
.client-item.black {
  border: 5px solid #000000;
}


.client-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-carousel-control img {
  width: 100%;
  height: auto;
  display: block;
}

.client-carousel-control-left {
  left: 10px;
  z-index: 30;
}

.client-carousel-control-right {
  right: 10px;
  z-index: 30;
}

/* Mobilní verze */
@media (max-width: 768px) {
  .client-item {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
  }
  .client-container.instagram-slider {
    height: auto;
    max-height: none;
    padding: 10px 0;
  }

  .client-carousel {
    height: auto;
  }

  .vyroba-custom {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.client-container h2 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Antonio', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
}
.video-preview {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  display: flex;
}

.video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 768px) {
  .play-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
video:fullscreen,
video:-webkit-full-screen {
  object-fit: contain !important;
  background: #000;
}
/* ZAPATI */
.ls-zapati-wrapper{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:0 auto;
  padding:20px;
  box-sizing:border-box;
}
.ls-zapati-banner{
  display:block;
  position:relative;
  overflow:hidden;
}
.ls-zapati-banner img{
  width:100% !important;
  max-width:100% !important;   /* přepíše šablonové limity */
  height:auto !important;
  display:block !important;
  transition:transform .35s ease;
}

/* Hover zvětšení */
.ls-zapati-banner:hover img,
.ls-zapati-banner:focus-visible img{ transform:scale(1.05); }

/* === Mobilní fixy – full width === */
@media (max-width: 768px){
  .ls-zapati-wrapper{
    grid-template-columns:1fr;
    gap:10px;
    padding:10px;
    width:100% !important;
  }
  .ls-zapati-wrapper .ls-zapati-banner{
    width:100% !important;
    margin:0 !important;
  }
  /* tvrdé přepsání případných globálních bannerových stylů šablony */
  .ls-zapati-wrapper img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }
}
/* O NAS */
.o-nas-banner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.o-nas-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.o-nas-text-box {
  position: absolute;
  top: -40px;
  max-width: 460px;
  padding: 0;
}

.o-nas-heading,
.external-fonts-loaded .o-nas-heading {  /* vyšší specificita, přebije globální h2 */
  font-family: 'Rubik One', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 400;            /* Rubik One má jednu „tučnou“ řezo-váhu */
  font-size: 28px;
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: 4px solid #A91716; /* změň na #fff, pokud chceš bílý rámeček */
  padding-bottom: 0;
  color: #fff;                 /* bílé písmo */
}

.o-nas-heading .in-img {
  vertical-align: middle;
  height: 26px;
  margin-bottom: 11px;
}

.o-nas-paragraph {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #fff !important; 
}

.o-nas-cta {
  font-weight: bold;
  font-size: 18px;
  color: #fff; /* Bílé písmo */
}

.o-nas-cta a {
  color: #fff; /* Bílé odkazy */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.o-nas-cta a img {
  width: 24px;
  height: 24px;
}

.o-nas-cta a:hover {
  text-decoration: underline;
  color: #fff; /* Při hoveru zůstane bílá */
}

/* Mobilní verze */
@media (max-width: 1024px) {
  .o-nas-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .o-nas-banner-img {
    content: url("/user/documents/upload/lescent_bannery/O_nas_mobil.png");
    position: static;
  }

  .o-nas-text-box {
    position: static;
    margin-bottom: -60px;
    text-align: left;
    max-width: 100%;
  }
}
