/* Products */
.dropdown-products {
  transform: translate(var(--mv-products-x), var(--mv-products-y)) !important;
}

/* Policies */
.dropdown-policies {
  transform: translate(var(--mv-policies-x), var(--mv-policies-y)) !important;
}

/* Contact */
.contact-btn {
  transform: translate(var(--mv-contact-x), var(--mv-contact-y)) !important;
}

/* Auth link */
.auth {
  transform: translate(var(--mv-auth-x), var(--mv-auth-y)) !important;
}

/* Sign Out button */
#signout-btn {
  transform: translate(var(--mv-signout-x), var(--mv-signout-y)) !important;
}

/* Shop Now button */
#shopnow-btn,
.shopnow-button {
  transform: translate(var(--mv-shopnow-x), var(--mv-shopnow-y)) !important;
}

/* Pastura button (What is Pastura?) */
.pastura-btn {
  transform: translate(var(--mv-pastura-x), var(--mv-pastura-y)) !important;
}

#welcome-banner {
  transform: translate(var(--mv-welcome-x), var(--mv-welcome-y)) !important;
}