@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


/* nectvercove obrazky
.swiper-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px; 
}

.navigation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper {
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  height: 300px;
}

.swiper-slide-active {
  transform: scale(1.1);
  transition: transform 0.3s;
}

.swiper-button-next,
.swiper-button-prev {
  position: static; 
  margin: 0;
  width: 40px;
  height: 40px;
  color: #333;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}


.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

*/


.swiper-container {
  position: relative;
  width: 100%;
 
  padding: 20px 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.navigation-wrapper {
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper {
  width: 100%;
  
  margin: 0 auto;
}

.swiper-slide {
  width: 380px !important;
  height: 440px !important;
  overflow: hidden;
  display: flex;
  height: auto;
 
}

.swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* Nové styly pro obrázek */


/* Zbytek CSS zůstává stejný */
.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  color: #000;
  background: #fdcc0e;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination {
    display: none !important;
}



/* TasteLab */

.slide-box {
    border-radius: 40px;
    background: #F9F6ED;
    padding: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-height: 360px;
   
}
.swiper-container h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
}


.swiper-slide h2 {
    font-size: 100px;
    color: #242529;
    padding: 0px 0px;
}

.slide-head h3 {
    font-size: 50px;
    color: #242529;
    width: 70%;
    min-height: 180px;
}

.slide-head picture {   
    width: 28%;
}

.slide-head img {   
    width: 100%;
}


.btn-primary {
    border-radius: 20px;
    color:#242529;
    padding: 12px 50px;
    background:#D0DA4E;  
    border:none;
    box-sizing: border-box;
    line-height: 30px;   
    margin-top: 9px;
    text-align: center;
    font-size: 18px;
    z-index: 500;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 10px;
    flex-shrink: 0;
    margin: 20px 0px;
    font-weight: 600;
}

.btn-primary:hover {
  background: #455201;
  color: #D0DA4E;
  cursor: pointer;
  transition-duration: .2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}



.btn-hiden {
    border-radius: 20px;
    color:#242529;
    padding: 12px 50px;
    background:#D0DA4E;  
    border:none;
    box-sizing: border-box;
    line-height: 30px;   
    margin-top: 9px;
    text-align: center;
    font-size: 18px;
    z-index: 500;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 10px;
    flex-shrink: 0;
    margin: 20px 0px;
    font-weight: 600;
}



@media (max-width: 1900px) {
    .swiper-slide h2 { font-size: 90px; }
    
}

@media (max-width: 1200px) {
   .slide-head h3 {font-size: 45px;min-height: 140px;} 
}

@media (max-width: 900px) {
   .slide-box, .swiper-slide  { width: 360px !important;}
   
}
