/* Keep contact access on the opposite side from the back-to-top control. */
body a.g7-whatsapp-float {
  position: fixed;
  left: 20px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff !important;
  background: #128c4a !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .2);
  transition: background .2s, transform .2s;
}
body a.g7-whatsapp-float:hover { background: #0c713a !important; transform: translateY(-2px); }
body a.g7-whatsapp-float:focus-visible { outline: 3px solid #ffc400; outline-offset: 3px; }
body a.g7-whatsapp-float svg { display: block; width: 30px; height: 30px; }
@media (max-width: 600px) {
  body a.g7-whatsapp-float { left: 12px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); width: 52px; height: 52px; }
}

/* Consistent back-to-top colors across the storefront and order pages. */
body #emarket-totop {
  background: #0752c9 !important;
  color: #ffffff !important;
  border-color: #dce6f4 !important;
  box-shadow: 0 4px 14px rgba(7, 82, 201, .18);
}

body #emarket-totop::before {
  color: #ffffff !important;
}

body #emarket-totop:hover,
body #emarket-totop:focus-visible {
  background: #0644a8 !important;
  border-color: #ffc400 !important;
}

body #emarket-totop:focus-visible {
  outline: 2px solid #0752c9;
  outline-offset: 3px;
}

.g7-global-language-switcher {
  position: fixed;
  z-index: 9998;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 4px;
  padding: 5px;
  direction: ltr;
  background: #ffffff;
  border: 1px solid #dce5f4;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(6, 31, 81, .18);
}

.g7-global-language-switcher a {
  width: 36px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #0752c9;
  border-radius: 8px;
  font: 800 11px/1 Arial, sans-serif;
  text-decoration: none;
}

.g7-global-language-switcher a:hover,
.g7-global-language-switcher a.is-active {
  color: #061f51;
  background: #ffc400;
}

@media (max-width: 600px) {
  .g7-global-language-switcher {
    right: 10px;
    bottom: 10px;
  }
}
