/* TABLET – hero vedle sebe jako na PC, větší fotka bez zbytečného místa */
@media (min-width: 768px) and (max-width: 991px) {

    .fl-hero {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    .fl-hero-left {
        width: 58% !important;
        flex: 0 0 58% !important;
    }

    .fl-hero-right {
        width: 42% !important;
        flex: 0 0 42% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        border-left: 1px solid rgba(0,0,0,.12) !important;
        border-top: 0 !important;
        background: #fff !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .fl-hero-right img,
    img.fl-img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
        margin: 0 auto !important;
    }
}

/* MOBIL – hero pod sebe, obrázek větší a bez zbytečného odsazení */
@media (max-width: 767px) {

    .fl-hero {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .fl-hero-left,
    .fl-hero-right {
        width: 100% !important;
    }

    .fl-hero-right {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: hidden !important;
        padding: 0 !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(0,0,0,.12) !important;
        text-align: center !important;
        background: #fff !important;
    }

    .fl-hero-right img,
    img.fl-img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
        margin: 0 auto !important;
    }
}
/* PC – produktová fotka jako velký čtvercový blok */
@media (min-width: 992px) {
  .fl-hero {
    display: flex !important;
    align-items: stretch !important;
  }

  .fl-hero-left {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .fl-hero-right {
    flex: 0 0 38% !important;
    width: 38% !important;
    min-width: 340px !important;
    max-width: 430px !important;

    aspect-ratio: 1 / 1 !important;
    align-self: center !important;

    padding: 0 !important;
    overflow: hidden !important;
    background: #f2f5f2 !important;
    border-left: 1px solid rgba(18,18,18,.12) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .fl-hero-right img,
  .fl-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }
}
/* bbílé pozadí při vyhledávání lupou
 SEARCH WHISPERER – bílé pozadí místo zeleného */
.searchWhisperer,
.searchWhisperer.active,
.searchWhisperer__additionalResults,
.searchWhisperer__additionalResults__list,
.searchWhisperer__additionalResults__list--article {
  background: #ffffff !important;
  color: #121212 !important;
}

/* Nadpis "Nalezeno v článcích" */
.searchWhisperer__additionalResults__heading,
.searchWhisperer__additionalResults__heading--article {
  background: #ffffff !important;
  color: #121212 !important;
  border: none !important;
}

/* Jednotlivé řádky výsledků */
.searchWhisperer__additionalResults__listItem {
  background: #ffffff !important;
  color: #121212 !important;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08) !important;
}

/* Odkazy ve výsledcích */
.searchWhisperer__additionalResults__link {
  color: #121212 !important;
  background: transparent !important;
  text-decoration: none !important;
}

/* Ikonka knihy */
.searchWhisperer__additionalResults__listItem i,
.searchWhisperer__additionalResults__listItem .icon-book {
  color: #5E6663 !important;
}

/* Hover stav */
.searchWhisperer__additionalResults__listItem:hover,
.searchWhisperer__additionalResults__listItem:hover a {
  background: #f6f8f6 !important;
  color: #121212 !important;
}

/* Kdyby Shoptet / šablona cpala zelenou přes pseudo prvky */
.searchWhisperer__additionalResults__heading::before,
.searchWhisperer__additionalResults__heading::after,
.searchWhisperer__additionalResults__listItem::before,
.searchWhisperer__additionalResults__listItem::after {
  background: transparent !important;
  color: inherit !important;
}

/* Skrytí automatického H1 článku od Shoptetu */
h1[itemprop="headline"][data-testid="textArticleTitle"] {
  display: none !important;
}
/* RUBRIKY – článkové karty jako čisté produktové obrázky */

/* najde kartu podle obrázku článku */
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: transparent !important;
    text-decoration: none !important;
}

/* obrázek */
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) .image,
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    filter: none !important;
}

/* schovat všechno kromě obrázku */
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) > *:not(.image) {
    display: none !important;
}

/* zrušit tmavé překryvy */
body:not(.type-post) a:has(img[src*="/user/articles/images/"])::before,
body:not(.type-post) a:has(img[src*="/user/articles/images/"])::after,
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) .image::before,
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) .image::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
}

/* hover – aby bylo poznat, že je to odkaz */
body:not(.type-post) a:has(img[src*="/user/articles/images/"]) {
    transition: transform .22s ease, box-shadow .22s ease, outline .22s ease;
}

body:not(.type-post) a:has(img[src*="/user/articles/images/"]):hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
    outline: 2px solid rgba(15, 92, 63, .55);
    outline-offset: 3px;
}
/* MENU – hover bíle pouze na PC */
@media (min-width: 992px) {
    .navigation-wrapper #navigation .menu-level-1 > li > a:hover,
    .navigation-wrapper #navigation .menu-level-1 > li > a:hover b,
    .navigation-wrapper #navigation .menu-level-1 > li > a.active:hover,
    .navigation-wrapper #navigation .menu-level-1 > li > a.active:hover b,
    .navigation-wrapper .menu-helper .menu-level-1 > li > a:hover,
    .navigation-wrapper .menu-helper .menu-level-1 > li > a:hover b,
    .navigation-wrapper .menu-helper .menu-level-1 > li > a.active:hover,
    .navigation-wrapper .menu-helper .menu-level-1 > li > a.active:hover b,
    .navigation-wrapper a[data-testid="headerMenuItem"]:hover,
    .navigation-wrapper a[data-testid="headerMenuItem"]:hover b {
        color: #ffffff !important;
    }
}
/* Skrýt košík v hlavičce */
a[data-testid="headerCart"],
a.headerCart,
a.cart-count,
.btn-icon.cart-count {
    display: none !important;
}

/* RUBRIKY – vycentrování hlavního nadpisu stránky */
body:not(.type-post) .content h1,
body:not(.type-post) .content-inner h1,
body:not(.type-post) .category-title,
body:not(.type-post) .page-title,
body:not(.type-post) header h1 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* RUBRIKY – článkové karty jako čisté klikací produktové obrázky */
body:not(.type-post) .news-item {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: transparent !important;
}

/* textová část zůstane kvůli odkazu, ale nebude vidět */
body:not(.type-post) .news-item .text {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    background: transparent !important;
}

/* hlavní odkaz přes celou kartu */
body:not(.type-post) .news-item .title-link {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    z-index: 10 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-indent: -9999px !important;
    background: transparent !important;
}

/* schovat popis a tlačítko */
body:not(.type-post) .news-item .description,
body:not(.type-post) .news-item .read-article {
    display: none !important;
}

/* obrázek */
body:not(.type-post) .news-item .image {
    display: block !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body:not(.type-post) .news-item .image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    filter: none !important;
}

/* vypnout tmavé vrstvy */
body:not(.type-post) .news-item::before,
body:not(.type-post) .news-item::after,
body:not(.type-post) .news-item .image::before,
body:not(.type-post) .news-item .image::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
}

/* hover */
body:not(.type-post) .news-item {
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, outline .22s ease;
}

body:not(.type-post) .news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
    outline: 2px solid rgba(46,125,90,.55);
    outline-offset: 3px;
}
/* =========================================================
   FERMALIFE – LUXUSNÍ PATIČKA
   Pouze vizuální úprava footeru, bez zásahu do HTML
   ========================================================= */

/* HLAVNÍ POZADÍ PATIČKY */
html body #footer.footer {
  position: relative !important;
  overflow: hidden !important;
  margin-top: 48px !important;
  padding-top: 54px !important;
  color: #eef6f1 !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(80, 172, 124, 0.22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(199, 169, 104, 0.14), transparent 30%),
    radial-gradient(circle at 50% 120%, rgba(46, 125, 90, 0.22), transparent 38%),
    linear-gradient(135deg, #08120d 0%, #102219 42%, #07100b 100%) !important;
  border-top: 1px solid rgba(201, 232, 215, 0.16) !important;
}

/* JEMNÝ LUXUSNÍ PŘECHOD NAD PATIČKOU */
html body #footer.footer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(142, 213, 172, 0.42),
    rgba(226, 199, 135, 0.28),
    transparent
  ) !important;
  pointer-events: none !important;
}

/* VNITŘNÍ KONTEJNER */
html body #footer .footer-rows {
  position: relative !important;
  z-index: 1 !important;
  padding-bottom: 38px !important;
}

/* ROZLOŽENÍ BLOKŮ PATIČKY */
html body #footer .custom-footer {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
}

/* RESET BOOTSTRAP SLOUPCŮ V PATIČCE */
html body #footer .custom-footer > div {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* JEDNOTLIVÉ KARTY PATIČKY */
html body #footer .custom-footer > div {
  position: relative !important;
  min-height: 100% !important;
  padding: 22px 20px 20px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)) !important;
  border: 1px solid rgba(214, 241, 224, 0.12) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(10px) !important;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease !important;
}

/* HOVER KARET */
html body #footer .custom-footer > div:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(142, 213, 172, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045)) !important;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255,255,255,0.10) !important;
}

/* DEKORATIVNÍ LINKA V KARTÁCH */
html body #footer .custom-footer > div::before {
  content: "" !important;
  position: absolute !important;
  left: 20px !important;
  right: 20px !important;
  top: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(46,125,90,0),
    rgba(130, 217, 166, 0.72),
    rgba(226, 199, 135, 0.42),
    rgba(46,125,90,0)
  ) !important;
  opacity: .75 !important;
}

/* NADPISY BLOKŮ */
html body #footer .pageElement__heading,
html body #footer .pageElement__heading span {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #f5fbf7 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

/* MALÝ AKCENT POD NADPISEM */
html body #footer .pageElement__heading::after {
  content: "" !important;
  display: block !important;
  width: 38px !important;
  height: 2px !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #6bc493, rgba(226,199,135,.78)) !important;
}

/* SEZNAMY */
html body #footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* POLOŽKY */
html body #footer li,
html body #footer .news-item-widget {
  margin: 0 !important;
  padding: 0 !important;
}

/* ODKAZY – ZÁKLAD */
html body #footer a,
html body #footer .newsItemWidget__heading a,
html body #footer .custom-footer a {
  position: relative !important;
  display: inline-block !important;
  color: rgba(233, 245, 239, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition:
    color .22s ease,
    transform .22s ease,
    opacity .22s ease !important;
}

/* NADPISY PRODUKTŮ VE FOOTERU */
html body #footer .newsItemWidget__heading {
  margin: 0 0 11px !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* ELEGANTNÍ ŠIPKA PŘED ODKAZEM */
html body #footer .custom-footer a::before {
  content: "›" !important;
  display: inline-block !important;
  margin-right: 7px !important;
  color: #7fd1a4 !important;
  opacity: .85 !important;
  transform: translateY(-1px) !important;
  transition: transform .22s ease, color .22s ease !important;
}

/* HOVER ODKAZŮ */
html body #footer a:hover,
html body #footer .newsItemWidget__heading a:hover,
html body #footer .custom-footer a:hover {
  color: #ffffff !important;
  transform: translateX(3px) !important;
}

/* HOVER ŠIPKY */
html body #footer .custom-footer a:hover::before {
  color: #e2c787 !important;
  transform: translate(2px, -1px) !important;
}

/* SPODNÍ PÁSEK PATIČKY */
html body #footer .footer-bottom-full-width {
  position: relative !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.36), rgba(255,255,255,0.025), rgba(0,0,0,0.36)) !important;
  border-top: 1px solid rgba(214, 241, 224, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

/* SPODNÍ ŘÁDEK */
html body #footer .footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 64px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  color: rgba(233, 245, 239, 0.70) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* COPYRIGHT */
html body #footer .copyright {
  color: rgba(233, 245, 239, 0.70) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* ZNAČKA FERMALIFE V COPYRIGHTU */
html body #footer .copyright strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* COOKIES ODKAZ */
html body #footer .cookies-settings {
  margin-left: 14px !important;
  color: #9adab6 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(154, 218, 182, 0.36) !important;
  transition: color .22s ease, border-color .22s ease !important;
}

/* COOKIES HOVER */
html body #footer .cookies-settings:hover {
  color: #ffffff !important;
  border-color: rgba(226, 199, 135, 0.75) !important;
  transform: none !important;
}

/* AŤ COOKIES NEMAJÍ ŠIPKU */
html body #footer .cookies-settings::before {
  display: none !important;
  content: none !important;
}

/* SHOPTET PODPIS */
html body #footer #signature {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  opacity: .62 !important;
  transition: opacity .22s ease !important;
}

/* SHOPTET HOVER */
html body #footer #signature:hover {
  opacity: .95 !important;
}

/* SHOPTET ODKAZY */
html body #footer #signature a {
  color: rgba(233, 245, 239, 0.62) !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
}

/* AŤ SHOPTET NEMÁ ŠIPKU */
html body #footer #signature a::before {
  display: none !important;
  content: none !important;
}

/* SHOPTET LOGO JEMNĚ DO STYLU */
html body #footer #signature img {
  filter: brightness(0) invert(1) opacity(.72) !important;
}

/* ODSTRANĚNÍ ZBYTEČNÝCH SPODNÍCH MEZER */
html body #footer .custom-footer .news-item-widget:last-child .newsItemWidget__heading,
html body #footer .custom-footer ul li:last-child {
  margin-bottom: 0 !important;
}

/* TABLET */
@media (max-width: 1199px) {
  html body #footer .custom-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* TABLET / MENŠÍ NOTEBOOK */
@media (max-width: 991px) {
  html body #footer.footer {
    padding-top: 38px !important;
  }

  html body #footer .custom-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  html body #footer .custom-footer > div {
    padding: 20px 18px !important;
    border-radius: 20px !important;
  }
}

/* MOBIL */
@media (max-width: 640px) {
  html body #footer.footer {
    margin-top: 34px !important;
    padding-top: 30px !important;
  }

  html body #footer .footer-rows {
    padding-bottom: 26px !important;
  }

  html body #footer .custom-footer {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body #footer .custom-footer > div {
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  html body #footer .pageElement__heading,
  html body #footer .pageElement__heading span {
    font-size: 14px !important;
  }

  html body #footer a,
  html body #footer .newsItemWidget__heading a,
  html body #footer .custom-footer a {
    font-size: 14px !important;
  }

  html body #footer .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding-top: 18px !important;
    padding-bottom: 20px !important;
  }

  html body #footer .cookies-settings {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
}
/* FIX: Shoptet/Bootstrap row clearfix nesmí zabírat první buňku gridu */
html body #footer .custom-footer::before,
html body #footer .custom-footer::after {
  display: none !important;
  content: none !important;
}
/* =========================================================
   FERMALIFE FOOTER – FIX CENTROVÁNÍ BLOKŮ
   Vložit až na úplný konec Main.css
   ========================================================= */

/* Shoptet / Bootstrap clearfix nesmí zabírat místo */
html body #footer .custom-footer::before,
html body #footer .custom-footer::after {
  display: none !important;
  content: none !important;
}

/* Přepnutí footer bloků z gridu na flexbox */
html body #footer .custom-footer {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 18px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* Desktop – 5 bloků v řádku */
html body #footer .custom-footer > div {
  width: calc((100% - 72px) / 5) !important;
  max-width: calc((100% - 72px) / 5) !important;
  flex: 0 0 calc((100% - 72px) / 5) !important;
}

/* Menší desktop – 3 bloky v řádku, zbytek na střed */
@media (max-width: 1199px) {
  html body #footer .custom-footer {
    gap: 16px !important;
  }

  html body #footer .custom-footer > div {
    width: calc((100% - 32px) / 3) !important;
    max-width: calc((100% - 32px) / 3) !important;
    flex: 0 0 calc((100% - 32px) / 3) !important;
  }
}

/* Tablet – 2 bloky v řádku */
@media (max-width: 991px) {
  html body #footer .custom-footer {
    gap: 14px !important;
  }

  html body #footer .custom-footer > div {
    width: calc((100% - 14px) / 2) !important;
    max-width: calc((100% - 14px) / 2) !important;
    flex: 0 0 calc((100% - 14px) / 2) !important;
  }
}

/* Mobil – 1 blok v řádku */
@media (max-width: 640px) {
  html body #footer .custom-footer {
    gap: 12px !important;
  }

  html body #footer .custom-footer > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/* =========================================================
   FERMALIFE FOOTER – FIX SPODNÍHO ŘÁDKU / COPYRIGHT
   Vložit až na úplný konec Main.css
   ========================================================= */

html body footer#footer.footer .full-width.footer-bottom-full-width {
  background:
    radial-gradient(circle at 18% 50%, rgba(80, 172, 124, 0.10), transparent 34%),
    linear-gradient(135deg, #06100b 0%, #0b1b13 45%, #050b08 100%) !important;
  border-top: 1px solid rgba(214, 241, 224, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 -18px 38px rgba(0,0,0,0.18) !important;
}

html body footer#footer.footer .container.footer-bottom {
  background: transparent !important;
  color: rgba(235, 247, 240, 0.78) !important;
  min-height: 70px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

html body footer#footer.footer .footer-bottom,
html body footer#footer.footer .footer-bottom span,
html body footer#footer.footer .footer-bottom .copyright {
  color: rgba(235, 247, 240, 0.78) !important;
}

html body footer#footer.footer .footer-bottom .copyright strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

html body footer#footer.footer .footer-bottom .cookies-settings {
  color: #9adab6 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(154, 218, 182, 0.45) !important;
  padding-bottom: 2px !important;
}

html body footer#footer.footer .footer-bottom .cookies-settings:hover {
  color: #ffffff !important;
  border-color: rgba(226, 199, 135, 0.85) !important;
}

/* Shoptet podpis napravo */
html body footer#footer.footer #signature,
html body footer#footer.footer #signature a,
html body footer#footer.footer #signature .title {
  color: rgba(235, 247, 240, 0.58) !important;
}

html body footer#footer.footer #signature:hover,
html body footer#footer.footer #signature:hover a,
html body footer#footer.footer #signature:hover .title {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Logo Shoptetu do tmavého footeru */
html body footer#footer.footer #signature img {
  filter: brightness(0) invert(1) opacity(0.72) !important;
}

/* Ať spodní odkazy nemají šipku z horní části footeru */
html body footer#footer.footer .footer-bottom a::before,
html body footer#footer.footer #signature a::before {
  display: none !important;
  content: none !important;
}

/* Mobil – hezky pod sebe */
@media (max-width: 640px) {
  html body footer#footer.footer .container.footer-bottom {
    align-items: flex-start !important;
    gap: 10px !important;
    min-height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 22px !important;
  }

  html body footer#footer.footer .footer-bottom .cookies-settings {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
}

/* =========================================================
   FERMALIFE FOOTER – WEB DESIGN PODPIS
   ========================================================= */

html body footer#footer.footer #signature::after {
  content: "• Webdesign Petr Tlamka" !important;
  display: inline-block !important;
  margin-left: 8px !important;
  color: #e2c787 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

/* Ať se celý podpis hezky srovná vedle sebe */
html body footer#footer.footer #signature {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

/* Mobil – když je málo místa, ať se nerozbije */
@media (max-width: 640px) {
  html body footer#footer.footer #signature {
    flex-wrap: wrap !important;
    row-gap: 6px !important;
  }

  html body footer#footer.footer #signature::after {
    margin-left: 4px !important;
    font-size: 13px !important;
  }
}