/* Skryť zelenú lištu na mobile */
@media (max-width: 768px) {
  .bo-topbar-outer,
  #bo-topbar-outer {
    display: none !important;
  }
}
