.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;
  }
  
 

.card-product-inner hr{
    margin: 0 !important;
}

.oliz_badge {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 3;
}
  
  .enerji_badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  }
  .enerjisinificard{
      width: 50px !important;
  }

  
  .enerjisinifi{
      width: 50px;
  }
  
  .oliz-code
{
    display: flex;
    align-items: center;
    font-size:18px;
    gap: 10px;
    padding: 8px 1rem;
    border-radius: 4px;
    border: 1px solid #be8cbc;
    margin: .5rem 0;
    input
    {
        background: transparent;
        border: none;
        width: 100%;
        &::placeholder
        {
            color: #000;
        }
        color: #be8cbc;
        &:focus
        {
            outline: 0;
            border: none;
        }
    }
}


.card-price-list {
    background: #e5e5e5;
    border-radius: 5px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    height: 80px;

    .price-group {
        margin-top: -30px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: start !important;
        justify-content: start;

        .prices {
            .sale-price {
                font-size: 16px !important;
            }
        }

        .oliz-price {
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--grey1);
            img {
                width: 80px;
            }
        }
    }

    .buttons {
        a {
            border-color: var(--accent) !important;
            border-radius: 32px !important;
            color: var(--grey1) !important;
            padding-inline: 1rem !important;

            &:hover {
                background: var(--accent) !important;
                color: var(--white) !important;
            }
        }
    }
}
@media (max-width: 768px) {
  .buttons {
    display: none !important;
  }
}
@media (max-width: 768px) {
    .oliz_badge img {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

/* Mobil: 767px ve altı */
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 768px) {
    .detayKisa {
        display: none;
    }
}

  /* Sadece custom-menu içindeki linkler beyaz olacak */
  .custom-menu li a {
    color: white;
    text-decoration: none;
  }

  .custom-menu li a:hover {
    color: #ddd; /* Hover efekti */
  }
 .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;
  }
} 

.deger-wrapper {
  display: inline-flex; /* yan yana dursun */
  align-items: center;  /* dikey ortalasın */
}

.deger-icon {
  width: 15px;
  margin-right: 5px; /* ikon ile yazı arası boşluk */
}