/*
|--------------------------------------------------------------------------
| Oluşturulma Tarihi : 08.09.2026
| Değişiklik Tarihi  : 08.09.2026
| Versiyon           : v1.0.0
| Yaratan            : Özgür Elibol
| Dokümanın Amacı    : Ana sayfadaki Öne Çıkan Lezzetler bölümünü yalnızca
|                      mobil cihazlarda gizler.
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {
    #featured,
    #featured-flavors,
    .featured,
    .featured-section,
    .featured-flavors,
    .featured-flavors-section,
    .hero-highlights,
    .hero-highlights-section,
    section:has(.featured-title),
    section:has(.section-title) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .featured-flavors-mobile-hide-target {
        display: none !important;
    }
}
