/* Nadpisy – Abril Fatface */
h1, h2, h3, .custom-hero__title, .uvitaci-products__title {
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
}

/* Texty – Playfair Display */
body, p, .custom-hero__lead, .custom-hero__icon span {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
#header .header-bottom {
  border-style:none;
}
.menu-item-709{
  background-color:#bfa891;
}
.top-navigation-menu a[href*="obchodni-podminky"],
.top-navigation-menu a[href*="podminky-ochrany-osobnich-udaju"] {
  display: none !important;
}
.navigation-in li a,
.navigation-in li strong,
.navigation-in li span {
  font-family: 'Playfair Display', serif !important;
  font-weight: 500; 
}
/* schová vyhledávací pole a tlačítko v hlavičce */
#header .js-search-input,
#header .search-button,
#header .search-input-icon {
  display: none !important;
}
#navigation.visible,
#navigation.fitted {
  background-color:#bfa891 !important;
}

#navigation.visible a,
#navigation.fitted a {
  color: #fff !important;
}

.menu-helper>span{
  color:#fff;
}
.content-wrapper {
    padding-top: 0px; 
}
/* pro desktop */
@media (min-width: 768px) {
  .header-top .container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    /* uprav si hodnotu podle potřeby */
    margin-left: -300px !important;
  }
}
.carousel-inner {
  min-height: 650px !important;
  height: 650px !important;
  overflow: hidden;
}

.carousel-inner .item img {
  max-height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .carousel-inner {
    min-height: 500px !important;
    height: 500px !important;
  }

  .carousel-inner .item img {
    max-height: 500px;
  }
}

@media (max-width: 480px) {
  .carousel-inner {
    min-height: 400px !important;
    height: 400px !important;
  }

  .carousel-inner .item img {
    max-height: 400px;
  }
}
.main-banner-text {
  width: fit-content !important;
  text-align: left !important;
}


.wide-carousel .extended-banner-texts {
  /* uprav odsazení od horní/levé hrany slideru */
  top: 55% !important;       /* vertikálně o něco níž */
  left: 55% !important;      /* vodorovně na cca 45% šířky */
  transform: translate(0, -50%) !important; /* jen vertikální shift */
}

/* — Nadpis — */
.wide-carousel .main-banner-text h1 {
  font-size: 6rem;   /* větší písmo */
  line-height: 1.1 !important;
  margin: 0 0 1rem !important;  /* menší mezera pod */
  text-align: left;
  color:#fff;
}

/* — Perex — */
.wide-carousel .main-banner-text p {
  font-size: 2.5rem; /* o něco větší */
  line-height: 1.4 !important;
  margin: 0 0 2rem !important;   /* větší mezera nad tlačítkem */
  text-align: left;
  color:#fff;
}

/* — Tlačítko — */
.wide-carousel .main-banner-text .btn-carousel {
  color:#fff;
  background-color: #9dc650;
  padding: .75rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border:none;
  transition: opacity 0.6s ease, transform 0.2s ease;
}

.wide-carousel .main-banner-text .btn-carousel:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  /* Centrovaný text nad obrázkem */
  .wide-carousel .main-banner-text {
    position: absolute !important;
    top: 15%     !important;         /* posuňte dolů dle potřeby */
    left: 50%    !important;
    transform: translate(-50%, 0) !important;
    width: 90%   !important;
    text-align: center !important;
    z-index: 2   !important;
    padding: 0 !important;
  }

  /* Nadpis */
  .wide-carousel .main-banner-text h1 {
    font-size: 2.4rem     !important;
    line-height: 1.2      !important;
    margin-bottom: 0.5em  !important;
    text-align: center;
  }

  /* Podnadpis / popis */
  .wide-carousel .main-banner-text p {
    font-size: 1.4rem      !important;
    line-height: 1.4     !important;
    margin-bottom: 1em   !important;
    text-align: center;
  }

  /* Tlačítko umístíme jako block pod text */
  .wide-carousel .main-banner-text .btn-carousel,
  .wide-carousel .main-banner-text .btn {
    display: block         !important;
    margin: 0 auto         !important;
    margin-top: 17rem      !important; /* mezera nad tlačítkem */
    width:50%;
  }
}


.id-1 #content-wrapper{
  width:100%;
}
.benefitBanner.position--benefitHomepage {
  position: relative;
  width: 100vw;              /* celé okno */
  left: 50%;                 /* posuňme počátek na střed rodiče */
  margin-left: -50vw;        /* vyrovnáme na levý okraj viewportu */
  margin-right: -50vw;       /* vyrovnáme na pravý okraj viewportu */
  max-width: none;           /* zrušíme případné omezení šířky */
  box-sizing: border-box;    /* padding se počítá dovnitř */
  padding: 1.5rem 0.5rem 0rem; 
  background-color: #bfa891; /* zachováme stávající pozadí */
  margin-top: 0;
  }
  .benefitBanner__title{
    color:#fff;
  }

  /* --- Jednotlivá položka:  */
  .benefitBanner__item {
    flex: 1 1 calc(20% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 140px;             
  }
  @media (max-width: 768px) {
  .benefitBanner.position--benefitHomepage {
    padding: 1rem 1rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .benefitBanner__item {
    flex: 1 1 calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    min-width: 120px;
  }

  img.benefitBanner__img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .custom-hero {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 550px;
    padding: 0 !important;
    overflow: hidden;
  }

  .custom-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  .custom-hero__text-wrapper {
    position: absolute;
    bottom: -1.5rem;
    right: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    color: white;
    text-align: left;
    width: 65%;
  }

  .custom-hero__title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    text-align: left;
    color: white;
    margin-bottom: 0.5rem;
  }

  .custom-hero__lead {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    text-align: left;
    color: white;
    margin-bottom: 1rem;
  }

  .custom-hero__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.6rem !important;
    margin-top: 1rem;
  }

 .custom-hero__icon img {
    width: 40px     !important;  
    height: auto    !important;
    margin-right: 0.5rem !important;
  }

  .custom-hero__icon {
    flex: 0 0 calc(50% - 2rem) !important;
    font-size: 0.8rem     !important;
    gap: 0.5rem           !important;
  }
  .custom-hero__icon span {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0;
  }
}

/* → UNIFIKACE VELIKOSTI IKON – nejpřímější selektor */
img.benefitBanner__img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

   /* mezera pod nadpisem */
.homepage-group-title.homepage-products-heading-2.h4 {
  margin-bottom: 1rem;
  font-family: "Abril Fatface", serif !important;
  font-weight: 400 !important;
}
header .site-name img {
  max-width: 100%;
  height: 40px;
  display: block;
}

/* odstavec pod nadpisem */
.our-philosophy__text {
  max-width: 800px;
  margin: 0 auto 1.5rem !important;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

/* wrapper pro tlačítko */
.our-philosophy__buttons {
  text-align: center;
  margin-bottom: 3rem;
}

/* tlačítko */
.our-philosophy__buttons .btn-default {
  color: #fff !important;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s;
}
.our-philosophy__buttons .btn-default:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* === HERO BLOK: text + 2×2 ikony */
.custom-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18rem 4rem 6rem;
  overflow: visible;

  /* fullscreen background */
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

/* nadpis a odstavec roztažené full-width v levé polovině */
.custom-hero__title,
.custom-hero__lead {
  flex: 0 0 100%;
  max-width: 65%;
  color: #fff;
  text-align: left;
  margin: 0 0 1rem;
}

/* nadpis větší a vypadající jako H2 */
.custom-hero__title {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* ikonky zabírají 45 % šířky vlevo a jsou pod textem */
.custom-hero__icons {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
}

/* každá ikonka 50 % z tohoto kontejneru = 2 sloupce */
.custom-hero__icon {
  flex: 1 1 calc(50% - 1.5rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* styl pro obrázek ikony a popisek */
.custom-hero__icon img {
  width: 20px !important;
  height: 30px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important
}
/* zmenší jen 4. ikonku (Silné vlasy a nehty) */
.custom-hero__icons .custom-hero__icon:nth-child(4) img {
  width: 16px !important;    /* zmenšená šířka */
  height: auto !important;   /* zachová poměr stran */
}
.custom-hero__icon span {
  color: #fff;
  font-size: 1.rem;
  line-height: 1.2;
  white-space: nowrap;
}

.custom-hero__text-wrapper {
  flex: 1 1 45%;         /* zabere ~45 % šířky celého hero */
  max-width: 800px;      /* nepříliš široké řádky */
  padding-left: 15rem;    /* odsazení od levého okraje */
}

/* ===== RESPONSIVNĚ POD 768px ===== */
@media (max-width: 768px) {
  .custom-hero {
    flex-direction: column;
    text-align: center;
    padding: 12rem 2rem !important;
  }
  .custom-hero__title,
  .custom-hero__lead,
  .custom-hero__icons {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
  .custom-hero__icons {
    justify-content: center;
    margin-top: 1.5rem;
  }
  .custom-hero__icon {
    flex: 1 1 45%;
    margin-bottom: 1rem;
  }
}

/* ———————————————————————————————
   MOBIL (do 480px)
   ——————————————————————————————— */
@media (max-width: 768px) {
  .custom-hero__text-wrapper {
    padding: 0 0 1.5rem !important;
    text-align: left !important;
  }

  .custom-hero__title,
  .custom-hero__lead {
    text-align: left !important;
    margin-left: 0 !important;
    color:#f5f5f5;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
  }

  .custom-hero__icons {
    justify-content: flex-start !important;
  }
}
.custom-hero {
  background: url('/user/documents/upload/Grafika/Home bannner.png') center/cover no-repeat;
}

@media (max-width: 768px) {
  .custom-hero {
    background-image: url('/user/documents/upload/Grafika/Banner mobil.png') !important;
  }
}

/* Kontejner a nadpis */
.uvitaci-products {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.uvitaci-products__title {
  font-size: 4.5rem;
  margin-bottom: 40px;
  font-family: 'Abril Fatface Regular', serif;
  color: #111;
}
.pagination-top .js-scroll-top,
.pagination-top a.js-scroll-top {
  background-color: #bfa891 !important;
  color: #fff !important;
  display: inline-block !important;
  text-decoration: none !important;
}
/* Seznam produktů */
.uvitaci-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uvitaci-product-item {
  width: calc(25% - 25px);
  max-width: 400px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform .3s, box-shadow .3s;
}
.uvitaci-product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

/* Image */
.uvitaci-product-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Popisky */
.uvitaci-product-item h3 {
  font-size: 1.3rem;
  margin: 16px;
  color: #222;
}
.uvitaci-product-item__stock {
  font-size: 1.3rem;
  color: #9dc650;
  margin: 0 16px 8px;
}
.uvitaci-product-item__price {
  font-size: 1.5rem;
  margin: 0 16px 16px;
  font-weight: 700;
  color: #111;
}

/* Tlačítko */
.uvitaci-product-item__btn {
  display: inline-block;
  margin: 0 16px 16px;
  padding: 10px 20px;
  background: #9dc650;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s;
}
.uvitaci-product-item__btn:hover {
  background: #9dc650;
}

/* Responsive */
@media (max-width: 1024px) {
  .uvitaci-product-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .uvitaci-product-item {
    width: 100%;
  }
}
.welcome-wrapper ul li:before{
  display:none;
}


.uvitaci-fullbanner {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  /* výška banneru – změníš podle poměru tvého obrázku */
  --banner-height: 400px;
  height: var(--banner-height);
}

.uvitaci-fullbanner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(0.85);
}

.uvitaci-fullbanner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  text-align: left;
  /* odsazení zleva pro přesunutí textu doprava */
  padding: 0 40px 0 160px;
  color: #fff;
  max-width: 1200px;
  margin: 0;
}

.uvitaci-fullbanner__content h2 {
  font-size: 5rem;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #fff;
}

.uvitaci-fullbanner__btn {
  display: inline-block;
  padding: 6px 15px;
  background: #9dc650;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  transition: background .2s ease, transform .2s ease;
  text-decoration: none;
}

.uvitaci-fullbanner__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color:#fff;
}

/* Responzivní */
@media (max-width: 1024px) {
  .uvitaci-fullbanner { --banner-height: 300px; }
  .uvitaci-fullbanner__content h2 { font-size: 2rem; }
  .uvitaci-fullbanner__content { padding: 0 20px 0 60px; }
}
@media (max-width: 600px) {
  .uvitaci-fullbanner { --banner-height: 220px; }
  .uvitaci-fullbanner__content h2 { font-size: 2.3rem; }
  .uvitaci-fullbanner__content { padding: 0 15px; }
}

#footer {
    color: white;
    background-color:#bfa891 ;
}

#footer h4,
#footer a {
    color: white;
}

.footer-bottom{
    background: #bfa891;
    color: white;
}

.uvitaci-fullbanner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

footer#footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.welcome-wrapper{
  padding-bottom:0px !important;
}
button.btn.btn-cart.add-to-cart-button {
  color: #fff !important;
}

@media (max-width: 768px) {
.welcome-wrapper{
  margin-bottom:0px!important;
}
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.pagination-loader .load-products.btn.btn-default.unveil-button {
  color: #fff !important;
}
 .section-ingredients {
  width: 100%;
  background: #fff;
  padding: 2rem 0;
  box-sizing: border-box;
}
.section-ingredients__title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}
.section-ingredients__slider {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.section-ingredients__track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.section-ingredients__item {
  flex: 1;
  max-width: 20%;
  text-align: center;
}
.section-ingredients__item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  display: block;
}
.section-ingredients__item h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.section-ingredients__item p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #555;
  margin: 0;
}
.section-ingredients__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.section-ingredients__nav--prev { left: 1rem; }
.section-ingredients__nav--next { right: 1rem; }

/* Responzivita */
@media (max-width: 768px) {
  .section-ingredients__track { gap: 1rem; }
  .section-ingredients__item { max-width: 45%; }
  .section-ingredients__item img { width: 80px; height: 80px; }
}


/* =======================================
   2) Benefity & obrázek (Akordeon)
   ======================================= */
.section-benefits {
  width: 100%;
  padding: 2rem 0;
  background: #fff;
}
.section-benefits__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-benefits__left{
  flex: 1 1 60%;
}
.section-benefits__right {
  flex: 1 1 40%;
}
.section-benefits__right {
  display: flex;
  justify-content: center;
  margin-top: 0; /* reset pro desktop */
}
.section-benefits__right img {
  max-width: 60%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
  object-fit: cover;
}

/* Accordion */
.section-benefits__accordion-wrapper {
  margin-bottom: 1rem;
}
.section-benefits__accordion {
  width: 110%;
  background-color: #bfa891;
  color: #fff;
  border: none;
  font-size: 2rem;
  font-family: 'Abril Fatface', serif;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
.section-benefits__accordion::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.section-benefits__accordion.is-open {
  border-radius: 2rem 2rem 0 0;
}
.section-benefits__accordion.is-open::after {
  content: '–';
}
.section-benefits__content {
  background-color: #bfa891;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 0 0 2rem 2rem;
  width: 110%;
}
.section-benefits__content ul,
.section-benefits__content p {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
}
.section-benefits__content ul {
  list-style: none;
  margin-top: 0.5rem;
}
.section-benefits__content ul li {
  margin-bottom: 0.5rem;
}

/* =======================================
   3) Prémiová kvalita
   ======================================= */
.section-premium {
  position: relative;
  width: 100%;
  border-radius:1.5rem;
  background: #bfa891;   /* zachovej své pozadí */
  box-sizing: border-box;
  max-width:1200px;
  align-items:center;
}

/* 2) Omez jakékoli max-width na inner, aby taky šlo 100% */
.section-premium__inner {
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
  
}

/* 3) Vynutíme, aby obrázek byl vlevo a text napravo */
.section-premium__image {
  flex: 1 1 50%;        /* zabere 50 % */
  max-width: 50%;       /* a nepřesáhne polovinu */
  overflow: hidden;     /* obřízne přesahy */
}
.section-premium__content {
  flex: 1 1 10%;
  color: #fff;
}
.section-premium__image img {
  width: 100%;          /* vyplní šířku rodiče */
  height: 100%;         /* natáhne se na 100 % výšky rodiče */
  object-fit: cover;    /* ořízne a zachová proporce */
  display: block;
  border-radius: 1.5rem;/* zachová rohy, pokud je má rodič */
}
.section-premium__table th,
.section-premium__table td {
  border: 1px solid rgba(255,255,255,0.6);
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  width:45%;
}
.section-premium__table th {
  background: rgba(255,255,255,0.2);
  font-weight: 600;
}
.section-premium__content h2 {
  font-family: 'Abril Fatface', serif;
  color: #fff;                       
  font-size: 2.5rem;                  
  margin-bottom: 1rem;  /* dolní mezera */
  padding-top:30px;
}
.section-premium__image {
  flex: 1;
  overflow: hidden;  /* nutné, aby se obrázek ořezal dle rádiusu */
}
/* nejdřív resetneme původní width na všech buňkách */
.section-premium__table th,
.section-premium__table td {
  width: auto !important;
}

/* a teď zúžíme druhý sloupec */
.section-premium__table th:nth-child(2),
.section-premium__table td:nth-child(2) {
  width: 35% !important;
}

/* Responzivita */
/* ===== Responsivní styl pro mobil (≤768px) ===== */
@media (max-width: 768px) {

  /* 1) Ingredients – slider */
  .section-ingredients__track {
    /* zobrazovat jen dva naráz místo čtyř */
    justify-content: flex-start;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .section-ingredients__item {
    flex: 0 0 45%;
    max-width: 45%;
    scroll-snap-align: start;
  }
  .section-ingredients__nav {
    display: none;
  }

  /* 2) Benefits – akordeon pod sebou */
  .section-benefits__row {
    flex-direction: column;
  }
  .section-benefits__right {
    margin-top: 1rem;
  }

  /* 3) Premium – celý blok pod sebou */
  .section-premium__inner {
    flex-direction: column;
    padding-left: 1rem;   /* můžete upravit odsazení */
    padding-right: 1rem;
  }
  .section-premium__image,
  .section-premium__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-premium__image {
    margin-bottom: 1rem;
    border-radius: 1.5rem; /* zaoblit obě strany */
  }
  .section-premium__content {
    padding: 0;
    text-align: center;
  }
  .section-premium__benefits {
    justify-content: center;
  }
  .section-premium__table {
    font-size: 0.8rem;
  }

  /* 4) Aplikace krok za krokem */
  .aplikace-kroky {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .aplikace-krok {
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
  }
  .aplikace-krok img {
    width: 80px;
    height: 80px;
  }

  /* 5) Overall padding/margins */
  section {
    padding: 1.5rem 0;
  }
  .section-ingredients, .section-benefits, .section-premium, .uvitaci-fullbanner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 6) Uvítací produkty */
  .uvitaci-products__list {
    flex-direction: column;
    gap: 1rem;
  }
  .uvitaci-product-item {
    width: 100%;
  }

  /* 7) Full banner */
  .uvitaci-fullbanner__content {
    padding: 1rem !important;
    text-align: left;
  }
  .uvitaci-fullbanner__content h2 {
    font-size: 2rem !important;
  }
}
/* === Hero sekce === */
.alna-onas-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.alna-onas-hero__image {
  flex: 1 1 100px;
}

.alna-onas-hero__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.alna-onas-hero__text {
  flex: 1 1 450px;
}

.alna-onas-hero__text h1 {
  font-size: 4.2rem;
  margin-bottom: 1rem;
}

.alna-onas-hero__text h2 {
  font-size: 2.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* === Filozofie sekce === */
.alna-onas-filozofie {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 40px;
  align-items: stretch; /* <- ZAROVNÁ výšku obou bloků */
}

.alna-onas-filozofie__text {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alna-onas-filozofie__text h2 {
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
.alna-onas-filozofie__text h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.alna-onas-filozofie__text ul {
  margin-bottom: 1rem;
}

.alna-onas-filozofie__text li {
  margin-bottom: 0.4rem;
}

.alna-onas-filozofie__image {
  flex: 1 1 400px;
  display: flex;
}

.alna-onas-filozofie__image img {
  width: 100%;
  height: 95%;
  object-fit: cover; /* Zachová poměry a ořízne přesně do bloku */
  border-radius: 8px;
}

@media (max-width: 768px) {
  .alna-onas-filozofie {
    flex-direction: column;
  }

  .alna-onas-filozofie__text,
  .alna-onas-filozofie__image {
    flex: 1 1 100%;
  }

  .alna-onas-filozofie__image {
    max-height: 300px;
    overflow: hidden;
  }

  .alna-onas-filozofie__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .alna-onas-filozofie__text h2 {
    font-size: 2rem;
  }

  .alna-onas-filozofie__text h3 {
    font-size: 1.4rem;
  }
}

a.social-icon {
    background-color: #bfa891 !important;
    color: #fff
}
    
