.ustmenu {
  position: relative;
}

.kayan-duyuru-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: #ff9600;
}

.kayan-duyuru {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #fff;
  font-size: 20px;
  
}

.kayan-duyuru.active {
  opacity: 10;
}

body .categories .dropdown button {
    background-color: #ff9600 !important
}

body .categories .categories_header ul li:hover a span {
    color: #ff9600;
}

body .categories .categories_header a:hover {
    color: #ff9600;
}

body .urun .urun_ismi a:hover {
    color: #f29200
}

body .owl-item .urun .urun_ismi a:hover {
    color: #ff9600
}


body .urun .ikonlar .hizli_ucretsiz, body .urun .ikonlar .kargo_bedava, body .urun .ikonlar .ayni_gun_kargo_urun {
    color: #ff9600;		
    background-color: #ff96001f;
}

body .owl-item .urun .ikonlar .hizli_ucretsiz, body .owl-item .urun .ikonlar .kargo_bedava, body .owl-item .urun .ikonlar .ayni_gun_kargo_urun {
    color: #ff9600;
    background-color: #ff96001f;
}

#PM_main #PM_urun_detayi .icerik .urun_bilgiler .urun_detay_orta .urun_ikonlar>div {
    color: #ff9600;
    background-color: #ff96001f;
}

body .urun .urun_butonlar .urun_sepete_ekle {
    background-color: #ff9600 !important;
}

body .owl-item .urun .urun_butonlar .urun_sepete_ekle {
    background-color: #ff9600 !important;
}


body #PM_alt .site_telif ul li a:hover {
    color: #ff9600 !important;
}








/* ===== VOLTAJ POPUP - GENEL STİL ===== */
body.voltaj-popup-open { overflow: hidden; }

/* Arka plan (flu, yarı şeffaf) */
.voltaj-popup-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647; /* her şeyin üstünde */
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.voltaj-popup-overlay.voltaj-show{
  opacity: 1;
  visibility: visible;
}

/* İçerik kutusu */
.voltaj-popup{
  position: relative;
  max-width: min(400px, 70vw);
  max-height: 70vh;
}

/* Görsel (600x800 önerildi – ekranı aşarsa otomatik sığar) */
.voltaj-popup img{
  display: block;
  width: auto;
  height: auto;
  max-width: 70vw;
  max-height: 70vh;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

/* Kapat butonu (X) */
.voltaj-popup-close{
  position: absolute;
  top: -20px;
  right: -260px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,.78);
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.voltaj-popup-close:hover{ background: rgba(0,0,0,.9); }
@media (max-width: 480px){
  .voltaj-popup-close{ width: 32px; height: 32px; font-size: 20px; top: -10px; right: -10px; }
}

/* İstersen arka planı tamamen kaldır (flu/şeffaf yok) diye:
   .voltaj-popup-overlay{ background: transparent; backdrop-filter:none; } */