.Popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ust_ana_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Diğer Haberler Alanı */
.diger_haberler {
    background-color: #f9f9f9;
    padding: 24px;
    margin-top: 40px;
    border-top: 3px solid #ffd500;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.diger_haberler .baslik {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #222;
    font-weight: bold;
}

.diger_haberler .icerik ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.diger_haberler .icerik li {
    margin-bottom: 16px;
}

.diger_haberler .icerik a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #333 !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

.diger_haberler .icerik a:hover {
    background-color: #f0f8ff;
    color: #005baa;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

/* Diğer Haberler Alanı */

.blog-description {
    display: none;
}

body .urun .ikonlar .yeni_urun {
    background-color: #4d9668;
}

body .urun .ikonlar .kargo_bedava, body .urun .ikonlar .ayni_gun_kargo_urun, body .urun .ikonlar .kritik_stok, body .urun .ikonlar .hizli_ucretsiz, body .urun .ikonlar .yeni_urun {
    display: flex;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    padding: 4px 20px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 63%;
    margin-bottom: 3px;
}