/* hangiprojeksiyon.com - ek stiller */
.scrollbar-none::-webkit-scrollbar { display: none; }
.scrollbar-none { scrollbar-width: none; }

.compare-active {
    background-color: #1d4ed8 !important;
    color: #fff !important;
    border-color: #1d4ed8 !important;
}

/* Reklam alanı - içerik yoksa yer kaplamasın */
.ad-slot:empty { display: none; }

/* Ürün kartı hover efekti */
.product-card { transition: transform .15s ease, box-shadow .15s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px -8px rgba(29, 78, 216, .15); }

/* İnce üst ışık huzmesi - marka imzası */
.beam-line {
    height: 3px;
    background: linear-gradient(90deg, #1d4ed8 0%, #f59e0b 50%, #1d4ed8 100%);
}
