/* Erakorraline teavitus PrestaShopi lehe ülaossa */
#custom-alert-banner {
  background-color: #ffcc00;
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Nihutab kogu lehe sisu allapoole, et banner ei kataks midagi */
body {
  margin-top: 50px !important;
}
