.enerjisinifi{
      height: 30px;
   }
   .p-g-m-h-i-title{
       font-size:16px !important;
       color:  var(--accent);
   }
   .p-g-m-h-i-description{
       font-size:14px !important;
       color: grey;
   }
   .p-g-mod-header {
       border: none;

   }
   


.image-hover-box {
  position: relative;
  overflow: hidden;
}

.image-hover-box img {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease;
}

.image-hover-box .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-hover-box:hover .hover-image {
  opacity: 1;
}

.image-hover-box:hover .main-image {
  opacity: 0;
}

  .detayKisa {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Dikey ortalama istersen */
    width: 100%;
    font-size:13px;
  }
 
  @media (max-width: 768px) {
  .detayKisa {
    display: none !important;
  }
}
  
  .header-center.header-fixed {
  background-color: #ffffff !important; /* Beyaz arka plan */
}
  .menu.header-fixed {
  margin-top: 90px;
  background-color: #ffffff !important; /* Beyaz arka plan */
}

  .menu.header-fixed img {
  display: none !important;
}

.menu.header-fixed .container .mega-menu .navbar-nav.d-flex.justify-content-center.w-100 .nav-item.dropdown.mx-3 .dropdown-menu {
  margin-top: -45px !important;
}

.card-product-inner hr{
    margin: 0 !important;
}

/* Mobilde gizle */
@media (max-width: 768px) {
  .nomob {
    display: none !important;
  }
}

/* Masaüstünde gizle */
@media (min-width: 769px) {
  .nodesktop {
    display: none !important;
  }
}

/* Sadece mobilde göster */
.yesmob {
  display: none !important;
}
@media (max-width: 768px) {
  .yesmob {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .oliz_badge img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .enerji_badge .enerjisinificard img {
    height: 10px;
    width: auto; /* oran korunur */
    object-fit: contain;
  }
}

.nitelikler{
    margin-bottom:2px;
    font-size:12px;
}

@media (max-width: 768px) {
  .nitelikler {
    font-size: 12px !important;
  }

  .nitelikler strong {
    font-size: 12px !important;
  }

  .nitelik-deger {
    font-size: 12px !important;
  }
}

.inidirm{
    background-color: #FF0000;
    padding: 2px;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    margin-right: 4px;
}
.advanced-product-search .aps-content .items .item .p-info .prices .list-price
{
    display: none;
}
.advanced-product-search .aps-results .aps-cat-list ul
{
    max-height: 550px;
    /* overflow-y: scroll; */
}
.advanced-product-search .aps-content .items .item .image img
{
    height: auto!important;
}
.advanced-product-search .aps-content .items .item
{
    align-items: center;
}
.advanced-product-search .aps-content .items .item .image
{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TAKSİT TABLOSU SON 3 SATIR GİZLEME */
table tbody tr:nth-last-child(-n+3) {
    display: none;
}
/* TAKSİT TABLOSU SON 3 SATIR GİZLEME */

/* Sepet dropdown */
.actions-item-basket .dropdown-menu {
    position: absolute; /* mutlak pozisyon */
    top: 100%; /* elementin altından başlat */
    left: 0;
    z-index: 1050 !important; /* üstte görünmesi için yüksek değer */
    padding: 15px 18px !important;
    width: 230px !important;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* Genel dropdown */
.dropdown-menu {
    position: absolute !important; 
    z-index: 1050 !important;
}

/* Mega menü daha üstte kalıyorsa */
.navbar-nav .dropdown-menu {
    z-index: 1050; /* Eğer mega menü daha üstteyse 1100 gibi yap */
}