/* =========================================================
   LAHOME 2026 — NEWSLETTER + BRANDS + FOOTER
   PrestaShop 1.6
   Všechny styly jsou izolované pod unikátními wrappery.
   ========================================================= */

#lh-newsletter-2026,
#lh-newsletter-2026 *,
#lh-brands-2026,
#lh-brands-2026 *,
#lh-footer-2026,
#lh-footer-2026 * {
  box-sizing: border-box;
  font-family: "Jost", Arial, sans-serif !important;
}

/* Vnější plocha footeru zůstává čistě bílá. */
#lh-footer-2026 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3a2f28;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Zachová šířku standardního .container tématu – stejně jako bloky nad patičkou. */
#lh-footer-2026 > .container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff !important;
}

/* HOOK FOOTER je grid pouze pro vlastní footerové sloupce.
   Newsletter a značky vždy zabírají celý řádek. */
#lh-footer-2026 .footer {
  display: grid !important;
  grid-template-columns: 1.05fr 1.35fr .85fr 1.05fr 1.05fr;
  gap: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 34px !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

#lh-footer-2026 .footer > #lh-newsletter-2026,
#lh-footer-2026 .footer > #lh-brands-2026 {
  grid-column: 1 / -1 !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  position: relative !important;
  display: block !important;
}

#lh-footer-2026 .footer > #lh-newsletter-2026 {
  order: -20 !important;
}

#lh-footer-2026 .footer > #lh-brands-2026 {
  order: -10 !important;
}

#lh-footer-2026 .footer > .lhf-col {
  order: 10 !important;
}

/* =========================================================
   NEWSLETTER / „INSPIRACE DO VAŠÍ SCHRÁNKY“
   ========================================================= */

#lh-newsletter-2026 {
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* odstranění staré linky/pseudoprvku nad newsletterem */
#lh-newsletter-2026:before,
#lh-newsletter-2026:after,
#lh-newsletter-2026 .lh-newsletter-box:before {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

#lh-newsletter-2026 .lh-newsletter-box {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr);
  gap: 40px;
  align-items: center;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 32px 36px !important;
  background: #f5eee6 !important;
  border: 1px solid #eadfd5 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

#lh-newsletter-2026 .lh-newsletter-kicker {
  margin: 0 0 9px;
  color: #98715a;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#lh-newsletter-2026 .lh-newsletter-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #342820 !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

#lh-newsletter-2026 .lh-newsletter-text {
  margin: 0 0 15px !important;
  color: #6c5b4f !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

#lh-newsletter-2026 .lh-newsletter-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #746255;
  font-size: 13px;
}

#lh-newsletter-2026 .lh-newsletter-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e9dbcf;
  color: #89634b;
}

#lh-newsletter-2026 .lh-newsletter-formbox {
  padding: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(154,119,93,.18);
  border-radius: 14px;
}

#lh-newsletter-2026 .lh-newsletter-label {
  display: block;
  margin: 0 0 7px;
  color: #4a3a30;
  font-size: 13px;
  font-weight: 500;
}

#lh-newsletter-2026 .lh-newsletter-controls {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
}

#lh-newsletter-2026 .lh-newsletter-input {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #d9c8bb !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #342820 !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

#lh-newsletter-2026 .lh-newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 10px;
  background: #80604c !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

#lh-newsletter-2026 .lh-newsletter-button:hover {
  background: #6f503e !important;
  transform: translateY(-1px);
}

#lh-newsletter-2026 .lh-newsletter-consent {
  margin-top: 12px;
}

#lh-newsletter-2026 .lh-newsletter-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #756459;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
}

#lh-newsletter-2026 .lh-newsletter-consent-label input {
  margin: 2px 0 0 !important;
}

#lh-newsletter-2026 .lh-newsletter-consent a {
  color: #785844 !important;
  text-decoration: underline !important;
}

#lh-newsletter-2026 .lh-newsletter-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #e7dcd3;
  color: #887467;
  font-size: 12px;
}

/* =========================================================
   NAŠE ZNAČKY — STEJNÝ ŠIROKÝ PANEL JAKO NEWSLETTER
   ========================================================= */

#lh-brands-2026 {
  width: 100% !important;
  margin: 0 0 34px !important;
  padding: 0 !important;
  color: #342820;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#lh-brands-2026:before,
#lh-brands-2026:after {
  content: none !important;
  display: none !important;
}

#lh-brands-2026 .lhb-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 28px 30px 30px !important;
  background: #f5eee6 !important;
  border: 1px solid #eadfd5 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

#lh-brands-2026 .lhb-head {
  margin: 0 0 20px;
  text-align: center;
}

#lh-brands-2026 .lhb-head h4 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #342820 !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

#lh-brands-2026 .lhb-head h4:before,
#lh-brands-2026 .lhb-head h4:after {
  content: none !important;
  display: none !important;
}

#lh-brands-2026 .lhb-grid {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 12px;
  width: 100%;
}

#lh-brands-2026 .lhb-card {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 86px;
  padding: 14px 12px;
  background: rgba(255,255,255,.8) !important;
  border: 1px solid #e3d4c8 !important;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

#lh-brands-2026 .lhb-card:hover {
  transform: translateY(-2px);
  background: #fff !important;
  border-color: #d3bdaa !important;
}

#lh-brands-2026 .lhb-card img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 54px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
}

/* =========================================================
   VLASTNÍ SLOUPCE PATIČKY
   ========================================================= */

#lh-footer-2026 .lhf-main,
#lh-footer-2026 .lhf-widget,
#lh-footer-2026 .lhf-col {
  background: transparent !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

#lh-footer-2026 .lhf-col {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 24px !important;
  border-left: 1px solid #eadfd5 !important;
}

#lh-footer-2026 .lhf-col:first-of-type {
  padding-left: 0 !important;
  border-left: 0 !important;
}

#lh-footer-2026 .lhf-col:last-of-type {
  padding-right: 0 !important;
}

#lh-footer-2026 .lhf-widget h4,
#lh-footer-2026 .lhf-widget h4 a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #342820 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  text-decoration: none !important;
}

#lh-footer-2026 .lhf-widget h4:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 11px 0 17px;
  background: #b88661;
}

#lh-footer-2026 .lhf-lead,
#lh-footer-2026 .lhf-payment-note,
#lh-footer-2026 p,
#lh-footer-2026 li,
#lh-footer-2026 a,
#lh-footer-2026 span {
  font-family: "Jost", Arial, sans-serif !important;
}

#lh-footer-2026 .lhf-links,
#lh-footer-2026 .lhf-contact-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#lh-footer-2026 .lhf-links li,
#lh-footer-2026 .lhf-contact-list li {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}

#lh-footer-2026 .lhf-links a {
  color: #4f4138 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

#lh-footer-2026 .lhf-links a:hover,
#lh-footer-2026 .lhf-contact-list a:hover {
  color: #8a5e42 !important;
}

#lh-footer-2026 .lhf-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 19px;
}

#lh-footer-2026 .lhf-socials a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: #efe5dc !important;
}

#lh-footer-2026 .lhf-socials img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

#lh-footer-2026 .lhf-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4d4037 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

#lh-footer-2026 .lhf-contact-list a {
  color: #4d4037 !important;
  text-decoration: none !important;
}

/* starý blocksocial, pokud je zároveň zavěšen ve footer hooku */
#lh-footer-2026 #social_block,
#lh-footer-2026 #social_block + .clearfix {
  display: none !important;
}

/* =========================================================
   SPODNÍ ŘÁDEK — SÍDLO JE ÚPLNĚ ODSTRANĚNO Z HTML
   ========================================================= */

#lh-footer-2026 .lhf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 16px 0 18px;
  background: #fff !important;
  border-top: 1px solid #eee7e1;
}

#lh-footer-2026 .lhf-copy {
  margin: 0 !important;
  color: #746359 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

#lh-footer-2026 .lhf-backtop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #decfc2;
  border-radius: 50%;
  background: #fff !important;
}

#lh-footer-2026 .lhf-backtop img {
  display: block;
  max-width: 16px !important;
  max-height: 16px !important;
  margin: 0 !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {
  #lh-footer-2026 .footer {
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 32px;
  }

  #lh-footer-2026 .footer > #lh-newsletter-2026,
  #lh-footer-2026 .footer > #lh-brands-2026 {
    grid-column: 1 / -1 !important;
  }

  #lh-brands-2026 .lhb-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  #lh-footer-2026 .lhf-col {
    border-left: 0 !important;
    padding: 0 22px !important;
  }
}

/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {
  #lh-newsletter-2026 {
    margin-bottom: 14px !important;
  }

  #lh-newsletter-2026 .lh-newsletter-box {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 18px !important;
    border-radius: 12px !important;
  }

  #lh-newsletter-2026 .lh-newsletter-title {
    font-size: 25px !important;
  }

  #lh-newsletter-2026 .lh-newsletter-controls {
    grid-template-columns: 1fr;
  }

  #lh-newsletter-2026 .lh-newsletter-button {
    width: 100%;
  }

  #lh-brands-2026 {
    margin-bottom: 26px !important;
  }

  #lh-brands-2026 .lhb-inner {
    padding: 22px 14px 18px !important;
    border-radius: 12px !important;
  }

  #lh-brands-2026 .lhb-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
  }

  #lh-brands-2026 .lhb-card {
    height: 78px;
    padding: 12px 10px;
  }

  #lh-brands-2026 .lhb-card img {
    max-height: 46px !important;
  }

  #lh-footer-2026 .footer {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #lh-footer-2026 .footer > #lh-newsletter-2026,
  #lh-footer-2026 .footer > #lh-brands-2026 {
    grid-column: 1 / -1 !important;
  }

  #lh-footer-2026 .lhf-col,
  #lh-footer-2026 .lhf-col:first-of-type,
  #lh-footer-2026 .lhf-col:last-of-type {
    padding: 20px 0 !important;
    border-left: 0 !important;
    border-top: 1px solid #eadfd5 !important;
  }

  #lh-footer-2026 .lhf-bottom {
    min-height: 58px;
    padding: 14px 0 16px;
  }

  #lh-footer-2026 .lhf-copy {
    font-size: 12px !important;
  }
}
