/* LUAMÉ - benefit sekcia */
.luame-benefits-section {
  background: #faf8f5 !important;
  padding: 90px 20px !important;
}

.luame-benefits-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.luame-eyebrow {
  font-size: 13px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #9a7a67 !important;
  margin-bottom: 14px !important;
  font-weight: 600 !important;
}

.luame-benefits-title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #2c2420 !important;
  margin: 0 0 50px !important;
}

.luame-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

.luame-benefit-card {
  background: #ffffff !important;
  border: 1px solid rgba(78, 60, 50, 0.16) !important;
  padding: 34px 28px 32px !important;
  min-height: 230px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  transition: all 0.28s ease !important;
}

.luame-benefit-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 45px rgba(50, 35, 25, 0.08) !important;
  border-color: rgba(78, 60, 50, 0.35) !important;
}

.luame-benefit-icon {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(78, 60, 50, 0.28) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 22px !important;
  color: #8c6a55 !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.luame-benefit-card h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  color: #2c2420 !important;
  margin: 0 0 14px !important;
}

.luame-benefit-card p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #6d625d !important;
  margin: 0 !important;
  max-width: 295px !important;
}

@media (max-width: 991px) {
  .luame-benefits-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .luame-benefits-section {
    padding: 70px 18px !important;
  }
}

@media (max-width: 575px) {
  .luame-benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .luame-benefits-title {
    font-size: 42px !important;
    margin-bottom: 34px !important;
  }

  .luame-benefit-card {
    padding: 28px 22px !important;
    min-height: auto !important;
  }

  .luame-benefit-card h3 {
    font-size: 22px !important;
  }
}








/* LUAMÉ - kategórie full width pozadie */
.luame-category-section {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #faf8f5 !important;
  padding: 100px 20px !important;
}

.luame-category-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
}







/* LUAMÉ - skryť pôvodný newsletter vo footeri */
footer#footer .ps-emailsubscription-block,
#footer .ps-emailsubscription-block,
#footer-container-main .ps-emailsubscription-block,
#footer form[action*="iqitemailsubscriptionconf"],
#footer .newsletter-input-group,
#footer .ps-emailsubscription-conditions {
  display: none !important;
}




/* LUAMÉ - zmenšiť medzeru vo footeri po skrytí newslettera */
#footer-container-main > .container {
  padding-top: 35px !important;
}

#footer {
  margin-top: 0 !important;
}











/* ================================
   LUAMÉ – krajší footer
================================ */

/* celý footer */
#footer {
  background: #faf8f5 !important;
  border-top: 1px solid rgba(78, 60, 50, 0.10) !important;
  margin-top: 0 !important;
}

/* hlavný footer kontajner */
#footer-container-main {
  background: #faf8f5 !important;
  padding: 70px 20px 55px !important;
}

/* vnútorné zarovnanie */
#footer-container-main > .container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
  border-top: none !important;
}

/* stĺpce */
#footer .row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 70px !important;
}

/* nadpisy */
#footer h5,
#footer .block-title,
#footer .title_block {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: #2c2420 !important;
  margin-bottom: 26px !important;
}

/* text */
#footer,
#footer p,
#footer li,
#footer span,
#footer div {
  color: #6d625d !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* odkazy */
#footer a {
  color: #6d625d !important;
  text-decoration: none !important;
  transition: all .25s ease !important;
}

#footer a:hover {
  color: #2c2420 !important;
  padding-left: 4px !important;
}

/* zoznam odkazov */
#footer ul {
  padding: 0 !important;
  margin: 0 !important;
}

#footer li {
  list-style: none !important;
  margin-bottom: 11px !important;
}

/* šípky pri odkazoch jemnejšie */
#footer li a:before,
#footer .links li a:before {
  color: #9a7a67 !important;
  opacity: .75 !important;
}

/* kontakt blok */
#footer .contact-rich,
#footer .block-contact,
#footer .iqitcontactpage,
#footer .contact-infos {
  color: #6d625d !important;
}

/* LUAMÉ s.r.o. zvýraznenie */
#footer strong,
#footer b {
  color: #2c2420 !important;
  font-weight: 700 !important;
}

/* ikonky kontaktu */
#footer i,
#footer .material-icons {
  color: #9a7a67 !important;
  margin-right: 10px !important;
}

/* spodná časť footeru */
#footer-copyrights,
#footer .footer-copyrights {
  background: #f4f0ec !important;
  border-top: 1px solid rgba(78, 60, 50, 0.08) !important;
  padding: 18px 20px !important;
  color: #8b817c !important;
  font-size: 13px !important;
}

/* ak je tam newsletter vo footeri a chceš ho skryť */
#footer .ps-emailsubscription-block,
#footer .block_newsletter,
#footer .newsletter-input-group {
  display: none !important;
}

/* odstrániť zbytočné veľké medzery */
#footer .col,
#footer [class*="col-"] {
  margin-bottom: 0 !important;
}

/* mobil */
@media (max-width: 991px) {
  #footer-container-main {
    padding: 55px 18px 45px !important;
  }

  #footer .row {
    display: block !important;
  }

  #footer [class*="col-"] {
    margin-bottom: 36px !important;
  }

  #footer h5,
  #footer .block-title,
  #footer .title_block {
    font-size: 22px !important;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 575px) {
  #footer-container-main {
    padding: 45px 16px 35px !important;
  }

  #footer,
  #footer p,
  #footer li,
  #footer span,
  #footer div {
    font-size: 14px !important;
  }
}