/* GLAM TOURING V254 - MENU MOBILE INDIPENDENTE */
#gt254-menu-button,
#gt254-menu-overlay,
#gt254-mobile-menu { display: none; }

@media (max-width: 980px) {
  .site-header .menu-toggle,
  .site-header .v61-menu-toggle,
  .v61-mobile-extra,
  .gt249-mobile-actions,
  .gt249-menu-backdrop,
  .gt251-menu-backdrop,
  #gt249-mobile-menu,
  #gt249-mobile-overlay,
  #gt251-mobile-menu,
  #gt252-mobile-menu,
  #gt252-mobile-overlay,
  #gt253-mobile-menu,
  #gt253-mobile-overlay,
  .v57-mobile-dock {
    display: none !important;
  }

  body.gt254-menu-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  #gt254-menu-button {
    position: fixed !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    right: 12px !important;
    z-index: 2147483647 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 88px !important;
    max-width: none !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #173d31 !important;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.18) !important;
    font: 800 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  #gt254-menu-button span {
    display: inline !important;
    color: #fff !important;
    white-space: nowrap !important;
    pointer-events: none !important;
  }

  #gt254-menu-button i {
    position: relative !important;
    display: block !important;
    width: 18px !important;
    height: 14px !important;
    flex: 0 0 18px !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    pointer-events: none !important;
  }

  #gt254-menu-button i::after {
    content: "" !important;
    position: absolute !important;
    top: 4px !important;
    left: 0 !important;
    width: 18px !important;
    height: 2px !important;
    background: #fff !important;
  }

  body.gt254-menu-open #gt254-menu-button {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #gt254-menu-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483644 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(8,20,15,.52) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .18s ease, visibility .18s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  #gt254-mobile-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2147483646 !important;
    display: flex !important;
    flex-direction: column !important;
    width: min(88vw, 340px) !important;
    min-width: 270px !important;
    max-width: 340px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #17231d !important;
    box-shadow: -18px 0 50px rgba(0,0,0,.26) !important;
    transform: translate3d(105%,0,0) !important;
    visibility: hidden !important;
    opacity: 1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    transition: transform .2s ease, visibility .2s ease !important;
  }

  body.gt254-menu-open #gt254-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.gt254-menu-open #gt254-mobile-menu {
    transform: translate3d(0,0,0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .gt254-menu-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 0 0 auto !important;
    min-height: 66px !important;
    padding: max(10px, env(safe-area-inset-top)) 12px 10px 18px !important;
    border-bottom: 1px solid rgba(23,61,49,.14) !important;
    background: #fff !important;
  }

  .gt254-menu-head strong {
    color: #173d31 !important;
    font: 900 18px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    white-space: nowrap !important;
  }

  #gt254-menu-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #eef3ef !important;
    color: #173d31 !important;
    font: 400 31px/1 Arial,sans-serif !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  .gt254-menu-links {
    display: block !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 8px 14px calc(24px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .gt254-menu-links a,
  .gt254-menu-links a:visited {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 12px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(23,61,49,.12) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #17231d !important;
    text-decoration: none !important;
    font: 800 15px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .gt254-menu-links a.gt254-primary,
  .gt254-menu-links a.gt254-primary:visited {
    justify-content: center !important;
    min-height: 46px !important;
    margin: 7px 0 8px !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #173d31 !important;
    color: #fff !important;
  }
}

@media (min-width: 981px) {
  #gt254-menu-button,
  #gt254-menu-overlay,
  #gt254-mobile-menu { display: none !important; }
}
