/* =========================================================
   CRAZYSTEP FOOTER - BLACK FOOTER ONLY, NEWSLETTER SAFE
========================================================= */

/* Footer wrapper nesmie farbiť newsletter */
#footer {
  background: transparent !important;
}

/* Spodná časť footera čierna na celú šírku */
#footer .custom-footer,
#footer .footer-bottom {
  background: #000000 !important;
  color: #ffffff !important;

  box-shadow: 0 0 0 100vmax #000000;
  clip-path: inset(0 -100vmax);
}

/* Vnútorné obaly v spodnom footeri */
#footer .custom-footer .container,
#footer .footer-bottom .container {
  background: transparent !important;
}

/* Texty a odkazy iba v spodnom footeri, NIE v newsletteri */
#footer .custom-footer,
#footer .custom-footer h1,
#footer .custom-footer h2,
#footer .custom-footer h3,
#footer .custom-footer h4,
#footer .custom-footer h5,
#footer .custom-footer p,
#footer .custom-footer li,
#footer .custom-footer span,
#footer .custom-footer a,
#footer .footer-bottom,
#footer .footer-bottom p,
#footer .footer-bottom span,
#footer .footer-bottom a {
  color: #ffffff !important;
}

/* Odkazy v spodnom footeri */
#footer .custom-footer a:hover,
#footer .footer-bottom a:hover {
  color: #f3eadc !important;
}

/* Skrytie Shoptet loga/fotky v pätičke */
#footer .footer-bottom img,
#footer .footer-bottom .shoptet,
#footer .footer-bottom .shoptetLogo,
#footer .footer-bottom .shoptet-logo,
#footer .footer-bottom a[href*="shoptet"] {
  display: none !important;
}