/* ══════════════════════════════════════
   WELLNESS VIDA – FOOTER STYLES
   ══════════════════════════════════════ */

#site-footer {
  background: #0d1a12 !important;
  color: #c9c9b8 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 2px solid #2e5c2b !important;
}
.wv-footer-top {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1.4fr !important;
  gap: 56px !important;
  padding: 72px 80px 56px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}
a.wv-footer-logo {
  font-size: 22px !important; font-weight: 600 !important;
  letter-spacing: 6px !important; color: #ffffff !important;
  text-transform: uppercase !important; text-decoration: none !important;
  display: block !important; margin-bottom: 6px !important;
}
.wv-footer-logo-leaf { color: #7aab6e !important; }
.wv-footer-tagline {
  font-size: 13px !important; line-height: 1.9 !important;
  color: #6e7b65 !important; max-width: 260px !important;
  margin: 20px 0 32px !important; font-weight: 300 !important;
}
.wv-social-label { font-size: 10px !important; letter-spacing: 2.5px !important; text-transform: uppercase !important; color: #4d5848 !important; margin-bottom: 12px !important; }
.wv-social-links { display: flex !important; gap: 10px !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.wv-social-links li { list-style: none !important; }
.wv-social-links a { display: flex !important; align-items: center !important; justify-content: center !important; width: 36px !important; height: 36px !important; border: 1px solid rgba(255,255,255,0.14) !important; border-radius: 50% !important; color: #8a9480 !important; text-decoration: none !important; }
.wv-social-links a:hover { border-color: #7aab6e !important; color: #7aab6e !important; }
.wv-footer-col h4 { font-size: 10px !important; letter-spacing: 3.5px !important; text-transform: uppercase !important; color: #ffffff !important; margin: 0 0 28px !important; font-weight: 500 !important; padding-bottom: 14px !important; border-bottom: 1px solid #1f3d1b !important; }
.wv-footer-col ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.wv-footer-col ul li { margin-bottom: 13px !important; list-style: none !important; }
.wv-footer-col ul li a { color: #6e7b65 !important; text-decoration: none !important; font-size: 13.5px !important; font-weight: 300 !important; }
.wv-footer-col ul li a:hover { color: #c9c9b8 !important; }
.wv-footer-newsletter p { font-size: 13px !important; color: #6e7b65 !important; line-height: 1.85 !important; margin-bottom: 18px !important; }
.wv-newsletter-form { display: flex !important; flex-direction: column !important; gap: 10px !important; }
.wv-newsletter-form input { background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(255,255,255,0.12) !important; color: #ffffff !important; padding: 12px 16px !important; font-size: 13px !important; border-radius: 2px !important; width: 100% !important; box-sizing: border-box !important; }
.wv-newsletter-form button { background: transparent !important; color: #c9c9b8 !important; border: 1px solid rgba(255,255,255,0.18) !important; padding: 12px 20px !important; font-size: 10px !important; letter-spacing: 3px !important; text-transform: uppercase !important; cursor: pointer !important; border-radius: 2px !important; font-weight: 500 !important; }
.wv-newsletter-form button:hover { background: #2e5c2b !important; border-color: #2e5c2b !important; color: #ffffff !important; }
.wv-newsletter-note { font-size: 11px !important; color: #3d4838 !important; margin-top: 10px !important; }
.wv-footer-divider-wrap { max-width: 1400px !important; margin: 0 auto !important; padding: 0 80px !important; }
.wv-leaf-accent { text-align: center !important; color: #2e5c2b !important; font-size: 16px !important; padding: 24px 0 20px !important; letter-spacing: 16px !important; opacity: 0.5 !important; }
.wv-footer-hr { border: none !important; border-top: 1px solid rgba(255,255,255,0.06) !important; margin: 0 !important; }
.wv-footer-bottom { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 22px 80px 24px !important; max-width: 1400px !important; margin: 0 auto !important; }
.wv-footer-bottom-left { font-size: 11.5px !important; color: #3d4838 !important; }
.wv-footer-bottom-left a { color: #3d4838 !important; text-decoration: none !important; margin: 0 6px !important; }
.wv-footer-bottom-right { font-size: 13px !important; color: #3d4838 !important; font-style: italic !important; }
@media (max-width: 1024px) {
  .wv-footer-top { grid-template-columns: 1fr 1fr !important; padding: 56px 40px 44px !important; }
  .wv-footer-bottom { padding: 20px 40px !important; flex-wrap: wrap !important; gap: 8px !important; }
}
@media (max-width: 640px) {
  .wv-footer-top { grid-template-columns: 1fr !important; padding: 44px 24px 36px !important; }
  .wv-footer-bottom { flex-direction: column !important; text-align: center !important; padding: 18px 24px !important; }
}
.myaccount_menu .has-submenu *{
	display:none;
}

.myaccount_menu .has-submenu i{
	display:block;
}


@media only screen and (min-width: 1200px) {
  .hide_for_desktop {
    display: none !important;
  }
}