/*
|--------------------------------------------------------------------------
| Oluşturulma Tarihi : 08.09.2026
| Değişiklik Tarihi  : 08.09.2026
| Versiyon           : v1.0.1
| 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-flavors-mobile-hide-target,
    [data-mobile-hide-featured="1"],
    #featured-flavors,
    #featured,
    .featured-flavors,
    .featured-flavors-section,
    .featured-section,
    .hero-highlights,
    .hero-highlights-section,
    .home-highlights,
    .signature-flavors,
    .signature-flavors-section,
    .popular-flavors,
    .popular-flavors-section {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
}
