/* Etiket Sayfası Stilleri */

/* Banner Section */
.etiket-banner-section {
    margin-bottom: 0;
}

.etiket-banner-img {
    border-radius: 4px;
    object-fit: cover;
    max-height: 400px;
}

/* Filter Area - 4 columns */
.etiket-filtre-alani .filter-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 12px;
}

.etiket-filtre-alani .filter-details summary {
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.etiket-filtre-alani .filter-details summary::-webkit-details-marker {
    display: none;
}

.etiket-filtre-alani .filter-content {
    padding-top: 8px;
    max-height: 200px;
    overflow-y: auto;
}

/* Etiket Icons on Product Cards */
.etiket-ikon {
    pointer-events: none;
    object-fit: contain;
    max-width: 56px;
    height: auto;
}

.etiket-ikon-20 { width: 20px; height: auto; }
.etiket-ikon-25 { width: 25px; height: auto; }
.etiket-ikon-30 { width: 30px; height: auto; }
.etiket-ikon-35 { width: 35px; height: auto; }
.etiket-ikon-40 { width: 40px; height: auto; }
.etiket-ikon-45 { width: 45px; height: auto; }
.etiket-ikon-50 { width: 50px; height: auto; }
.etiket-ikon-55 { width: 55px; height: auto; }
.etiket-ikon-60 { width: 60px; height: auto; }
.etiket-ikon-65 { width: 65px; height: auto; }
.etiket-ikon-70 { width: 70px; height: auto; }
.etiket-ikon-75 { width: 75px; height: auto; }
.etiket-ikon-80 { width: 80px; height: auto; }
.etiket-ikon-85 { width: 85px; height: auto; }
.etiket-ikon-90 { width: 90px; height: auto; }
.etiket-ikon-95 { width: 95px; height: auto; }
.etiket-ikon-100 { width: 100px; height: auto; }

/* Responsive */
@media (max-width: 768px) {
    .etiket-banner-img {
        max-height: 200px;
    }

    .etiket-filtre-alani .filter-content {
        max-height: 150px;
    }
}
