/* ==========================================================================
   Erdal Marka Bildirimleri - v3.1 Stil Dosyası (Nihai Stabil Mimarî)
   ========================================================================== */

/* ARŞİV SAYFASI REFERANS NOKTASI (GARANTİLİ YÖNTEM) */
.woocommerce ul.products li.product {
    position: relative !important; /* Temanın ezmesini engellemek için !important */
}

/* ÜRÜN DETAY SAYFASI REFERANS NOKTASI */
.single-product .woocommerce-product-gallery {
    position: relative !important; /* Temanın ezmesini engellemek için !important */
}

/* ORTAK OVERLAY STİLLERİ */
.ebn-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    pointer-events: none;
}
.ebn-container a, .ebn-container .ebn-notification-item { pointer-events: auto; }
.ebn-global-images { display: flex; flex-wrap: wrap; gap: 5px; }
.ebn-notifications { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.ebn-notification-item { padding: 5px 10px; font-size: 12px; border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.2); line-height: 1.4; text-align: center; }
.ebn-notification-item a { color: inherit !important; text-decoration: none !important; }

/* LIGHTBOX (MODAL) STİLLERİ */
.ebn-lightbox-trigger { cursor: pointer; line-height: 0; display: block; }
.basicLightbox__placeholder { background: rgba(0, 0, 0, 0.85) !important; }
.basicLightbox img { max-width: 95vw; max-height: 95vh; }