/* footer css bloğu */
.footer-area-area.theme-bg{ background:#000 !important; }
footer, footer p, footer a, footer .footer-menu li a{ color:#E9C282 !important; }
footer a:hover{ color:#BE9863 !important; }
#product-cta{ margin-bottom:20px; }

/* Sayfa yüksekliği */
html, body{
  height:100%;
}
/* içerik alanı */
body{
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
/* ana içerik footer'ı aşağı iter */
main{
  flex:1;
}
/* footer arka planı tüm genişlik */
footer{
  width:100%;
  margin-top:auto;
}

.footer-area-area{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  background:#000 !important;
}

/* Footer menü mobil tek satır + kesilmesin */
@media (max-width:576px){

/* fixed bar footerın üstüne binmesin */
footer{
  padding-bottom: 65px; /* main'deki padding-bottom ile aynı mantık */
}

footer .footer-menu{
  display:flex !important;
  justify-content:center;
  align-items:center;

  flex-wrap:nowrap !important;
  gap:0px;

  /* KESMEYİ BIRAK */
  overflow-x:auto;              /* taşarsa yatay kaydır */
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;

  padding: 0 12px;              /* sağ/sol kırpma hissini bitirir */
  scrollbar-width:none;         /* Firefox */
}
footer .footer-menu::-webkit-scrollbar{ display:none; } /* Chrome/Safari */

footer .footer-menu li{ flex:0 0 auto; }
footer .footer-menu li a{
  font-size:10px;
  white-space:nowrap;
}

#userGreetingWrap{ position:relative !important; }

.user-greet{
  position:absolute;
  top:0px !important;   /* ↓ selamlamayı aşağı indirir */
  right:0 !important;

  transform:none !important;
}
}
