/* ===============================
   Přesunuto ze Shoptet pole ZÁPATÍ (inline <style>)
   =============================== */

/* Volitelné: pokud chceš úplně pryč newsletter ve footeru na všech stránkách */
#footer .footer-newsletter{
  display: none !important;
}
/* FOOTER – černá + bílá */
#footer{
  background:#000 !important;
  color:#fff !important;
}
#footer a{ color:#fff; }
#footer a:hover{ color:#cb0000; } /* pokud chceš jinou hover barvu, změň */

/* 3 stejné sloupce (desktop) */
@media (min-width: 768px){
  #footer .custom-footer{
    display:flex;
    flex-wrap:wrap;
  }
  #footer .custom-footer > div{
    width:33.3333% !important;
  }
}

/* logo ve sloupci Kontakt */
#footer .footer-logo{
  margin: 10px 0 14px;
}
#footer .footer-logo img{
  max-width: 180px;
  height: auto;
  display:block;
}
#footer, #footer .footer-bottom, #footer .footer-links-icons{
  background:#000 !important;
  color:#fff !important;
}
#footer a{ color:#fff; }
#footer a:hover{ color:#cb0000; }
#footer, #footer .footer-bottom, #footer .footer-links-icons{
  border-color:#222 !important;
}

/* 3 stejně široké sloupce */
@media (min-width: 768px){
  #footer .custom-footer{
    display:flex !important;
    flex-wrap:wrap;
  }
  #footer .custom-footer > div{
    width:33.3333% !important;
  }
}

/* sjednocení vertikálního rytmu ve sloupcích */
#footer .custom-footer > div{
  padding-top: 6px;
}
#footer .custom-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}
#footer .custom-footer li{
  margin: 0 0 8px;
}

/* ===== 1. sloupec: logo nahoře, kontakty pod ním ===== */
#footer .custom-footer__contact{
  display:block !important;
}

/* logo */
#footer .custom-footer__contact .footer-logo{
  margin: 0 0 14px 0 !important;
}
#footer .custom-footer__contact .footer-logo img{
  height: 72px;          /* o trochu větší */
  width: auto;
  max-width: 260px;
  display:block;
}

/* kontakty – držet pohromadě a nelámat zbytečně */
@media (min-width: 768px){
  #footer .custom-footer__contact li a,
  #footer .custom-footer__contact li span{
    white-space: nowrap !important;
  }
}
/* FOOTER – položky seznamů netučné */
#footer li,
#footer li a,
#footer li span{
  font-weight: 400 !important; /* regular */
  color:#efefef;
}


/* ===== Nadpisy 2. a 3. sloupce (větší než h4) ===== */
#footer .footer-col-title{
  font-size: 20px;       /* “trochu větší”, h1 to být nemusí, ale je výrazné */
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 12px;
  color:#fe0000;
}

/* schovej původní h4 v levém menu (aby nebyly duplicity typu "Informace pro vás") */
#footer .custom-footer__articles h4{
  display:none !important;
}

/* pravý sloupec: pokud tam Shoptet h4 někdy má, taky schovej (my dáme vlastní title) */
#footer .custom-footer__section1 h4{
  display:none !important;
}


.alert-success,
.messages .success,
.messages .msg-success{
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
