 .kf-menu.kf-parallax { padding: 120px 0; background-color: #fff; } .kf-menu-item { display: flex; align-items: center; gap: 25px; background: #fcfcfc; padding: 20px; border-radius: 15px; margin-bottom: 30px; transition: all 0.3s ease; border: 1px solid #f2f2f2; } .kf-menu-item:hover { background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,0.06); border-color: #c8a876; transform: translateY(-5px); } .kf-menu-item .image { flex: 0 0 110px; width: 110px; height: 110px; border-radius: 12px; overflow: hidden; } .kf-menu-item .image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .kf-menu-item .desc { flex: 1; } .kf-menu-item .name { font-family: 'Merienda', cursive; font-size: 1.25rem; color: #222; margin-bottom: 8px; display: flex; align-items: center; } .tcc-spicy-badge { font-size: 0.75rem; color: #d9534f; margin-left: 8px; font-weight: 700; vertical-align: middle; } .kf-menu-item .subname { font-size: 0.9rem; color: #666; line-height: 1.5; margin-bottom: 5px; } .kf-menu-item .price { font-family: 'Oswald', sans-serif; color: #c8a876; font-weight: 600; font-size: 1.15rem; } @media (max-width: 575px) { .kf-menu-item { flex-direction: column; align-items: flex-start; padding: 15px; } .kf-menu-item .image { width: 100%; flex: 0 0 180px; height: 180px; margin-bottom: 15px; } } 
