    .fg-m-menu {
      color: #000;
      font-weight: 600;
      font-size: 1.2rem;
    }

    .fg-m-menu a {
      color: #000;
      font-weight: 600;
    }

    .fg-m-special-offers {
      color: #f58220 !important;
    }

    #modalMenu {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      width: 100vw !important;
      height: 100vh !important;
      inset: 0 !important;
      overflow-y: auto !important;
      z-index: 9999 !important;
    }

    .fg-menu-stuck {
      box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.25);
    }