/* Mitti Aura Final Master Fix */

/* Prevent duplicate announcement bars */
.ma-topbar + .ma-topbar,
.top-announcement + .top-announcement,
.announcement-bar + .announcement-bar,
.site-announcement + .site-announcement,
.launch-banner + .launch-banner {
  display: none !important;
}
.ma-topbar,
.top-announcement,
.announcement-bar,
.site-announcement,
.launch-banner {
  min-height: 42px !important;
  padding: 10px 18px !important;
  line-height: 1.25 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
}

/* Product page must never be hidden */
.products-section,
.product-section,
.product-grid,
.products-grid,
.product-card,
.product-list,
.variant-grid,
.collection-grid,
.shop-section {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Remove only footer payment/security widgets, not product content */
footer .secure-payment,
footer .payment-secure,
footer .footer-payment,
footer .payment-badges,
footer .secure-checkout,
footer .trust-payment,
footer [class*="secure-payment"],
footer [class*="payment-badge"],
footer [class*="secure-checkout"],
footer [class*="payment-secure"],
footer img[alt*="payment" i],
footer img[alt*="secure" i],
footer img[src*="payment" i],
footer img[src*="secure" i] {
  display: none !important;
}

/* Hide floating WhatsApp if present */
.wa-float,
.whatsapp-float,
.whatsapp-button,
#whatsappBtn,
#waBtn,
a[href*="wa.me"],
a[href*="whatsapp.com"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Customer profile in navbar */
.ma-user-profile-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #8b4a18, #d59a2e) !important;
  color: #fff !important;
  font-weight: 1000 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(139, 74, 24, 0.18) !important;
}
.ma-user-profile-pill .ma-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff8e8;
  color: #8b4a18;
  font-size: 13px;
  font-weight: 1000;
}
.ma-profile-menu {
  position: fixed;
  right: 114px;
  top: 96px;
  z-index: 99999;
  width: 280px;
  background: #fffdf8;
  border: 1px solid #e6c996;
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(60, 30, 10, 0.18);
  padding: 18px;
  display: none;
}
.ma-profile-menu.show {
  display: block;
}
.ma-profile-menu h3 {
  margin: 0 0 6px;
  color: #3b2417;
  font-size: 20px;
}
.ma-profile-menu p {
  margin: 0 0 14px;
  color: #76543a;
  font-size: 14px;
  word-break: break-word;
}
.ma-profile-menu a,
.ma-profile-menu button {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
  border: 1px solid #e6c996;
  border-radius: 999px;
  background: #fff8ea;
  color: #5c351d;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}
.ma-profile-menu button {
  background: #8b4a18;
  color: #fff;
  border-color: #8b4a18;
}

/* Login page clean layout */
body.ma-login-pro {
  margin: 0;
  min-height: 100vh;
  color: #3b2417;
  font-family: Manrope, Arial, sans-serif;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(255, 186, 144, 0.55),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 30%,
      rgba(220, 245, 210, 0.7),
      transparent 30%
    ),
    linear-gradient(135deg, #fff1e4 0%, #fffaf0 52%, #f7fff2 100%);
}
.ma-login-shell {
  max-width: 1500px;
  margin: auto;
  padding: 42px 5vw 70px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 46px;
  align-items: center;
  min-height: calc(100vh - 150px);
}
.ma-login-left {
  border-radius: 38px;
  padding: 54px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(214, 167, 61, 0.25);
  box-shadow: 0 28px 90px rgba(80, 40, 16, 0.12);
  backdrop-filter: blur(16px);
}
.ma-login-left .badge,
.ma-login-card .badge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(154, 100, 20, 0.24);
  background: #fff8ea;
  color: #8b5a0e;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 1000;
  font-size: 13px;
}
.ma-login-left h1 {
  font-family: Georgia, serif;
  font-size: clamp(54px, 6.5vw, 94px);
  line-height: 0.94;
  margin: 26px 0 20px;
  letter-spacing: -0.04em;
}
.ma-login-left p {
  font-size: 20px;
  line-height: 1.58;
  color: #7a5b3f;
  max-width: 760px;
}
.ma-login-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ma-login-pills span {
  border: 1px solid rgba(154, 100, 20, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  padding: 12px 16px;
  color: #804419;
  font-weight: 900;
}
.ma-login-card {
  border-radius: 38px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(214, 167, 61, 0.32);
  box-shadow: 0 28px 90px rgba(80, 40, 16, 0.14);
  backdrop-filter: blur(18px);
}
.ma-login-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #fff2e8;
  border-radius: 24px;
  padding: 8px;
  margin-bottom: 28px;
}
.ma-login-tab {
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #84481f;
  font-weight: 1000;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
}
.ma-login-tab.active {
  color: #fff;
  background: linear-gradient(135deg, #a64d1d, #d99b33);
  box-shadow: 0 14px 30px rgba(166, 77, 29, 0.24);
}
.ma-mark {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #5c2f18, #c58b2a);
  color: #fff;
  font-weight: 1000;
  font-size: 24px;
  margin-bottom: 18px;
}
.ma-login-card h2 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  margin: 18px 0 12px;
  color: #3b2417;
}
.ma-login-card p {
  font-size: 17px;
  color: #7a5b3f;
  line-height: 1.55;
}
.ma-field {
  margin: 15px 0;
}
.ma-field label {
  display: block;
  margin-bottom: 8px;
  color: #5c4033;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.ma-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid #e7c2a5;
  border-radius: 18px;
  background: #fffdf9;
  color: #3b2417;
  font: inherit;
  outline: none;
}
.ma-field input:focus {
  border-color: #c78b32;
  box-shadow: 0 0 0 4px rgba(199, 139, 50, 0.14);
}
.ma-submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 17px 24px;
  background: linear-gradient(135deg, #9d461c, #d79a31);
  color: #fff;
  font-size: 18px;
  font-weight: 1000;
  cursor: pointer;
  margin-top: 18px;
}
.ma-submit:disabled {
  opacity: 0.65;
}
.ma-msg {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff4d8;
  border: 1px solid #e7c58f;
  font-weight: 850;
}
.ma-msg.show {
  display: block;
}
.ma-msg.ok {
  background: #eaffea;
  border-color: #95dc9a;
  color: #223f21;
}
.ma-msg.err {
  background: #ffe6e6;
  border-color: #ffaaa8;
  color: #5a1f1f;
}
.ma-helper {
  margin-top: 15px;
  color: #7a5b3f;
}
.ma-helper button {
  border: 0;
  background: transparent;
  color: #9d5a18;
  font-weight: 1000;
  cursor: pointer;
}
@media (max-width: 980px) {
  .ma-login-shell {
    grid-template-columns: 1fr;
    padding: 28px 18px;
  }
  .ma-login-left,
  .ma-login-card {
    padding: 28px;
  }
  .ma-login-left h1 {
    font-size: 52px;
  }
}
