@media (max-width: 991px) {
  .awx-display-desktop {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .awx-overlay-left {
    height: 25vh !important;
  }

  .menu-item-gtranslate > a {
    display: flex !important;
    margin-top: -12px !important;
  }

  .footer-countries {
    display: none;
  }

  .cards-big {
    display: none !important;
  }

  .awx-header-info {
    display: none !important;
  }

  .swiper-slide {
    width: 100% !important; /* Deine gewünschte Breite */
  }

  .category-list-mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(15, 15, 15, 0);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    /* border-top: 1px solid #444;
    border-bottom: 1px solid #444; */
  }

  .category-list-mobile li {
    flex: 0 0 auto;
    min-width: 50px;
    max-width: 80px;
    border-radius: 6px;
    margin: 2px;
    padding: 6px 0 4px 0;
    white-space: nowrap;
    background-color: var(--dark);
  }

  .category-list-mobile .mobile-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Sticky behavior */
  .category-list-mobile.sticky {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--dark);
    /* background: rgba(15, 15, 15, 0); */
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    padding: 6px 0;
    /* border-top: none;
    border-bottom: 1px solid #444; */
  }

  .awx-carousel .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
  }

  .awx-desktop-only {
    display: none !important;
  }

  .awx-content-legal {
    font-size: 18px;
  }

  .awx-content-legal-light {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .awx_box_menu {
    visibility: hidden;
    display: none;
  }
}
